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:
-rw-r--r--NesContainers.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/NesContainers.csproj b/NesContainers.csproj
index b5397c4..ce00a95 100644
--- a/NesContainers.csproj
+++ b/NesContainers.csproj
@@ -6,4 +6,9 @@
<RootNamespace>com.clusterrr.Famicom.Containers</RootNamespace>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
+ <DebugType>none</DebugType>
+ <DebugSymbols>false</DebugSymbols>
+ </PropertyGroup>
+
</Project>