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.

71 lines
3.5 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
  3. <PropertyGroup>
  4. <!-- The configuration and platform will be used to determine which
  5. assemblies to include from solution and project documentation
  6. sources -->
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{03215a85-5e82-40d0-8fc1-aa1795446be1}</ProjectGuid>
  11. <SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
  12. <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
  13. Studio adds them anyway -->
  14. <AssemblyName>Documentation</AssemblyName>
  15. <RootNamespace>Documentation</RootNamespace>
  16. <Name>Documentation</Name>
  17. <!-- SHFB properties -->
  18. <OutputPath>..\Help\</OutputPath>
  19. <HtmlHelpName>Emgu.CV.Documentation</HtmlHelpName>
  20. <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, Namespace, TypeParameter</MissingTags>
  21. <VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected, EditorBrowsableNever, NonBrowsable</VisibleItems>
  22. <HtmlHelp1xCompilerPath>
  23. </HtmlHelp1xCompilerPath>
  24. <HtmlHelp2xCompilerPath>
  25. </HtmlHelp2xCompilerPath>
  26. <SandcastlePath>%DXROOT%</SandcastlePath>
  27. <WorkingPath>
  28. </WorkingPath>
  29. <KeepLogFile>False</KeepLogFile>
  30. <BuildLogFile>
  31. </BuildLogFile>
  32. <HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
  33. <CppCommentsFixup>False</CppCommentsFixup>
  34. <FrameworkVersion>.NET Core/.NET Standard/.NET 5.0+</FrameworkVersion>
  35. <HelpTitle>Emgu CV Library Documentation</HelpTitle>
  36. <PresentationStyle>VS2013</PresentationStyle>
  37. <DocumentationSources>
  38. <DocumentationSource sourceFile="..\Solution\Windows.Desktop\Emgu.CV.NetStandard.sln" />
  39. </DocumentationSources>
  40. <PlugInConfigurations>
  41. <PlugInConfig id="Version Builder" enabled="True">
  42. <configuration>
  43. <currentProject label=".Net Standard" version="2.0" ripOldApis="False" />
  44. <versions>
  45. <version label=".Net Framework" version="4.6.1" helpFileProject="Emgu.CV.UI.html.shfbproj" />
  46. </versions>
  47. </configuration>
  48. </PlugInConfig>
  49. </PlugInConfigurations>
  50. <MaximumGroupParts>2</MaximumGroupParts>
  51. <NamespaceGrouping>False</NamespaceGrouping>
  52. <SyntaxFilters>Standard</SyntaxFilters>
  53. <SdkLinkTarget>Blank</SdkLinkTarget>
  54. <RootNamespaceContainer>True</RootNamespaceContainer>
  55. <Preliminary>False</Preliminary>
  56. <ContentPlacement>AboveNamespaces</ContentPlacement>
  57. <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
  58. <IndentHtml>False</IndentHtml>
  59. <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
  60. <CleanIntermediates>True</CleanIntermediates>
  61. <HelpFileVersion>1.0.0.0</HelpFileVersion>
  62. <SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
  63. </PropertyGroup>
  64. <!-- There are no properties for these two groups but they need to appear in
  65. order for Visual Studio to perform the build. -->
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  67. </PropertyGroup>
  68. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  69. </PropertyGroup>
  70. <!-- Import the SHFB build targets -->
  71. <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
  72. </Project>