You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
2.7 KiB
52 lines
2.7 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
<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>{d68736d0-a80d-453c-a921-6ada865504b5}</ProjectGuid>
|
|
<SHFBSchemaVersion>1.8.0.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>.\Out\</OutputPath>
|
|
<HtmlHelpName>FreeImage.NET</HtmlHelpName>
|
|
<HelpFileFormat>HtmlHelp1x</HelpFileFormat>
|
|
<KeepLogFile>False</KeepLogFile>
|
|
<FooterText>FreeImage - The productivity booster. FreeImage is licensed under the GNU General Public License %28GPL%29 and the FreeImage Public License %28FIPL%29.</FooterText>
|
|
<HelpTitle>FreeImage .NET Documentation</HelpTitle>
|
|
<NamingMethod>HashedMemberName</NamingMethod>
|
|
<SdkLinkType>Msdn</SdkLinkType>
|
|
<MissingTags>AutoDocumentCtors</MissingTags>
|
|
<VisibleItems>InheritedMembers, Protected</VisibleItems>
|
|
<DocumentationSources>
|
|
<DocumentationSource sourceFile="..\Bin\FreeImageNET.dll" />
|
|
<DocumentationSource sourceFile="..\Bin\FreeImageNET.xml" />
|
|
</DocumentationSources>
|
|
<PlugInConfigurations>
|
|
<PlugInConfig id="Version Builder" enabled="True">
|
|
<configuration>
|
|
<currentProject label="FreeImage.NET" version="3.13.1" />
|
|
<versions>
|
|
<version label="FreeImage.NET" version="3.11.0" helpFileProject="3.11.0\FreeImage.NET.shfbproj" />
|
|
<version label="FreeImage.NET" version="3.12.0" helpFileProject="3.12.0\FreeImage.NET.shfbproj" />
|
|
<version label="FreeImage.NET" version="3.13.0" helpFileProject="3.13.0\FreeImage.NET.shfbproj" />
|
|
</versions>
|
|
</configuration>
|
|
</PlugInConfig>
|
|
</PlugInConfigurations>
|
|
</PropertyGroup>
|
|
<!-- There are no properties for these two groups but they need to appear in
|
|
order for Visual Studio to perform the build. -->
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
</PropertyGroup>
|
|
<!-- Import the SHFB build targets -->
|
|
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
|
|
</Project> |