1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <!-- The configuration and platform will be used to determine which assemblies to include from solution and
5
+ project documentation sources -->
6
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
+ <SchemaVersion >2.0</SchemaVersion >
9
+ <ProjectGuid >{6bae2f52-652d-4268-923d-0e1198bdc825}</ProjectGuid >
10
+ <SHFBSchemaVersion >2017.9.26.0</SHFBSchemaVersion >
11
+ <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
12
+ <AssemblyName >Documentation</AssemblyName >
13
+ <RootNamespace >Documentation</RootNamespace >
14
+ <Name >Documentation</Name >
15
+ <!-- SHFB properties -->
16
+ <FrameworkVersion >.NET Framework 3.5</FrameworkVersion >
17
+ <OutputPath >Docs\</OutputPath >
18
+ <HtmlHelpName >Documentation</HtmlHelpName >
19
+ <Language >en-US</Language >
20
+ <HelpFileFormat >Markdown</HelpFileFormat >
21
+ <SyntaxFilters >C#</SyntaxFilters >
22
+ <PresentationStyle >Markdown</PresentationStyle >
23
+ <CleanIntermediates >True</CleanIntermediates >
24
+ <KeepLogFile >True</KeepLogFile >
25
+ <DisableCodeBlockComponent >False</DisableCodeBlockComponent >
26
+ <IndentHtml >False</IndentHtml >
27
+ <BuildAssemblerVerbosity >OnlyWarningsAndErrors</BuildAssemblerVerbosity >
28
+ <HelpTitle >MLAPI API Reference</HelpTitle >
29
+ <HelpFileVersion >1.0.0.0</HelpFileVersion >
30
+ <RootNamespaceContainer >False</RootNamespaceContainer >
31
+ <NamespaceGrouping >False</NamespaceGrouping >
32
+ <Preliminary >False</Preliminary >
33
+ <SdkLinkTarget >Blank</SdkLinkTarget >
34
+ <NamingMethod >MemberName</NamingMethod >
35
+ <ContentPlacement >AboveNamespaces</ContentPlacement >
36
+ <SourceCodeBasePath >MLAPI\</SourceCodeBasePath >
37
+ <WarnOnMissingSourceContext >False</WarnOnMissingSourceContext >
38
+ <DocumentationSources >
39
+ <DocumentationSource sourceFile =" MLAPI\bin\Debug\MLAPI.dll" />
40
+ <DocumentationSource sourceFile =" MLAPI\bin\Debug\MLAPI.xml" /></DocumentationSources >
41
+ <MissingTags >Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags >
42
+ </PropertyGroup >
43
+ <!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
44
+ the build. The others are optional common platform types that may appear. -->
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
50
+ </PropertyGroup >
51
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
52
+ </PropertyGroup >
53
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
54
+ </PropertyGroup >
55
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
56
+ </PropertyGroup >
57
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|Win32' " >
58
+ </PropertyGroup >
59
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|Win32' " >
60
+ </PropertyGroup >
61
+ <!-- Import the SHFB build targets -->
62
+ <Import Project =" $(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
63
+ <!-- The pre-build and post-build event properties must appear *after* the targets file import in order to be
64
+ evaluated correctly. -->
65
+ <PropertyGroup >
66
+ <PreBuildEvent >
67
+ </PreBuildEvent >
68
+ <PostBuildEvent >
69
+ </PostBuildEvent >
70
+ <RunPostBuildEvent >OnBuildSuccess</RunPostBuildEvent >
71
+ </PropertyGroup >
72
+ </Project >
0 commit comments