113 lines
		
	
	
		
			No EOL
		
	
	
		
			5.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			113 lines
		
	
	
		
			No EOL
		
	
	
		
			5.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <!-- Import the common properties to support NuGet restore -->
 | 
						|
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <!-- A target framework version is required by Visual Studio.  It can be any version with a targeting pack installed. -->
 | 
						|
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
 | 
						|
    <!-- 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>e23d3844-e594-487e-979b-2d35b1b9aae8</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 4.7.2</FrameworkVersion>
 | 
						|
    <OutputPath>Help\</OutputPath>
 | 
						|
    <HtmlHelpName>Documentation</HtmlHelpName>
 | 
						|
    <Language>en-US</Language>
 | 
						|
    <TransformComponentArguments>
 | 
						|
      <Argument Key="BibliographyDataFile" Value="True" />
 | 
						|
      <Argument Key="MaxVersionParts" Value="" />
 | 
						|
      <Argument Key="IncludeEnumValues" Value="True" />
 | 
						|
      <Argument Key="EnumMemberSortOrder" Value="Value" />
 | 
						|
      <Argument Key="FlagsEnumValueFormat" Value="IntegerValue" />
 | 
						|
      <Argument Key="FlagsEnumSeparatorSize" Value="0" />
 | 
						|
      <Argument Key="BaseSourceCodeUrl" Value="" />
 | 
						|
      <Argument Key="ShowParametersOnAllMethods" Value="False" />
 | 
						|
    </TransformComponentArguments>
 | 
						|
    <HelpFileFormat>Markdown</HelpFileFormat>
 | 
						|
    <SyntaxFilters>C#, F#</SyntaxFilters>
 | 
						|
    <PresentationStyle>Markdown</PresentationStyle>
 | 
						|
    <CleanIntermediates>True</CleanIntermediates>
 | 
						|
    <KeepLogFile>True</KeepLogFile>
 | 
						|
    <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
 | 
						|
    <IndentHtml>False</IndentHtml>
 | 
						|
    <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
 | 
						|
    <SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
 | 
						|
    <DocumentationSources>
 | 
						|
      <DocumentationSource sourceFile="..\CapyKit\CapyKit.sln" xmlns="" />
 | 
						|
    </DocumentationSources>
 | 
						|
    <HelpTitle>CapyKit</HelpTitle>
 | 
						|
    <HelpFileVersion>1.0.0.0</HelpFileVersion>
 | 
						|
    <NamingMethod>MemberName</NamingMethod>
 | 
						|
    <ContentPlacement>AboveNamespaces</ContentPlacement>
 | 
						|
    <RootNamespaceContainer>False</RootNamespaceContainer>
 | 
						|
    <NamespaceGrouping>False</NamespaceGrouping>
 | 
						|
    <MaximumGroupParts>2</MaximumGroupParts>
 | 
						|
    <Preliminary>False</Preliminary>
 | 
						|
    <SdkLinkTarget>Blank</SdkLinkTarget>
 | 
						|
    <VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Internals, Privates, PrivateFields, Protected, SealedProtected, ProtectedInternalAsProtected, NonBrowsable</VisibleItems>
 | 
						|
    <PlugInConfigurations />
 | 
						|
    <ComponentConfigurations />
 | 
						|
    <WarnOnMissingSourceContext>False</WarnOnMissingSourceContext>
 | 
						|
    <HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
 | 
						|
    <BinaryTOC>True</BinaryTOC>
 | 
						|
    <IncludeFavorites>False</IncludeFavorites>
 | 
						|
    <WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
 | 
						|
    <AppendMarkdownFileExtensionsToUrls>True</AppendMarkdownFileExtensionsToUrls>
 | 
						|
  </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>
 | 
						|
  <ItemGroup>
 | 
						|
    <Folder Include="Content" />
 | 
						|
    <Folder Include="Content\VersionHistory" />
 | 
						|
    <Folder Include="icons" />
 | 
						|
    <Folder Include="media" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <None Include="Content\VersionHistory\v1.0.0.0.aml" />
 | 
						|
    <None Include="Content\VersionHistory\VersionHistory.aml" />
 | 
						|
    <None Include="Content\Welcome.aml" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ContentLayout Include="ContentLayout.content" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Content Include="icons\Help.png" />
 | 
						|
  </ItemGroup>
 | 
						|
  <!-- Import the common build targets during NuGet restore because before the packages are being installed, $(SHFBROOT) is not set yet -->
 | 
						|
  <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
 | 
						|
  <!-- Import the SHFB build targets during build -->
 | 
						|
  <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" Condition="'$(MSBuildRestoreSessionId)' == ''" />
 | 
						|
  <!-- 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> |