-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
148 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
94 changes: 94 additions & 0 deletions
94
...umentation/Full Toolkit Documentation/Full Toolkit Documentation - Empty Project.shfbproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<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>c6fbd556-1a9b-4715-8f4d-b808e6e17520</ProjectGuid> | ||
<SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion> | ||
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway --> | ||
<AssemblyName>Full_Toolkit_Documentation</AssemblyName> | ||
<RootNamespace>Full_Toolkit_Documentation</RootNamespace> | ||
<Name>Full_Toolkit_Documentation</Name> | ||
<!-- SHFB properties --> | ||
<FrameworkVersion>.NET Framework 4.8</FrameworkVersion> | ||
<OutputPath>.\Help\</OutputPath> | ||
<HtmlHelpName>Standard Toolkit Documentation</HtmlHelpName> | ||
<Language>en-US</Language> | ||
<TransformComponentArguments> | ||
<Argument Key="logoFile" Value="Help.png" xmlns="" /> | ||
<Argument Key="logoHeight" Value="" xmlns="" /> | ||
<Argument Key="logoWidth" Value="" xmlns="" /> | ||
<Argument Key="logoAltText" Value="" xmlns="" /> | ||
<Argument Key="logoPlacement" Value="left" xmlns="" /> | ||
<Argument Key="logoAlignment" Value="left" xmlns="" /> | ||
<Argument Key="maxVersionParts" Value="" xmlns="" /> | ||
</TransformComponentArguments> | ||
<DocumentationSources> | ||
</DocumentationSources> | ||
<HelpFileFormat>HtmlHelp1, MSHelpViewer</HelpFileFormat> | ||
<SyntaxFilters>C#, Visual Basic</SyntaxFilters> | ||
<PresentationStyle>VS2013</PresentationStyle> | ||
<CleanIntermediates>True</CleanIntermediates> | ||
<KeepLogFile>True</KeepLogFile> | ||
<DisableCodeBlockComponent>False</DisableCodeBlockComponent> | ||
<IndentHtml>False</IndentHtml> | ||
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> | ||
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity> | ||
<HelpTitle>Krypton standard toolkt documentation</HelpTitle> | ||
<HelpFileVersion>5.550</HelpFileVersion> | ||
<NamingMethod>Guid</NamingMethod> | ||
<ContentPlacement>AboveNamespaces</ContentPlacement> | ||
<RootNamespaceContainer>False</RootNamespaceContainer> | ||
<NamespaceGrouping>False</NamespaceGrouping> | ||
<MaximumGroupParts>2</MaximumGroupParts> | ||
<Preliminary>False</Preliminary> | ||
<SdkLinkTarget>Blank</SdkLinkTarget> | ||
<FooterText>For more information, please go to: https://github.com/Krypton-Suite/Standard-Toolkit</FooterText> | ||
</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> | ||
<Folder Include="Content" /> | ||
<Folder Include="icons" /> | ||
<Folder Include="media" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="Content\Welcome.aml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ContentLayout Include="ContentLayout.content" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="icons\Help.png" /> | ||
</ItemGroup> | ||
<!-- Import the SHFB build targets --> | ||
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> | ||
<!-- The pre-build and post-build event properties must appear *after* the targets file import in order to be | ||
evaluated correctly. --> | ||
<PropertyGroup> | ||
<PreBuildEvent> | ||
</PreBuildEvent> | ||
<PostBuildEvent> | ||
</PostBuildEvent> | ||
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | ||
</PropertyGroup> | ||
</Project> |