Added platform specific DefineConstants for RELEASE configuration for MonoGame IOS

This commit is contained in:
Randolph Burt 2013-07-03 21:27:01 +01:00
parent aa07641691
commit a670b03c72

View File

@ -29,6 +29,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DefineConstants>IOS</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />