1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
- <PropertyGroup>
- <!-- The configuration and platform will be used to determine which
- assemblies to include from solution and project documentation
- sources -->
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{e71f7a35-5ccb-4bb5-b3a0-75b7fdadc3d7}</ProjectGuid>
- <SHFBSchemaVersion>1.9.5.0</SHFBSchemaVersion>
- <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
- Studio adds them anyway -->
- <AssemblyName>Documentation</AssemblyName>
- <RootNamespace>Documentation</RootNamespace>
- <Name>Documentation</Name>
- <!-- SHFB properties -->
- <OutputPath>CHM\</OutputPath>
- <HtmlHelpName>System.Net.FtpClient</HtmlHelpName>
- <Language>en-US</Language>
- <CopyrightText>Copyright J.P. Trosclair %28c%29 2013</CopyrightText>
- <FeedbackEMailAddress>jptrosclair%40gmail.com</FeedbackEMailAddress>
- <FeedbackEMailLinkText>J.P. Trosclair</FeedbackEMailLinkText>
- <HelpTitle>System.Net.FtpClient</HelpTitle>
- <RootNamespaceTitle>System.Net.FtpClient</RootNamespaceTitle>
- <MSHelpViewerSdkLinkType>Id</MSHelpViewerSdkLinkType>
- <DocumentationSources>
- <DocumentationSource sourceFile="..\System.Net.FtpClient\bin\Release\System.Net.FtpClient.dll" />
- <DocumentationSource sourceFile="..\System.Net.FtpClient\bin\Release\System.Net.FtpClient.xml" />
- </DocumentationSources>
- <VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected</VisibleItems>
- <HelpFileFormat>HtmlHelp1</HelpFileFormat>
- <NamespaceSummaries>
- <NamespaceSummaryItem name="(global)" isDocumented="False" />
- <NamespaceSummaryItem name="System.Net.FtpClient" isDocumented="True">A set of classes to ease interactions with FTP servers.</NamespaceSummaryItem>
- </NamespaceSummaries>
- <ProjectSummary>FTP Client Implementation</ProjectSummary>
- <BuildAssemblerVerbosity>OnlyErrors</BuildAssemblerVerbosity>
- <IndentHtml>False</IndentHtml>
- <FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
- <KeepLogFile>True</KeepLogFile>
- <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
- <CppCommentsFixup>True</CppCommentsFixup>
- <CleanIntermediates>True</CleanIntermediates>
- <SyntaxFilters>Standard</SyntaxFilters>
- <SdkLinkTarget>Blank</SdkLinkTarget>
- <RootNamespaceContainer>False</RootNamespaceContainer>
- <PresentationStyle>VS2005</PresentationStyle>
- <Preliminary>False</Preliminary>
- <NamingMethod>Guid</NamingMethod>
- <ContentPlacement>AboveNamespaces</ContentPlacement>
- </PropertyGroup>
- <!-- There are no properties for these groups. AnyCPU needs to appear in
- order for Visual Studio to perform the build. The others are optional
- common platform types that may appear. -->
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
- </PropertyGroup>
- <!-- Import the SHFB build targets -->
- <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
- </Project>
|