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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 13:23:09 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 13:23:09 +0300
commitc49975855cc0aee7a1f237b2d7c2382686dd7cce (patch)
tree9eb31fc105d74e252defac88fc7024f8c9aa771e
parent6dc29c4af9310310e14e8be060ed092d75baf9e6 (diff)
readme/license
-rw-r--r--NesContainers.csproj12
1 files changed, 5 insertions, 7 deletions
diff --git a/NesContainers.csproj b/NesContainers.csproj
index d047771..6a5be4a 100644
--- a/NesContainers.csproj
+++ b/NesContainers.csproj
@@ -5,6 +5,11 @@
<AssemblyName>NesContainers</AssemblyName>
<RootNamespace>com.clusterrr.Famicom.Containers</RootNamespace>
<LangVersion>7.3</LangVersion>
+ <DebugType>embedded</DebugType>
+ <GenerateDocumentationFile>True</GenerateDocumentationFile>
+ <DocumentationFile>NesContainers.xml</DocumentationFile>
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -12,13 +17,6 @@
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
- <PropertyGroup>
- <DebugType>embedded</DebugType>
- <GenerateDocumentationFile>True</GenerateDocumentationFile>
- <DocumentationFile>NesContainers.xml</DocumentationFile>
- <PackageReadmeFile>README.md</PackageReadmeFile>
- </PropertyGroup>
-
<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>