Add missing #defines to Xamarin projects

This commit is contained in:
Paul Betts
2013-10-31 12:02:19 -07:00
committed by Haacked
parent 97f82fc065
commit 3d04a494e9
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -17,6 +17,7 @@
<Optimize>false</Optimize>
<IntermediateOutputPath>obj\Debug\Mono</IntermediateOutputPath>
<OutputPath>bin\Debug\Mono</OutputPath>
<DefineConstants>TRACE;DEBUG;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL;NET_45</DefineConstants>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -26,6 +27,7 @@
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<IntermediateOutputPath>obj\Release\Mono</IntermediateOutputPath>
<DefineConstants>TRACE;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL;NET_45</DefineConstants>
<OutputPath>bin\Release\Mono</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+2
View File
@@ -24,6 +24,7 @@
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>TRACE;DEBUG;CODE_ANALYSIS;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL;NET_45</DefineConstants>
<AndroidLinkMode>None</AndroidLinkMode>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
@@ -32,6 +33,7 @@
<Optimize>true</Optimize>
<IntermediateOutputPath>obj\Release\MonoAndroid</IntermediateOutputPath>
<OutputPath>bin\Release\MonoAndroid</OutputPath>
<DefineConstants>TRACE;CODE_ANALYSIS;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL;NET_45</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
+2
View File
@@ -17,6 +17,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<IntermediateOutputPath>obj\Debug\Monotouch</IntermediateOutputPath>
<DefineConstants>TRACE;DEBUG;CODE_ANALYSIS;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL;NET_45</DefineConstants>
<OutputPath>bin\Debug\Monotouch</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -26,6 +27,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<DefineConstants>TRACE;CODE_ANALYSIS;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL;NET_45</DefineConstants>
<IntermediateOutputPath>obj\Release\Monotouch</IntermediateOutputPath>
<OutputPath>bin\Release\Monotouch</OutputPath>
<ErrorReport>prompt</ErrorReport>