ソースを参照

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" />

読み込み中…
キャンセル
保存