forked from mirrors/NBTExplorer
Adding Sandcastle project file for building help
This commit is contained in:
parent
19d4c426ca
commit
ecda4b8826
1 changed files with 78 additions and 0 deletions
78
Substrate/SubstrateCS/Help/Substrate.shfbproj
Normal file
78
Substrate/SubstrateCS/Help/Substrate.shfbproj
Normal file
|
@ -0,0 +1,78 @@
|
|||
<?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.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>
|
||||
<Reference Include="Ionic.Zlib">
|
||||
<HintPath>..\bin\Release\Ionic.Zlib.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Substrate">
|
||||
<HintPath>..\bin\Release\Substrate.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<!-- Import the SHFB build targets -->
|
||||
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
|
||||
</Project>
|
Loading…
Reference in a new issue