Xilium.CefGlue.shfbproj 3.7 KB

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>{1dd76c18-17db-4b50-b5a1-6a94afbf7631}</ProjectGuid>
  11. <SHFBSchemaVersion>1.9.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. <FrameworkVersion>.NET Framework 2.0</FrameworkVersion>
  19. <OutputPath>./bin/doc/</OutputPath>
  20. <HtmlHelpName>Xilium.CefGlue</HtmlHelpName>
  21. <Language>en-US</Language>
  22. <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
  23. <HelpFileFormat>Website</HelpFileFormat>
  24. <IndentHtml>False</IndentHtml>
  25. <KeepLogFile>True</KeepLogFile>
  26. <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
  27. <CppCommentsFixup>False</CppCommentsFixup>
  28. <CleanIntermediates>True</CleanIntermediates>
  29. <SyntaxFilters>CSharp</SyntaxFilters>
  30. <SdkLinkTarget>Blank</SdkLinkTarget>
  31. <RootNamespaceContainer>False</RootNamespaceContainer>
  32. <PresentationStyle>VS2010</PresentationStyle>
  33. <Preliminary>True</Preliminary>
  34. <NamingMethod>HashedMemberName</NamingMethod>
  35. <HelpTitle>Xilium.CefGlue</HelpTitle>
  36. <ContentPlacement>AboveNamespaces</ContentPlacement>
  37. <HelpFileVersion>1.0.0.0</HelpFileVersion>
  38. <PlugInNamespaces>ms.vsipcc+, ms.vsexpresscc+</PlugInNamespaces>
  39. <CollectionTocStyle>Hierarchical</CollectionTocStyle>
  40. <MSHelp2SdkLinkType>Msdn</MSHelp2SdkLinkType>
  41. <IncludeStopWordList>True</IncludeStopWordList>
  42. <DocumentationSources>
  43. <DocumentationSource sourceFile=".\CefGlue\bin\Release\Xilium.CefGlue.dll" xmlns="" />
  44. <DocumentationSource sourceFile=".\CefGlue\bin\Release\Xilium.CefGlue.xml" xmlns="" />
  45. </DocumentationSources>
  46. <WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
  47. <HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
  48. <IncludeFavorites>False</IncludeFavorites>
  49. <BinaryTOC>False</BinaryTOC>
  50. <CopyrightText>Copyright %28C%29 2013 Xilium Project</CopyrightText>
  51. <FeedbackEMailAddress>xiliumhq%40gmail.com</FeedbackEMailAddress>
  52. </PropertyGroup>
  53. <!-- There are no properties for these groups. AnyCPU needs to appear in
  54. order for Visual Studio to perform the build. The others are optional
  55. common platform types that may appear. -->
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  59. </PropertyGroup>
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  67. </PropertyGroup>
  68. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
  71. </PropertyGroup>
  72. <!-- Import the SHFB build targets -->
  73. <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
  74. </Project>