Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Documentation.shfbproj 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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>1.9.9.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>vs2005</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. </PropertyGroup>
  57. <!-- There are no properties for these groups. AnyCPU needs to appear in
  58. order for Visual Studio to perform the build. The others are optional
  59. common platform types that may appear. -->
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  67. </PropertyGroup>
  68. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
  73. </PropertyGroup>
  74. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Folder Include="Help\" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <None Include="Help\Documentation.chm" />
  81. </ItemGroup>
  82. <!-- Import the SHFB build targets -->
  83. <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
  84. </Project>