You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.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>{03215a85-5e82-40d0-8fc1-aa1795446be1}</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 --> <OutputPath>..\Help\</OutputPath> <HtmlHelpName>Emgu.CV.Documentation</HtmlHelpName> <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, Namespace, TypeParameter</MissingTags> <VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected, EditorBrowsableNever, NonBrowsable</VisibleItems> <HtmlHelp1xCompilerPath> </HtmlHelp1xCompilerPath> <HtmlHelp2xCompilerPath> </HtmlHelp2xCompilerPath> <SandcastlePath>%DXROOT%</SandcastlePath> <WorkingPath> </WorkingPath> <KeepLogFile>False</KeepLogFile> <BuildLogFile> </BuildLogFile> <HelpFileFormat>HtmlHelp1, Website</HelpFileFormat> <CppCommentsFixup>False</CppCommentsFixup> <FrameworkVersion>.NET Core/.NET Standard/.NET 5.0+</FrameworkVersion> <HelpTitle>Emgu CV Library Documentation</HelpTitle> <PresentationStyle>VS2013</PresentationStyle> <DocumentationSources> <DocumentationSource sourceFile="..\Solution\Windows.Desktop\Emgu.CV.NetStandard.sln" /> </DocumentationSources> <PlugInConfigurations> <PlugInConfig id="Version Builder" enabled="True"> <configuration> <currentProject label=".Net Standard" version="2.0" ripOldApis="False" /> <versions> <version label=".Net Framework" version="4.6.1" helpFileProject="Emgu.CV.UI.html.shfbproj" /> </versions> </configuration> </PlugInConfig> </PlugInConfigurations> <MaximumGroupParts>2</MaximumGroupParts> <NamespaceGrouping>False</NamespaceGrouping> <SyntaxFilters>Standard</SyntaxFilters> <SdkLinkTarget>Blank</SdkLinkTarget> <RootNamespaceContainer>True</RootNamespaceContainer> <Preliminary>False</Preliminary> <ContentPlacement>AboveNamespaces</ContentPlacement> <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> <IndentHtml>False</IndentHtml> <DisableCodeBlockComponent>False</DisableCodeBlockComponent> <CleanIntermediates>True</CleanIntermediates> <HelpFileVersion>1.0.0.0</HelpFileVersion> <SaveComponentCacheCapacity>100</SaveComponentCacheCapacity> </PropertyGroup> <!-- There are no properties for these two groups but they need to appear in order for Visual Studio to perform the build. --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> </PropertyGroup> <!-- Import the SHFB build targets --> <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> </Project>
|