mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-07 16:55:08 +00:00
Adding STANDARD compilation symbol to release builds
This commit is contained in:
@@ -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\**" />
|
||||
|
||||
Reference in New Issue
Block a user