API_Reference_CHM.shfbproj 3.9 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>{e71f7a35-5ccb-4bb5-b3a0-75b7fdadc3d7}</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. <OutputPath>CHM\</OutputPath>
  19. <HtmlHelpName>System.Net.FtpClient</HtmlHelpName>
  20. <Language>en-US</Language>
  21. <CopyrightText>Copyright J.P. Trosclair %28c%29 2013</CopyrightText>
  22. <FeedbackEMailAddress>jptrosclair%40gmail.com</FeedbackEMailAddress>
  23. <FeedbackEMailLinkText>J.P. Trosclair</FeedbackEMailLinkText>
  24. <HelpTitle>System.Net.FtpClient</HelpTitle>
  25. <RootNamespaceTitle>System.Net.FtpClient</RootNamespaceTitle>
  26. <MSHelpViewerSdkLinkType>Id</MSHelpViewerSdkLinkType>
  27. <DocumentationSources>
  28. <DocumentationSource sourceFile="..\System.Net.FtpClient\bin\Release\System.Net.FtpClient.dll" />
  29. <DocumentationSource sourceFile="..\System.Net.FtpClient\bin\Release\System.Net.FtpClient.xml" />
  30. </DocumentationSources>
  31. <VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected</VisibleItems>
  32. <HelpFileFormat>HtmlHelp1</HelpFileFormat>
  33. <NamespaceSummaries>
  34. <NamespaceSummaryItem name="(global)" isDocumented="False" />
  35. <NamespaceSummaryItem name="System.Net.FtpClient" isDocumented="True">A set of classes to ease interactions with FTP servers.</NamespaceSummaryItem>
  36. </NamespaceSummaries>
  37. <ProjectSummary>FTP Client Implementation</ProjectSummary>
  38. <BuildAssemblerVerbosity>OnlyErrors</BuildAssemblerVerbosity>
  39. <IndentHtml>False</IndentHtml>
  40. <FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
  41. <KeepLogFile>True</KeepLogFile>
  42. <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
  43. <CppCommentsFixup>True</CppCommentsFixup>
  44. <CleanIntermediates>True</CleanIntermediates>
  45. <SyntaxFilters>Standard</SyntaxFilters>
  46. <SdkLinkTarget>Blank</SdkLinkTarget>
  47. <RootNamespaceContainer>False</RootNamespaceContainer>
  48. <PresentationStyle>VS2005</PresentationStyle>
  49. <Preliminary>False</Preliminary>
  50. <NamingMethod>Guid</NamingMethod>
  51. <ContentPlacement>AboveNamespaces</ContentPlacement>
  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>