Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NesContainers.csproj')
-rw-r--r--NesContainers.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/NesContainers.csproj b/NesContainers.csproj
index d532ac6..9dead37 100644
--- a/NesContainers.csproj
+++ b/NesContainers.csproj
@@ -13,6 +13,16 @@
<PropertyGroup>
<DebugType>embedded</DebugType>
+ <GenerateDocumentationFile>True</GenerateDocumentationFile>
+ <DocumentationFile>NesContainers.xml</DocumentationFile>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
+ <ItemGroup>
+ <None Update="README.md">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ </None>
+ </ItemGroup>
+
</Project>