MonoGame.Samples.RectangleCollision.csproj 4.6 KB

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