MonoGame.Samples.PerPixelCollision.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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>{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.PerPixelCollision</RootNamespace>
  12. <AssemblyName>MonoGameSamplesPerPixelCollision</AssemblyName>
  13. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  14. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  21. <DefineConstants>DEBUG</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <MtouchLink>None</MtouchLink>
  25. <MtouchDebug>True</MtouchDebug>
  26. <MtouchUseLlvm>false</MtouchUseLlvm>
  27. <ConsolePause>false</ConsolePause>
  28. <MtouchUseSGen>false</MtouchUseSGen>
  29. <MtouchUseThumb>false</MtouchUseThumb>
  30. <MtouchArch>ARMv6</MtouchArch>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  33. <DebugType>none</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <MtouchLink>None</MtouchLink>
  39. <MtouchDebug>False</MtouchDebug>
  40. <MtouchUseSGen>false</MtouchUseSGen>
  41. <ConsolePause>false</ConsolePause>
  42. <MtouchUseLlvm>false</MtouchUseLlvm>
  43. <MtouchUseThumb>false</MtouchUseThumb>
  44. <MtouchArch>ARMv6</MtouchArch>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  47. <DebugSymbols>true</DebugSymbols>
  48. <DebugType>full</DebugType>
  49. <Optimize>false</Optimize>
  50. <OutputPath>bin\iPhone\Debug</OutputPath>
  51. <DefineConstants>DEBUG</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <MtouchUseSGen>false</MtouchUseSGen>
  55. <MtouchDebug>True</MtouchDebug>
  56. <CodesignKey>iPhone Developer</CodesignKey>
  57. <ConsolePause>false</ConsolePause>
  58. <MtouchUseThumb>false</MtouchUseThumb>
  59. <MtouchArch>ARMv6</MtouchArch>
  60. <MtouchUseLlvm>false</MtouchUseLlvm>
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  63. <DebugType>none</DebugType>
  64. <Optimize>false</Optimize>
  65. <OutputPath>bin\iPhone\Release</OutputPath>
  66. <ErrorReport>prompt</ErrorReport>
  67. <WarningLevel>4</WarningLevel>
  68. <MtouchUseSGen>false</MtouchUseSGen>
  69. <MtouchDebug>False</MtouchDebug>
  70. <MtouchUseThumb>false</MtouchUseThumb>
  71. <ConsolePause>false</ConsolePause>
  72. <CodesignKey>iPhone Developer</CodesignKey>
  73. <MtouchArch>ARMv6</MtouchArch>
  74. <MtouchUseLlvm>false</MtouchUseLlvm>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="System" />
  78. <Reference Include="System.Xml" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="monotouch" />
  81. <Reference Include="OpenTK" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <None Include="Info.plist" />
  85. <None Include="..\..\MacOS\PerPixelCollisionSample\GameThumbnail.png">
  86. <Link>GameThumbnail.png</Link>
  87. </None>
  88. <None Include="..\..\MacOS\PerPixelCollisionSample\Content\Block.bmp">
  89. <Link>Content\Block.bmp</Link>
  90. </None>
  91. <None Include="..\..\MacOS\PerPixelCollisionSample\Content\Person.bmp">
  92. <Link>Content\Person.bmp</Link>
  93. </None>
  94. </ItemGroup>
  95. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  96. <ItemGroup>
  97. <Compile Include="..\..\MacOS\PerPixelCollisionSample\Game1.cs">
  98. <Link>Game1.cs</Link>
  99. </Compile>
  100. <Compile Include="Program.cs" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  104. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  105. <Name>MonoGame.Framework.iOS</Name>
  106. </ProjectReference>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Content Include="..\..\MacOS\PerPixelCollisionSample\Content\Block.xnb">
  110. <Link>Content\Block.xnb</Link>
  111. </Content>
  112. <Content Include="..\..\MacOS\PerPixelCollisionSample\Content\Person.xnb">
  113. <Link>Content\Person.xnb</Link>
  114. </Content>
  115. </ItemGroup>
  116. </Project>