[mapguide-commits] r5836 - trunk/Tools/Maestro/Doc

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon May 23 11:12:40 EDT 2011


Author: jng
Date: 2011-05-23 08:12:40 -0700 (Mon, 23 May 2011)
New Revision: 5836

Added:
   trunk/Tools/Maestro/Doc/readme.txt
Modified:
   trunk/Tools/Maestro/Doc/MaestroAPI.shfbproj
Log:
#1319: Update sandcastle project file. Previous submission omitted these changes.

Modified: trunk/Tools/Maestro/Doc/MaestroAPI.shfbproj
===================================================================
--- trunk/Tools/Maestro/Doc/MaestroAPI.shfbproj	2011-05-23 15:09:42 UTC (rev 5835)
+++ trunk/Tools/Maestro/Doc/MaestroAPI.shfbproj	2011-05-23 15:12:40 UTC (rev 5836)
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   <PropertyGroup>
     <!-- The configuration and platform will be used to determine which
          assemblies to include from solution and project documentation
@@ -7,7 +8,7 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{cb4aa0db-a135-4a98-ab15-f31e8e964b91}</ProjectGuid>
-    <SHFBSchemaVersion>1.9.0.0</SHFBSchemaVersion>
+    <SHFBSchemaVersion>1.9.3.0</SHFBSchemaVersion>
     <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
          Studio adds them anyway -->
     <AssemblyName>Documentation</AssemblyName>
@@ -16,25 +17,25 @@
     <!-- SHFB properties -->
     <OutputPath>.\Help\</OutputPath>
     <HtmlHelpName>MaestroAPI</HtmlHelpName>
-    <FrameworkVersion>2.0.50727</FrameworkVersion>
+    <FrameworkVersion>.NET 2.0.50727</FrameworkVersion>
     <HelpTitle>MapGuide Maestro API Documentation</HelpTitle>
     <IndentHtml>True</IndentHtml>
-    <PresentationStyle>vs2005</PresentationStyle>
+    <PresentationStyle>Prototype</PresentationStyle>
     <SandcastlePath>
     </SandcastlePath>
     <DocumentationSources>
-      <DocumentationSource sourceFile="..\SDK\bin\Release\OSGeo.MapGuide.MaestroAPI.dll" />
-      <DocumentationSource sourceFile="..\SDK\bin\Release\OSGeo.MapGuide.MaestroAPI.xml" />
-      <DocumentationSource sourceFile="..\SDK\bin\Release\Maestro.Packaging.dll" />
-      <DocumentationSource sourceFile="..\SDK\bin\Release\Maestro.Packaging.xml" />
-      <DocumentationSource sourceFile="..\SDK\bin\Release\Maestro.Editors.dll" />
-      <DocumentationSource sourceFile="..\SDK\bin\Release\Maestro.Editors.xml" />
-      <DocumentationSource sourceFile="..\SDK\bin\Release\Maestro.Login.dll" />
-      <DocumentationSource sourceFile="..\SDK\bin\Release\Maestro.Login.xml" />
-      <DocumentationSource sourceFile="..\SDK\bin\Release\Maestro.Shared.UI.dll" />
-      <DocumentationSource sourceFile="..\SDK\bin\Release\Maestro.Shared.UI.xml" />
+      <DocumentationSource sourceFile="..\SDK\bin\OSGeo.MapGuide.MaestroAPI.dll" />
+      <DocumentationSource sourceFile="..\SDK\bin\OSGeo.MapGuide.MaestroAPI.xml" />
+      <DocumentationSource sourceFile="..\SDK\bin\Maestro.Packaging.dll" />
+      <DocumentationSource sourceFile="..\SDK\bin\Maestro.Packaging.xml" />
+      <DocumentationSource sourceFile="..\SDK\bin\Maestro.Editors.dll" />
+      <DocumentationSource sourceFile="..\SDK\bin\Maestro.Editors.xml" />
+      <DocumentationSource sourceFile="..\SDK\bin\Maestro.Login.dll" />
+      <DocumentationSource sourceFile="..\SDK\bin\Maestro.Login.xml" />
+      <DocumentationSource sourceFile="..\SDK\bin\Maestro.Shared.UI.dll" />
+      <DocumentationSource sourceFile="..\SDK\bin\Maestro.Shared.UI.xml" />
     </DocumentationSources>
-    <VisibleItems>Attributes, InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected</VisibleItems>
+    <VisibleItems>Attributes, InheritedMembers, Protected, SealedProtected</VisibleItems>
     <ApiFilter>
     </ApiFilter>
     <SdkLinkType>None</SdkLinkType>
@@ -43,6 +44,11 @@
     <HtmlSdkLinkType>None</HtmlSdkLinkType>
     <MSHelp2SdkLinkType>None</MSHelp2SdkLinkType>
     <MSHelpViewerSdkLinkType>None</MSHelpViewerSdkLinkType>
+    <CopyrightText>%28c%29 2011, Jackie Ng</CopyrightText>
+    <SyntaxFilters>CSharp, VisualBasic, CPlusPlus, FSharp</SyntaxFilters>
+    <RootNamespaceContainer>True</RootNamespaceContainer>
+    <Preliminary>False</Preliminary>
+    <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, Namespace, TypeParameter, AutoDocumentDispose</MissingTags>
   </PropertyGroup>
   <!-- There are no properties for these groups.  AnyCPU needs to appear in
        order for Visual Studio to perform the build.  The others are optional

Added: trunk/Tools/Maestro/Doc/readme.txt
===================================================================
--- trunk/Tools/Maestro/Doc/readme.txt	                        (rev 0)
+++ trunk/Tools/Maestro/Doc/readme.txt	2011-05-23 15:12:40 UTC (rev 5836)
@@ -0,0 +1,5 @@
+To build this API documentation, first build either Maestro_All.sln or SDK.sln in release mode.
+
+The open the MaestroAPI.shfbproj in the Sandcastle Help File Builder.
+
+Download the latest release of Sandcastle Help File Builder from http://shfb.codeplex.com
\ No newline at end of file



More information about the mapguide-commits mailing list