fixed compile constant defs

This commit is contained in:
Christian Köllner 2020-02-01 14:44:22 +01:00
parent 846cbaac6b
commit 051de670ba

View File

@ -24,11 +24,11 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'"> <PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DefineConstants>TRACE;DEBUG;DebugCapabilityLifecycle</DefineConstants> <DefineConstants>TRACE;DEBUG</DefineConstants>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'"> <PropertyGroup>
<DefineConstants>TRACE;DEBUG;DebugCapabilityLifecycle</DefineConstants> <DefineConstants>DebugCapabilityLifecycle</DefineConstants>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>