Skip to content

Commit

Permalink
Merge pull request #9 from Krypton-Suite/master-markdown
Browse files Browse the repository at this point in the history
Create Full Toolkit Documentation (Markdown) - Empty Project.shfbproj
  • Loading branch information
Smurf-IV committed Oct 15, 2023
2 parents 5113718 + db675c2 commit 3b5fb42
Showing 1 changed file with 130 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
<?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 Core/.NET Standard/.NET 5.0+</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>Markdown</HelpFileFormat>
<SyntaxFilters>C#, Visual Basic</SyntaxFilters>
<PresentationStyle>Markdown</PresentationStyle>
<CleanIntermediates>True</CleanIntermediates>
<KeepLogFile>False</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<IndentHtml>False</IndentHtml>
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<HelpTitle>Krypton standard toolkit documentation</HelpTitle>
<HelpFileVersion>70.22.11.312</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>
<CopyrightText>%28c%29 Krypton Suite 2017 - 2023</CopyrightText>
<HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
<BinaryTOC>True</BinaryTOC>
<IncludeFavorites>False</IncludeFavorites>
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
<AppendMarkdownFileExtensionsToUrls>True</AppendMarkdownFileExtensionsToUrls>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
<WarnOnMissingSourceContext>False</WarnOnMissingSourceContext>
</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" />
<Folder Include="images" />
</ItemGroup>
<ItemGroup>
<None Include="Content\Welcome.aml" />
</ItemGroup>
<ItemGroup>
<ContentLayout Include="ContentLayout.content" />
</ItemGroup>
<ItemGroup>
<Content Include="icons\Help.png" />
</ItemGroup>
<ItemGroup>
<Image Include="images\KryptonDockingExampleCustomised.png">
<ImageId>KryptonDockingExampleCustomised</ImageId>
<AlternateText>Krypton Docking Example Customised</AlternateText>
</Image>
<Image Include="images\KryptonNavigatorExample.png">
<ImageId>KryptonNavigatorExample</ImageId>
<AlternateText>Krypton Navigator Example</AlternateText>
</Image>
<Image Include="images\KryptonRibbonExample.png">
<ImageId>KryptonRibbonExample</ImageId>
<AlternateText>Krypton Ribbon Example</AlternateText>
</Image>
<Image Include="images\KryptonToolkitExampleForm.png">
<ImageId>KryptonToolkitExampleForm</ImageId>
<AlternateText>Krypton Toolkit Example Form</AlternateText>
</Image>
<Image Include="images\KryptonToolkitExampleGroup.png">
<ImageId>KryptonToolkitExampleGroup</ImageId>
<AlternateText>Krypton Toolkit Example Group</AlternateText>
</Image>
<Image Include="images\KryptonWorkspaceExample.png">
<ImageId>KryptonWorkspaceExample</ImageId>
<AlternateText>Krypton Workspace Example</AlternateText>
</Image>
</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>

0 comments on commit 3b5fb42

Please sign in to comment.