|
|
|
|
@ -25,6 +25,26 @@
@@ -25,6 +25,26 @@
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<ConsolePause>false</ConsolePause> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<OutputPath>bin\iPhone\Debug</OutputPath> |
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<ConsolePause>false</ConsolePause> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath> |
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<ConsolePause>false</ConsolePause> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
|