Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Documentation.shfbproj 3.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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.3.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 4.0.30319</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. </PropertyGroup>
  47. <!-- There are no properties for these groups. AnyCPU needs to appear in
  48. order for Visual Studio to perform the build. The others are optional
  49. common platform types that may appear. -->
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  59. </PropertyGroup>
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Folder Include="Help\" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <None Include="Help\Documentation.chm" />
  71. </ItemGroup>
  72. <!-- Import the SHFB build targets -->
  73. <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
  74. </Project>