浏览代码

Added documantation.chm file and upgraded documentation file.

Changed binary in references to Debug\DocX.dll
Attached DocX.dll from both Debug/Release folders so that the project can be used straight away
master
PrzemyslawKlys 10 年前
父节点
当前提交
44ced08b78
共有 5 个文件被更改,包括 7 次插入3 次删除
  1. 二进制
      DocX/bin/Debug/DocX.dll
  2. 二进制
      DocX/bin/Release/DocX.dll
  3. 6
    2
      Documentation/Documentation.shfbproj
  4. 二进制
      Documentation/Help/Documentation.chm
  5. 1
    1
      Examples/Examples.csproj

二进制
DocX/bin/Debug/DocX.dll 查看文件


二进制
DocX/bin/Release/DocX.dll 查看文件


+ 6
- 2
Documentation/Documentation.shfbproj 查看文件

<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1eb1ee8f-9978-425b-a742-533dcceb4811}</ProjectGuid> <ProjectGuid>{1eb1ee8f-9978-425b-a742-533dcceb4811}</ProjectGuid>
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion>
<SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
Studio adds them anyway --> Studio adds them anyway -->
<AssemblyName>Documentation</AssemblyName> <AssemblyName>Documentation</AssemblyName>
<SyntaxFilters>Standard</SyntaxFilters> <SyntaxFilters>Standard</SyntaxFilters>
<SdkLinkTarget>Blank</SdkLinkTarget> <SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>False</RootNamespaceContainer> <RootNamespaceContainer>False</RootNamespaceContainer>
<PresentationStyle>vs2005</PresentationStyle>
<PresentationStyle>VS2013</PresentationStyle>
<Preliminary>False</Preliminary> <Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod> <NamingMethod>Guid</NamingMethod>
<HelpTitle>DocX - A Sandcastle Documented Class Library</HelpTitle> <HelpTitle>DocX - A Sandcastle Documented Class Library</HelpTitle>
<HtmlHelp2xCompilerPath /> <HtmlHelp2xCompilerPath />
<SandcastlePath /> <SandcastlePath />
<ComponentPath /> <ComponentPath />
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
</PropertyGroup> </PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in <!-- There are no properties for these groups. AnyCPU needs to appear in
order for Visual Studio to perform the build. The others are optional order for Visual Studio to perform the build. The others are optional

二进制
Documentation/Help/Documentation.chm 查看文件


+ 1
- 1
Examples/Examples.csproj 查看文件

</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="DocX"> <Reference Include="DocX">
<HintPath>..\DocX\bin\Release\DocX.dll</HintPath>
<HintPath>..\DocX\bin\Debug\DocX.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />

正在加载...
取消
保存