1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
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 >f8d803ad-a192-4f8c-a582-674b75e42995</ProjectGuid >
10+ <SHFBSchemaVersion >1.9.9.0</SHFBSchemaVersion >
11+ <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
12+ <AssemblyName >Doc</AssemblyName >
13+ <RootNamespace >Doc</RootNamespace >
14+ <Name >Doc</Name >
15+ <!-- SHFB properties -->
16+ <FrameworkVersion >.NET Framework 3.5</FrameworkVersion >
17+ <OutputPath >.\Help\</OutputPath >
18+ <HtmlHelpName >Doc</HtmlHelpName >
19+ <Language >en-US</Language >
20+ <TransformComponentArguments >
21+ <Argument Key =" logoFile" Value =" Help.png" xmlns =" " />
22+ <Argument Key =" logoHeight" Value =" " xmlns =" " />
23+ <Argument Key =" logoWidth" Value =" " xmlns =" " />
24+ <Argument Key =" logoAltText" Value =" " xmlns =" " />
25+ <Argument Key =" logoPlacement" Value =" left" xmlns =" " />
26+ <Argument Key =" logoAlignment" Value =" left" xmlns =" " />
27+ <Argument Key =" maxVersionParts" Value =" " xmlns =" " />
28+ </TransformComponentArguments >
29+ <BuildAssemblerVerbosity >OnlyWarningsAndErrors</BuildAssemblerVerbosity >
30+ <HelpFileFormat >Website</HelpFileFormat >
31+ <IndentHtml >False</IndentHtml >
32+ <KeepLogFile >True</KeepLogFile >
33+ <DisableCodeBlockComponent >False</DisableCodeBlockComponent >
34+ <CppCommentsFixup >False</CppCommentsFixup >
35+ <CleanIntermediates >True</CleanIntermediates >
36+ <DocumentationSources >
37+ <DocumentationSource sourceFile =" ..\TinCan\TinCan.csproj" xmlns =" " />
38+ </DocumentationSources >
39+ <MaximumGroupParts >2</MaximumGroupParts >
40+ <NamespaceGrouping >False</NamespaceGrouping >
41+ <SyntaxFilters >Standard</SyntaxFilters >
42+ <SdkLinkTarget >Blank</SdkLinkTarget >
43+ <RootNamespaceContainer >False</RootNamespaceContainer >
44+ <PresentationStyle >VS2005</PresentationStyle >
45+ <Preliminary >False</Preliminary >
46+ <NamingMethod >Guid</NamingMethod >
47+ <HelpTitle >TinCan.NET API Documentation</HelpTitle >
48+ <ContentPlacement >AboveNamespaces</ContentPlacement >
49+ <FeedbackEMailLinkText >support%40tincanapi.com</FeedbackEMailLinkText >
50+ <FeedbackEMailAddress >support%40tincanapi.com</FeedbackEMailAddress >
51+ <CopyrightText >2014 Rustici Software</CopyrightText >
52+ </PropertyGroup >
53+ <!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
54+ the build. The others are optional common platform types that may appear. -->
55+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
56+ </PropertyGroup >
57+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
58+ </PropertyGroup >
59+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
60+ </PropertyGroup >
61+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
62+ </PropertyGroup >
63+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
64+ </PropertyGroup >
65+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
66+ </PropertyGroup >
67+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|Win32' " >
68+ </PropertyGroup >
69+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|Win32' " >
70+ </PropertyGroup >
71+ <ItemGroup >
72+ <Folder Include =" Content" />
73+ <Folder Include =" Content\VersionHistory" />
74+ <Folder Include =" icons" />
75+ <Folder Include =" Media" />
76+ </ItemGroup >
77+ <ItemGroup >
78+ <None Include =" Content\VersionHistory\v0.0.1.0.aml" />
79+ <None Include =" Content\VersionHistory\VersionHistory.aml" />
80+ <None Include =" Content\Welcome.aml" />
81+ </ItemGroup >
82+ <ItemGroup >
83+ <ContentLayout Include =" ContentLayout.content" />
84+ </ItemGroup >
85+ <ItemGroup >
86+ <Content Include =" icons\Help.png" />
87+ </ItemGroup >
88+ <!-- Import the SHFB build targets -->
89+ <Import Project =" $(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
90+ </Project >
0 commit comments