Adding STANDARD compilation symbol to release builds

This commit is contained in:
Chris Cameron
2017-06-22 16:36:07 -04:00
parent 52948a6e7e
commit 78eea65fc7

View File

@@ -9,6 +9,10 @@
<DefineConstants>TRACE;DEBUG;STANDARD</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;STANDARD</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Remove="SIMPLSharpLogs\**" />
<EmbeddedResource Remove="SIMPLSharpLogs\**" />