Documentation update.

This commit is contained in:
2017-12-24 19:42:10 +00:00
parent b5004b0f48
commit 5dc013afb7
9 changed files with 577 additions and 230 deletions

View File

@@ -167,10 +167,6 @@
<None Include="..\.travis.yml">
<Link>.travis.yml</Link>
</None>
<None Include="..\CODING.md">
<Link>CODING.md</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\CONTRIBUTING.md">
<Link>CONTRIBUTING.md</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -182,10 +178,6 @@
<Link>NEEDINFO.md</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\TESTING.md">
<Link>TESTING.md</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="..\Changelog.md">
<Link>Changelog.md</Link>
@@ -264,4 +256,11 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Folder>
</ItemGroup>
<ItemGroup>
<None Include="..\.github\CODE_OF_CONDUCT.md" />
</ItemGroup>
<ItemGroup>
<Content Include="..\.github\ISSUE_TEMPLATE.md" />
<Content Include="..\.github\PULL_REQUEST_TEMPLATE.md" />
</ItemGroup>
</Project>