<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <!-- The configuration and platform will be used to determine which assemblies to include from solution and project documentation sources --> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{6bae2f52-652d-4268-923d-0e1198bdc825}</ProjectGuid> <SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion> <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway --> <AssemblyName>Documentation</AssemblyName> <RootNamespace>Documentation</RootNamespace> <Name>Documentation</Name> <!-- SHFB properties --> <FrameworkVersion>.NET Framework 3.5</FrameworkVersion> <OutputPath>Docs\</OutputPath> <HtmlHelpName>Documentation</HtmlHelpName> <Language>en-US</Language> <HelpFileFormat>Markdown</HelpFileFormat> <SyntaxFilters>C#</SyntaxFilters> <PresentationStyle>Markdown</PresentationStyle> <CleanIntermediates>True</CleanIntermediates> <KeepLogFile>True</KeepLogFile> <DisableCodeBlockComponent>False</DisableCodeBlockComponent> <IndentHtml>False</IndentHtml> <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> <HelpTitle>MLAPI API Reference</HelpTitle> <HelpFileVersion>1.0.0.0</HelpFileVersion> <RootNamespaceContainer>False</RootNamespaceContainer> <NamespaceGrouping>False</NamespaceGrouping> <Preliminary>False</Preliminary> <SdkLinkTarget>Blank</SdkLinkTarget> <NamingMethod>MemberName</NamingMethod> <ContentPlacement>AboveNamespaces</ContentPlacement> <SourceCodeBasePath>MLAPI\</SourceCodeBasePath> <WarnOnMissingSourceContext>False</WarnOnMissingSourceContext> <DocumentationSources> <DocumentationSource sourceFile="MLAPI\bin\Debug\MLAPI.dll" /> <DocumentationSource sourceFile="MLAPI\bin\Debug\MLAPI.xml" /></DocumentationSources> <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, 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 common platform types that may appear. --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' "> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' "> </PropertyGroup> <!-- Import the SHFB build targets --> <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> <!-- The pre-build and post-build event properties must appear *after* the targets file import in order to be evaluated correctly. --> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> </PropertyGroup> </Project>