mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-08-02 01:28:23 -05:00
Documenation Link Fix
This commit is contained in:
parent
cbdeded5be
commit
97072cdb20
178 changed files with 2099 additions and 784 deletions
|
@ -18,17 +18,18 @@
|
|||
<Name>Documentation</Name>
|
||||
<!-- SHFB properties -->
|
||||
<FrameworkVersion>.NET Framework 4.7.2</FrameworkVersion>
|
||||
<OutputPath>.\Help\</OutputPath>
|
||||
<OutputPath>Help\</OutputPath>
|
||||
<HtmlHelpName>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="" />
|
||||
<Argument Key="BibliographyDataFile" Value="True" />
|
||||
<Argument Key="MaxVersionParts" Value="" />
|
||||
<Argument Key="IncludeEnumValues" Value="True" />
|
||||
<Argument Key="EnumMemberSortOrder" Value="Value" />
|
||||
<Argument Key="FlagsEnumValueFormat" Value="IntegerValue" />
|
||||
<Argument Key="FlagsEnumSeparatorSize" Value="0" />
|
||||
<Argument Key="BaseSourceCodeUrl" Value="" />
|
||||
<Argument Key="ShowParametersOnAllMethods" Value="False" />
|
||||
</TransformComponentArguments>
|
||||
<HelpFileFormat>Markdown</HelpFileFormat>
|
||||
<SyntaxFilters>C#, F#</SyntaxFilters>
|
||||
|
@ -51,6 +52,15 @@
|
|||
<MaximumGroupParts>2</MaximumGroupParts>
|
||||
<Preliminary>False</Preliminary>
|
||||
<SdkLinkTarget>Blank</SdkLinkTarget>
|
||||
<VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Internals, Privates, PrivateFields, Protected, SealedProtected, ProtectedInternalAsProtected, NonBrowsable</VisibleItems>
|
||||
<PlugInConfigurations />
|
||||
<ComponentConfigurations />
|
||||
<WarnOnMissingSourceContext>False</WarnOnMissingSourceContext>
|
||||
<HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
|
||||
<BinaryTOC>True</BinaryTOC>
|
||||
<IncludeFavorites>False</IncludeFavorites>
|
||||
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
|
||||
<AppendMarkdownFileExtensionsToUrls>True</AppendMarkdownFileExtensionsToUrls>
|
||||
</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. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue