mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 12:45:01 +00:00
Adding STANDARD compilation symbol to release builds
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
<DefineConstants>TRACE;DEBUG;STANDARD</DefineConstants>
|
<DefineConstants>TRACE;DEBUG;STANDARD</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||||
|
<DefineConstants>TRACE;STANDARD</DefineConstants>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Remove="SIMPLSharpLogs\**" />
|
<Compile Remove="SIMPLSharpLogs\**" />
|
||||||
<EmbeddedResource Remove="SIMPLSharpLogs\**" />
|
<EmbeddedResource Remove="SIMPLSharpLogs\**" />
|
||||||
|
|||||||
Reference in New Issue
Block a user