Fix the debug build.

master
Glenn Maynard 6 years ago
parent 65f4a7102c
commit 5f627b1b55
  1. 1
      smx-config/SMXConfig.csproj

@ -59,6 +59,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>..\out\</OutputPath>

Loading…
Cancel
Save