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>2021-05-28 11:34:16 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-05-28 11:34:16 +0300
commit2256bc41712c1038c45b604daac8f4a757159725 (patch)
tree8c53b3fbecc7242b46e1d717c57e1d33c1ec0c8f
parent369110d767e3ed0d2bfa5698e87c6e859390e2ea (diff)
FdsBlockParser
-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>