mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-13 19:53:36 -06:00
124 lines
No EOL
7.4 KiB
XML
124 lines
No EOL
7.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- Import the common properties to support NuGet restore -->
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<!-- A target framework version is required by Visual Studio. It can be any version with a targeting pack installed. -->
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<!-- 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>e23d3844-e594-487e-979b-2d35b1b9aae8</ProjectGuid>
|
|
<SHFBSchemaVersion>2017.9.26.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 -->
|
|
<FrameworkVersion>.NET Framework 4.7.2</FrameworkVersion>
|
|
<OutputPath>Help\</OutputPath>
|
|
<HtmlHelpName>Documentation</HtmlHelpName>
|
|
<Language>en-US</Language>
|
|
<TransformComponentArguments>
|
|
<Argument Key="BibliographyDataFile" Value="True" />
|
|
<Argument Key="MaxVersionParts" Value="3" />
|
|
<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>
|
|
<PresentationStyle>Markdown</PresentationStyle>
|
|
<CleanIntermediates>True</CleanIntermediates>
|
|
<KeepLogFile>True</KeepLogFile>
|
|
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
|
|
<IndentHtml>False</IndentHtml>
|
|
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
|
|
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
|
|
<DocumentationSources>
|
|
<DocumentationSource sourceFile="..\CapyKit\CapyKit.sln" xmlns="" />
|
|
</DocumentationSources>
|
|
<HelpTitle>CapyKit</HelpTitle>
|
|
<HelpFileVersion>1.0.0.0</HelpFileVersion>
|
|
<NamingMethod>MemberName</NamingMethod>
|
|
<ContentPlacement>AboveNamespaces</ContentPlacement>
|
|
<RootNamespaceContainer>True</RootNamespaceContainer>
|
|
<NamespaceGrouping>False</NamespaceGrouping>
|
|
<MaximumGroupParts>2</MaximumGroupParts>
|
|
<Preliminary>False</Preliminary>
|
|
<SdkLinkTarget>Blank</SdkLinkTarget>
|
|
<VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Internals, Privates, PrivateFields, Protected, SealedProtected, ProtectedInternalAsProtected, NonBrowsable, InternalAndPrivateIfExternal</VisibleItems>
|
|
<PlugInConfigurations>
|
|
</PlugInConfigurations>
|
|
<ComponentConfigurations />
|
|
<WarnOnMissingSourceContext>False</WarnOnMissingSourceContext>
|
|
<HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
|
|
<BinaryTOC>True</BinaryTOC>
|
|
<IncludeFavorites>False</IncludeFavorites>
|
|
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
|
|
<AppendMarkdownFileExtensionsToUrls>True</AppendMarkdownFileExtensionsToUrls>
|
|
<ProjectSummary>Welcome to the official documentation for CapyKit, a powerful collection of C# utilities designed to enhance your .NET projects. Below, you&#39%3bll find a list of namespaces included in the library, each offering a unique set of tools, extensions, and helpers to streamline your development process.</ProjectSummary>
|
|
<NamespaceSummaries>
|
|
<NamespaceSummaryItem name="(global)" isDocumented="False" xmlns="" />
|
|
<NamespaceSummaryItem name="CapyKit" isDocumented="True" xmlns="">Core utilities and foundational methods for the CapyKit library.</NamespaceSummaryItem>
|
|
<NamespaceSummaryItem name="CapyKit.Attributes" isDocumented="True" xmlns="">Custom attributes for simplifying .NET code behavior.</NamespaceSummaryItem>
|
|
<NamespaceSummaryItem name="CapyKit.Enumerations" isDocumented="True" xmlns="">Commonly used enumerations for value comparison and logic.</NamespaceSummaryItem>
|
|
<NamespaceSummaryItem name="CapyKit.Extensions" isDocumented="True" xmlns="">Extension methods for enhancing .NET classes and simplifying operations.</NamespaceSummaryItem>
|
|
<NamespaceSummaryItem name="CapyKit.Helpers" isDocumented="True" xmlns="">Utility classes for tasks like data manipulation and reflection.</NamespaceSummaryItem>
|
|
<NamespaceSummaryItem name="Tests" isDocumented="True" xmlns="">Unit tests ensuring CapyKit functions as expected.</NamespaceSummaryItem>
|
|
<NamespaceSummaryItem name="Tests.Helpers" isDocumented="True" xmlns="">Contains unit tests specifically focused on verifying the correctness of the code in `CapyKit.Helpers`.</NamespaceSummaryItem></NamespaceSummaries>
|
|
</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="Content\VersionHistory" />
|
|
<Folder Include="icons" />
|
|
<Folder Include="media" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\VersionHistory\v1.0.0.0.aml" />
|
|
<None Include="Content\VersionHistory\VersionHistory.aml" />
|
|
<None Include="Content\Welcome.aml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ContentLayout Include="ContentLayout.content" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="icons\Help.png" />
|
|
</ItemGroup>
|
|
<!-- Import the common build targets during NuGet restore because before the packages are being installed, $(SHFBROOT) is not set yet -->
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
|
|
<!-- Import the SHFB build targets during build -->
|
|
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" Condition="'$(MSBuildRestoreSessionId)' == ''" />
|
|
<!-- 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> |