Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Documentation.shfbproj 4.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.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>{1eb1ee8f-9978-425b-a742-533dcceb4811}</ProjectGuid>
  11. <SHFBSchemaVersion>2015.6.5.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>Documentation</HtmlHelpName>
  20. <Language>en-US</Language>
  21. <HelpFileFormat>HtmlHelp1</HelpFileFormat>
  22. <IndentHtml>False</IndentHtml>
  23. <FrameworkVersion>.NET Framework 3.5</FrameworkVersion>
  24. <KeepLogFile>True</KeepLogFile>
  25. <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
  26. <CppCommentsFixup>False</CppCommentsFixup>
  27. <CleanIntermediates>True</CleanIntermediates>
  28. <SyntaxFilters>Standard</SyntaxFilters>
  29. <SdkLinkTarget>Blank</SdkLinkTarget>
  30. <RootNamespaceContainer>False</RootNamespaceContainer>
  31. <PresentationStyle>VS2013</PresentationStyle>
  32. <Preliminary>False</Preliminary>
  33. <NamingMethod>Guid</NamingMethod>
  34. <HelpTitle>DocX - A Sandcastle Documented Class Library</HelpTitle>
  35. <FeedbackEMailLinkText>coffey.cathal%40gmail.com</FeedbackEMailLinkText>
  36. <FeedbackEMailAddress>coffey.cathal%40gmail.com</FeedbackEMailAddress>
  37. <ContentPlacement>AboveNamespaces</ContentPlacement>
  38. <DocumentationSources>
  39. <DocumentationSource sourceFile="..\DocX\DocX.csproj" />
  40. </DocumentationSources>
  41. <SccProjectName>SAK</SccProjectName>
  42. <SccProvider>SAK</SccProvider>
  43. <SccAuxPath>SAK</SccAuxPath>
  44. <SccLocalPath>SAK</SccLocalPath>
  45. <WorkingPath>%temp%\</WorkingPath>
  46. <ApiFilter />
  47. <ComponentConfigurations />
  48. <HelpAttributes />
  49. <NamespaceSummaries />
  50. <PlugInConfigurations />
  51. <BuildLogFile />
  52. <HtmlHelp1xCompilerPath />
  53. <HtmlHelp2xCompilerPath />
  54. <SandcastlePath />
  55. <ComponentPath />
  56. <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
  57. <HelpFileVersion>1.0.0.0</HelpFileVersion>
  58. <MaximumGroupParts>2</MaximumGroupParts>
  59. <NamespaceGrouping>False</NamespaceGrouping>
  60. </PropertyGroup>
  61. <!-- There are no properties for these groups. AnyCPU needs to appear in
  62. order for Visual Studio to perform the build. The others are optional
  63. common platform types that may appear. -->
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  67. </PropertyGroup>
  68. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  73. </PropertyGroup>
  74. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  75. </PropertyGroup>
  76. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
  77. </PropertyGroup>
  78. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Folder Include="Help\" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <None Include="Help\Documentation.chm" />
  85. </ItemGroup>
  86. <!-- Import the SHFB build targets -->
  87. <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
  88. </Project>