mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Adding STANDARD compilation symbol to release builds
This commit is contained in:
parent
52948a6e7e
commit
78eea65fc7
1 changed files with 4 additions and 0 deletions
|
|
@ -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\**" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue