SSH.NET.shfbproj 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. <!--
  5. The configuration and platform will be used to determine which assemblies to include from solution and
  6. project documentation sources
  7. -->
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{f7266fb1-f50a-4a5b-b35a-5ea8ebdc1be9}</ProjectGuid>
  12. <SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion>
  13. <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
  14. <AssemblyName>Documentation</AssemblyName>
  15. <RootNamespace>Documentation</RootNamespace>
  16. <Name>Documentation</Name>
  17. <!-- SHFB properties -->
  18. <FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
  19. <OutputPath>..\target\help</OutputPath>
  20. <HtmlHelpName>SshNet.Help</HtmlHelpName>
  21. <Language>en-US</Language>
  22. <MaximumGroupParts>2</MaximumGroupParts>
  23. <NamespaceGrouping>False</NamespaceGrouping>
  24. <SyntaxFilters>C#</SyntaxFilters>
  25. <SdkLinkTarget>Blank</SdkLinkTarget>
  26. <RootNamespaceContainer>False</RootNamespaceContainer>
  27. <PresentationStyle>VS2010</PresentationStyle>
  28. <Preliminary>False</Preliminary>
  29. <NamingMethod>Guid</NamingMethod>
  30. <HelpTitle>SSH.NET Client Library Documenation</HelpTitle>
  31. <ContentPlacement>AboveNamespaces</ContentPlacement>
  32. <ComponentConfigurations>
  33. <ComponentConfig id="Code Block Component" enabled="True">
  34. <component id="Code Block Component">
  35. <basePath value="{@HtmlEncProjectFolder}" />
  36. <outputPaths>{@HelpFormatOutputPaths}</outputPaths>
  37. <allowMissingSource value="false" />
  38. <removeRegionMarkers value="false" />
  39. <colorizer syntaxFile="{@SHFBROOT}\PresentationStyles\Colorizer\highlight.xml" styleFile="{@SHFBROOT}\PresentationStyles\Colorizer\highlight.xsl" stylesheet="{@SHFBROOT}\PresentationStyles\Colorizer\highlight.css" scriptFile="{@SHFBROOT}\PresentationStyles\Colorizer\highlight.js" disabled="{@DisableCodeBlockComponent}" language="cs" tabSize="0" numberLines="false" outlining="false" keepSeeTags="false" defaultTitle="true" />
  40. </component>
  41. </ComponentConfig>
  42. </ComponentConfigurations>
  43. <DocumentationSources>
  44. <DocumentationSource sourceFile="..\..\src\Renci.SshNet\bin\Release\net40\Renci.SshNet.dll" xmlns="" />
  45. <DocumentationSource sourceFile="..\..\src\Renci.SshNet\bin\Release\net40\Renci.SshNet.xml" xmlns="" />
  46. </DocumentationSources>
  47. <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags>
  48. <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
  49. <HelpFileFormat>HtmlHelp1</HelpFileFormat>
  50. <IndentHtml>False</IndentHtml>
  51. <KeepLogFile>False</KeepLogFile>
  52. <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
  53. <CppCommentsFixup>False</CppCommentsFixup>
  54. <CleanIntermediates>True</CleanIntermediates>
  55. </PropertyGroup>
  56. <!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
  57. the build. The others are optional common platform types that may appear. -->
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  59. </PropertyGroup>
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  67. </PropertyGroup>
  68. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
  73. </PropertyGroup>
  74. <!-- Import the SHFB build targets -->
  75. <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
  76. </Project>