forked from mirrors/NBTExplorer
76 lines
No EOL
3.8 KiB
XML
76 lines
No EOL
3.8 KiB
XML
<?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>{c713516e-fbfa-497c-9b09-cddc93731efd}</ProjectGuid>
|
|
<SHFBSchemaVersion>1.9.3.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>.\Build\</OutputPath>
|
|
<HtmlHelpName>Substrate</HtmlHelpName>
|
|
<Language>en-US</Language>
|
|
<FrameworkVersion>.NET 2.0.50727</FrameworkVersion>
|
|
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
|
|
<IncludeFavorites>True</IncludeFavorites>
|
|
<MissingTags>AutoDocumentCtors, AutoDocumentDispose</MissingTags>
|
|
<DocumentationSources>
|
|
<DocumentationSource sourceFile="..\Substrate (NET2).csproj" />
|
|
</DocumentationSources>
|
|
<ComponentConfigurations>
|
|
<ComponentConfig id="IntelliSense Component" enabled="True">
|
|
<component id="IntelliSense Component" type="SandcastleBuilder.Components.IntelliSenseComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
|
|
<!-- Output options (optional)
|
|
Attributes:
|
|
Include Namespaces (false by default)
|
|
Namespaces filename ("Namespaces" if not specified or empty)
|
|
Directory (current folder if not specified or empty) -->
|
|
<output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}" />
|
|
</component>
|
|
</ComponentConfig>
|
|
</ComponentConfigurations>
|
|
<NamespaceSummaries>
|
|
<NamespaceSummaryItem name="Substrate.Entities" isDocumented="True" xmlns="" />
|
|
</NamespaceSummaries>
|
|
<WebsiteSdkLinkType>None</WebsiteSdkLinkType>
|
|
<CopyrightText>Copyright 2011 Justin Aquadro</CopyrightText>
|
|
<FeedbackEMailAddress>jaquadro%40gmail.com</FeedbackEMailAddress>
|
|
<HelpTitle>Substrate Object Reference</HelpTitle>
|
|
<RootNamespaceContainer>True</RootNamespaceContainer>
|
|
</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>
|
|
<ProjectReference Include="..\Substrate (NET2).csproj">
|
|
<Name>Substrate</Name>
|
|
<Project>{AFE30E14-3F2F-4461-9F7D-147AB4DCA4C3}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<!-- Import the SHFB build targets -->
|
|
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
|
|
</Project> |