|
|
@@ -13,9 +13,10 @@
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
<DefineConstants>TRACE;ANDROID</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
- <DefineConstants>TRACE;ANDROID</DefineConstants>
|
|
|
+
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <DefineConstants>$(DefineConstants)TRACE;PURGE</DefineConstants>
|
|
|
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|