MonoGame.Samples.PerPixelCollision.iOS.csproj 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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>{CE342066-BCCD-4989-A401-0D36287276EF}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.PerPixelCollision</RootNamespace>
  12. <AssemblyName>MonoGameSamplesPerPixelCollision</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;IPHONE</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. <DefineConstants>IPHONE</DefineConstants>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\iPhone\Debug</OutputPath>
  41. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <MtouchDebug>true</MtouchDebug>
  45. <CodesignKey>iPhone Developer</CodesignKey>
  46. <ConsolePause>false</ConsolePause>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  49. <DebugType>none</DebugType>
  50. <Optimize>false</Optimize>
  51. <OutputPath>bin\iPhone\Release</OutputPath>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <ConsolePause>false</ConsolePause>
  55. <CodesignKey>iPhone Developer</CodesignKey>
  56. <DefineConstants>IPHONE</DefineConstants>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="System" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="monotouch" />
  63. <Reference Include="OpenTK" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <None Include="Info.iOS.plist"><Link>Info.plist</Link></None>
  67. <None Include="GameThumbnail.png">
  68. <Link>GameThumbnail.png</Link>
  69. </None>
  70. <None Include="Content\Block.bmp">
  71. <Link>Content\Block.bmp</Link>
  72. </None>
  73. <None Include="Content\Person.bmp">
  74. <Link>Content\Person.bmp</Link>
  75. </None>
  76. </ItemGroup>
  77. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  78. <ItemGroup>
  79. <Compile Include="Game1.cs">
  80. <Link>Game1.cs</Link>
  81. </Compile>
  82. <Compile Include="Program.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  86. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  87. <Name>MonoGame.Framework.iOS</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Content Include="Content\Block.xnb">
  92. <Link>Content\Block.xnb</Link>
  93. </Content>
  94. <Content Include="Content\Person.xnb">
  95. <Link>Content\Person.xnb</Link>
  96. </Content>
  97. </ItemGroup>
  98. </Project>