| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?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
- sources -->
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{1eb1ee8f-9978-425b-a742-533dcceb4811}</ProjectGuid>
- <SHFBSchemaVersion>1.9.9.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 -->
- <OutputPath>Help\</OutputPath>
- <HtmlHelpName>Documentation</HtmlHelpName>
- <Language>en-US</Language>
- <HelpFileFormat>HtmlHelp1</HelpFileFormat>
- <IndentHtml>False</IndentHtml>
- <FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
- <KeepLogFile>True</KeepLogFile>
- <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
- <CppCommentsFixup>False</CppCommentsFixup>
- <CleanIntermediates>True</CleanIntermediates>
- <SyntaxFilters>Standard</SyntaxFilters>
- <SdkLinkTarget>Blank</SdkLinkTarget>
- <RootNamespaceContainer>False</RootNamespaceContainer>
- <PresentationStyle>vs2005</PresentationStyle>
- <Preliminary>False</Preliminary>
- <NamingMethod>Guid</NamingMethod>
- <HelpTitle>DocX - A Sandcastle Documented Class Library</HelpTitle>
- <FeedbackEMailLinkText>coffey.cathal%40gmail.com</FeedbackEMailLinkText>
- <FeedbackEMailAddress>coffey.cathal%40gmail.com</FeedbackEMailAddress>
- <ContentPlacement>AboveNamespaces</ContentPlacement>
- <DocumentationSources>
- <DocumentationSource sourceFile="..\DocX\DocX.csproj" />
- </DocumentationSources>
- <SccProjectName>SAK</SccProjectName>
- <SccProvider>SAK</SccProvider>
- <SccAuxPath>SAK</SccAuxPath>
- <SccLocalPath>SAK</SccLocalPath>
- <WorkingPath>%temp%\</WorkingPath>
- <ApiFilter />
- <ComponentConfigurations />
- <HelpAttributes />
- <NamespaceSummaries />
- <PlugInConfigurations />
- <BuildLogFile />
- <HtmlHelp1xCompilerPath />
- <HtmlHelp2xCompilerPath />
- <SandcastlePath />
- <ComponentPath />
- </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="Help\" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Help\Documentation.chm" />
- </ItemGroup>
- <!-- Import the SHFB build targets -->
- <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
- </Project>
|