Przeglądaj źródła

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 lat temu
rodzic
commit
44ced08b78

BIN
DocX/bin/Debug/DocX.dll Wyświetl plik


BIN
DocX/bin/Release/DocX.dll Wyświetl plik


+ 6
- 2
Documentation/Documentation.shfbproj Wyświetl plik

<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

BIN
Documentation/Help/Documentation.chm Wyświetl plik


+ 1
- 1
Examples/Examples.csproj Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz