Added platform specific DefineConstants for RELEASE configuration for MonoGame Windows8Store

This commit is contained in:
randolphburt 2013-07-03 21:31:54 +01:00
parent a670b03c72
commit 2a10831811

View File

@ -28,7 +28,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_STOREAPP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>