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

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NesTiler/NesTiler.csproj')
-rw-r--r--NesTiler/NesTiler.csproj5
1 files changed, 1 insertions, 4 deletions
diff --git a/NesTiler/NesTiler.csproj b/NesTiler/NesTiler.csproj
index 096570c..58e263b 100644
--- a/NesTiler/NesTiler.csproj
+++ b/NesTiler/NesTiler.csproj
@@ -12,15 +12,12 @@
<SelfContained>false</SelfContained>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<DebugType>full</DebugType>
- <WarningLevel>7</WarningLevel>
+ <DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
- <WarningLevel>7</WarningLevel>
</PropertyGroup>
<ItemGroup>
<None Remove=".git" />