Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abock@xamarin.com>2015-12-03 20:37:06 +0300
committerAaron Bockover <abock@xamarin.com>2015-12-03 20:37:06 +0300
commit4acdd020b35bc8df648811d82a4873e2add4c6e2 (patch)
tree36466e12ec628bcafbc520c8656403306f731d62
parent8496907c2afd3a4977bb3640d8490547445b300e (diff)
Define XAMMAC in Release configuration
-rw-r--r--src/framework/GuiUnit_xammac_mobile.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/GuiUnit_xammac_mobile.csproj b/src/framework/GuiUnit_xammac_mobile.csproj
index a2aa457..703e330 100644
--- a/src/framework/GuiUnit_xammac_mobile.csproj
+++ b/src/framework/GuiUnit_xammac_mobile.csproj
@@ -56,7 +56,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\xammac_mobile</OutputPath>
- <DefineConstants>TRACE;NET_4_5, CLR_4_0,NUNITLITE</DefineConstants>
+ <DefineConstants>TRACE;NET_4_5, CLR_4_0,NUNITLITE;XAMMAC</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>