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-06-02 06:38:11 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-06-02 06:38:11 +0300
commit398b2a3bdaf80ebb76ae053e05dbc1f11961e557 (patch)
treea143201ee10b11dc8171accef88fc660aa32511f
parent9449cb964339be851ad24904a98f7c88d2d551b8 (diff)
DebugType=embedded
-rw-r--r--NesContainers.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/NesContainers.csproj b/NesContainers.csproj
index ce00a95..d532ac6 100644
--- a/NesContainers.csproj
+++ b/NesContainers.csproj
@@ -11,4 +11,8 @@
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
+ <PropertyGroup>
+ <DebugType>embedded</DebugType>
+ </PropertyGroup>
+
</Project>