|
| 1 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
| 2 | + <PropertyGroup> |
| 3 | + <!-- The configuration and platform will be used to determine which |
| 4 | + assemblies to include from solution and project documentation |
| 5 | + sources --> |
| 6 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 7 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 8 | + <SchemaVersion>2.0</SchemaVersion> |
| 9 | + <ProjectGuid>{91f431cd-23fb-4ed4-a690-0344073c65f0}</ProjectGuid> |
| 10 | + <SHFBSchemaVersion>1.8.0.0</SHFBSchemaVersion> |
| 11 | + <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual |
| 12 | + Studio adds them anyway --> |
| 13 | + <AssemblyName>Documentation</AssemblyName> |
| 14 | + <RootNamespace>Documentation</RootNamespace> |
| 15 | + <Name>Documentation</Name> |
| 16 | + <!-- SHFB properties --> |
| 17 | + <OutputPath>${doc.out.dir}</OutputPath> |
| 18 | + <HtmlHelpName>NHibernateAPI</HtmlHelpName> |
| 19 | + <HelpFileFormat>HtmlHelp1x</HelpFileFormat> |
| 20 | + <CopyrightText>NHibernate</CopyrightText> |
| 21 | + <CopyrightHref>www.nhforge.org</CopyrightHref> |
| 22 | + <FeedbackEMailAddress>http://groups.google.com/group/nhibernate-development</FeedbackEMailAddress> |
| 23 | + <FeedbackEMailLinkText>nhibernate team</FeedbackEMailLinkText> |
| 24 | + <HelpTitle>NHibernate API Reference</HelpTitle> |
| 25 | + <IndentHtml>False</IndentHtml> |
| 26 | + <HelpFileVersion>${project.version.numeric}</HelpFileVersion> |
| 27 | + <DocumentationSources> |
| 28 | + <DocumentationSource sourceFile="${bin.dir}/Iesi.Collections.dll" /> |
| 29 | + <DocumentationSource sourceFile="${bin.dir}/Iesi.Collections.xml" /> |
| 30 | + <DocumentationSource sourceFile="${bin.dir}/NHibernate.dll" /> |
| 31 | + <DocumentationSource sourceFile="${bin.dir}/Nhibernate.xml" /> |
| 32 | + </DocumentationSources> |
| 33 | + </PropertyGroup> |
| 34 | + <!-- There are no properties for these two groups but they need to appear in |
| 35 | + order for Visual Studio to perform the build. --> |
| 36 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 37 | + </PropertyGroup> |
| 38 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 39 | + </PropertyGroup> |
| 40 | + <!-- Import the SHFB build targets --> |
| 41 | + <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> |
| 42 | +</Project> |
0 commit comments