|
@@ -5,6 +5,11 @@
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
<Nullable>enable</Nullable>
|
|
<Nullable>enable</Nullable>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
+
|
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
+ <DefineConstants>$(DefineConstants)TRACE;PURGE</DefineConstants>
|
|
|
|
|
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<DefineConstants>$(DefineConstants)TRACE;PURGE</DefineConstants>
|
|
<DefineConstants>$(DefineConstants)TRACE;PURGE</DefineConstants>
|