NDoc.shfbproj 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <!-- Import the common properties to support NuGet restore -->
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <!-- The configuration and platform will be used to determine which assemblies to include from solution and
  6. project documentation sources -->
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{2ef13a82-f052-4e6b-b66b-52993420d755}</ProjectGuid>
  11. <SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
  12. <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
  13. <AssemblyName>Documentation</AssemblyName>
  14. <RootNamespace>Documentation</RootNamespace>
  15. <Name>Documentation</Name>
  16. <!-- SHFB properties -->
  17. <FrameworkVersion>.NET Core/.NET Standard/.NET 5.0+</FrameworkVersion>
  18. <OutputPath>.\Help\</OutputPath>
  19. <HtmlHelpName>Documentation</HtmlHelpName>
  20. <Language>en-US</Language>
  21. <HelpFileFormat>Website</HelpFileFormat>
  22. <SyntaxFilters>C#</SyntaxFilters>
  23. <PresentationStyle>Default2022</PresentationStyle>
  24. <CleanIntermediates>True</CleanIntermediates>
  25. <KeepLogFile>True</KeepLogFile>
  26. <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
  27. <IndentHtml>False</IndentHtml>
  28. <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
  29. <SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
  30. <DocumentationSources>
  31. <DocumentationSource sourceFile="WTTO.FangCom.Core\bin\Debug\netcoreapp3.1\output.xml" xmlns="" />
  32. </DocumentationSources>
  33. </PropertyGroup>
  34. <!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
  35. the build. The others are optional common platform types that may appear. -->
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
  51. </PropertyGroup>
  52. <!-- Import the common build targets during NuGet restore because before the packages are being installed, $(SHFBROOT) is not set yet -->
  53. <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
  54. <!-- Import the SHFB build targets during build -->
  55. <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" Condition="'$(MSBuildRestoreSessionId)' == ''" />
  56. <!-- The pre-build and post-build event properties must appear *after* the targets file import in order to be
  57. evaluated correctly. -->
  58. <PropertyGroup>
  59. <PreBuildEvent>
  60. </PreBuildEvent>
  61. <PostBuildEvent>
  62. </PostBuildEvent>
  63. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <PackageReference Include="EWSoftware.SHFB">
  67. <Version>2023.3.4</Version>
  68. </PackageReference>
  69. </ItemGroup>
  70. </Project>