MonoGame.Samples.RectangleCollision.iOS.csproj 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{BF785698-D6BF-465C-9089-B48B49D0377A}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.RectangleCollision</RootNamespace>
  12. <AssemblyName>MonoGameSamplesRectangleCollision</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  19. <DefineConstants>DEBUG</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <MtouchLink>None</MtouchLink>
  23. <MtouchDebug>true</MtouchDebug>
  24. <ConsolePause>false</ConsolePause>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  27. <DebugType>none</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <MtouchLink>None</MtouchLink>
  33. <ConsolePause>false</ConsolePause>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\iPhone\Debug</OutputPath>
  40. <DefineConstants>DEBUG</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <MtouchDebug>true</MtouchDebug>
  44. <CodesignKey>iPhone Developer</CodesignKey>
  45. <ConsolePause>false</ConsolePause>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  48. <DebugType>none</DebugType>
  49. <Optimize>false</Optimize>
  50. <OutputPath>bin\iPhone\Release</OutputPath>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <ConsolePause>false</ConsolePause>
  54. <CodesignKey>iPhone Developer</CodesignKey>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="monotouch" />
  61. <Reference Include="OpenTK" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <None Include="Info.iOS.plist"><Link>Info.plist</Link></None>
  65. <None Include="Content\Block.bmp">
  66. <Link>Content\Block.bmp</Link>
  67. </None>
  68. <None Include="Content\Person.bmp">
  69. <Link>Content\Person.bmp</Link>
  70. </None>
  71. <None Include="GameThumbnail.png">
  72. <Link>GameThumbnail.png</Link>
  73. </None>
  74. </ItemGroup>
  75. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  76. <ItemGroup>
  77. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  78. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  79. <Name>MonoGame.Framework.iOS</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Content Include="Content\Block.xnb">
  84. <Link>Content\Block.xnb</Link>
  85. </Content>
  86. <Content Include="Content\Person.xnb">
  87. <Link>Content\Person.xnb</Link>
  88. </Content>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="Program.cs" />
  92. <Compile Include="Game1.cs">
  93. <Link>Game1.cs</Link>
  94. </Compile>
  95. </ItemGroup>
  96. </Project>