2
0

MonoGame.Samples.TransformedCollision.csproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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>{96F32BCF-B579-438B-A5DC-667BB9A5849C}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.TransformedCollision</RootNamespace>
  12. <AssemblyName>MonoGameSamplesTransformedCollision</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.plist" />
  65. <None Include="..\..\MacOS\TransformedCollisionSample\Content\Block.bmp">
  66. <Link>Content\Block.bmp</Link>
  67. </None>
  68. <None Include="..\..\MacOS\TransformedCollisionSample\Content\Person.bmp">
  69. <Link>Content\Person.bmp</Link>
  70. </None>
  71. <None Include="..\..\MacOS\TransformedCollisionSample\Content\SpinnerBlock.bmp">
  72. <Link>Content\SpinnerBlock.bmp</Link>
  73. </None>
  74. <None Include="..\..\MacOS\TransformedCollisionSample\GameThumbnail.png">
  75. <Link>GameThumbnail.png</Link>
  76. </None>
  77. </ItemGroup>
  78. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  79. <ItemGroup>
  80. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  81. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  82. <Name>MonoGame.Framework.iOS</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Content Include="..\..\MacOS\TransformedCollisionSample\Content\Block.xnb">
  87. <Link>Content\Block.xnb</Link>
  88. </Content>
  89. <Content Include="..\..\MacOS\TransformedCollisionSample\Content\Person.xnb">
  90. <Link>Content\Person.xnb</Link>
  91. </Content>
  92. <Content Include="..\..\MacOS\TransformedCollisionSample\Content\SpinnerBlock.xnb">
  93. <Link>Content\SpinnerBlock.xnb</Link>
  94. </Content>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="Program.cs" />
  98. <Compile Include="..\..\MacOS\TransformedCollisionSample\Block.cs">
  99. <Link>Block.cs</Link>
  100. </Compile>
  101. <Compile Include="..\..\MacOS\TransformedCollisionSample\Game1.cs">
  102. <Link>Game1.cs</Link>
  103. </Compile>
  104. </ItemGroup>
  105. </Project>