|
@@ -16,7 +16,7 @@
|
|
<DebugType>full</DebugType>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
|
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
|
- <DefineConstants>DEBUG;IOS</DefineConstants>
|
|
|
|
|
|
+ <DefineConstants>DEBUG;IPHONE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<ConsolePause>false</ConsolePause>
|
|
@@ -33,13 +33,14 @@
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<ConsolePause>false</ConsolePause>
|
|
<MtouchLink>None</MtouchLink>
|
|
<MtouchLink>None</MtouchLink>
|
|
|
|
+ <DefineConstants>IPHONE</DefineConstants>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\iPhone\Debug</OutputPath>
|
|
<OutputPath>bin\iPhone\Debug</OutputPath>
|
|
- <DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
|
+ <DefineConstants>DEBUG;IPHONE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<ConsolePause>false</ConsolePause>
|
|
@@ -55,6 +56,7 @@
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
|
|
+ <DefineConstants>IPHONE</DefineConstants>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
@@ -65,7 +67,9 @@
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <None Include="Info.iOS.plist"><Link>Info.plist</Link></None>
|
|
|
|
|
|
+ <None Include="Info.iOS.plist">
|
|
|
|
+ <Link>Info.plist</Link>
|
|
|
|
+ </None>
|
|
<None Include="Resources.resources">
|
|
<None Include="Resources.resources">
|
|
<Link>Resources.resources</Link>
|
|
<Link>Resources.resources</Link>
|
|
</None>
|
|
</None>
|
|
@@ -74,7 +78,6 @@
|
|
</None>
|
|
</None>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <Compile Include="Main.cs" />
|
|
|
|
<Compile Include="CatapultGame.cs">
|
|
<Compile Include="CatapultGame.cs">
|
|
<Link>CatapultGame.cs</Link>
|
|
<Link>CatapultGame.cs</Link>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -177,6 +180,7 @@
|
|
<Compile Include="Resources.Designer.cs">
|
|
<Compile Include="Resources.Designer.cs">
|
|
<Link>Resources.Designer.cs</Link>
|
|
<Link>Resources.Designer.cs</Link>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Program.cs" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
@@ -305,7 +309,7 @@
|
|
</Content>
|
|
</Content>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <ProjectReference Include="..\..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
|
|
|
|
|
|
+ <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
|
|
<Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
|
|
<Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
|
|
<Name>MonoGame.Framework.iOS</Name>
|
|
<Name>MonoGame.Framework.iOS</Name>
|
|
</ProjectReference>
|
|
</ProjectReference>
|