Disable Stylecop on debug config

This commit is contained in:
teinarss
2021-09-17 19:05:36 +02:00
committed by abcdefg30
parent defaf92752
commit 279e7eb1c9
3 changed files with 5 additions and 6 deletions

View File

@@ -7,7 +7,6 @@
<Optimize>true</Optimize>
<LangVersion>7.3</LangVersion>
<DebugSymbols>true</DebugSymbols>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<EngineRootPath Condition="'$(EngineRootPath)' == ''">..</EngineRootPath>
<OutputPath>$(EngineRootPath)/bin</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>