| 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>9960a20a-7bad-4125-b93c-bca3906ebcc1</ProjectGuid>
 
-     <SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion>
 
-     <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
 
-     <AssemblyName>Masuit.Tools帮助文档</AssemblyName>
 
-     <RootNamespace>Masuit.Tools帮助文档</RootNamespace>
 
-     <Name>Masuit.Tools帮助文档</Name>
 
-     <!-- SHFB properties -->
 
-     <FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
 
-     <OutputPath>.\Help\</OutputPath>
 
-     <HtmlHelpName>Masuit.Tools帮助文档</HtmlHelpName>
 
-     <Language>zh-CHS</Language>
 
-     <TransformComponentArguments>
 
-       <Argument Key="logoFile" Value="Help.png" xmlns="" />
 
-       <Argument Key="logoHeight" Value="" xmlns="" />
 
-       <Argument Key="logoWidth" Value="" xmlns="" />
 
-       <Argument Key="logoAltText" Value="" xmlns="" />
 
-       <Argument Key="logoPlacement" Value="left" xmlns="" />
 
-       <Argument Key="logoAlignment" Value="left" xmlns="" />
 
-       <Argument Key="maxVersionParts" Value="" xmlns="" />
 
-     </TransformComponentArguments>
 
-     <DocumentationSources>
 
-       <DocumentationSource sourceFile="..\Masuit.Utilities\bin\Debug\Masuit.Tools.XML" xmlns="" />
 
-       <DocumentationSource sourceFile="..\Masuit.Utilities\bin\Debug\Masuit.Tools.dll" xmlns="" />
 
-     </DocumentationSources>
 
-     <MaximumGroupParts>2</MaximumGroupParts>
 
-     <NamespaceGrouping>False</NamespaceGrouping>
 
-     <SyntaxFilters>C#</SyntaxFilters>
 
-     <SdkLinkTarget>Blank</SdkLinkTarget>
 
-     <RootNamespaceContainer>False</RootNamespaceContainer>
 
-     <PresentationStyle>VS2013</PresentationStyle>
 
-     <Preliminary>False</Preliminary>
 
-     <NamingMethod>MemberName</NamingMethod>
 
-     <HelpTitle>Masuit.Tools帮助文档</HelpTitle>
 
-     <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>
 
-   <ItemGroup>
 
-     <Folder Include="icons" />
 
-     <Folder Include="Media" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <ContentLayout Include="ContentLayout.content" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <Content Include="icons\Help.png" />
 
-   </ItemGroup>
 
-   <!-- Import the SHFB build targets -->
 
-   <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
 
- </Project>
 
 
  |