MonoGame.Samples.ChaseAndEvade.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1557EE13-80AB-4E4C-9C10-9CBFC8E727C3}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.ChaseAndEvade</RootNamespace>
  12. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  13. <AssemblyName>ChaseAndEvade</AssemblyName>
  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;IPHONE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <MtouchDebug>True</MtouchDebug>
  24. <CodesignKey>iPhone Developer</CodesignKey>
  25. <MtouchLink>None</MtouchLink>
  26. <MtouchI18n />
  27. <MtouchUseLlvm>false</MtouchUseLlvm>
  28. <MtouchUseArmv7>false</MtouchUseArmv7>
  29. <MtouchUseThumb>false</MtouchUseThumb>
  30. <MtouchUseSGen>false</MtouchUseSGen>
  31. <MtouchArch>ARMv6</MtouchArch>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  34. <DebugType>none</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <MtouchDebug>False</MtouchDebug>
  40. <CodesignKey>iPhone Developer</CodesignKey>
  41. <MtouchLink>None</MtouchLink>
  42. <DefineConstants>IPHONE</DefineConstants>
  43. <MtouchI18n />
  44. <MtouchUseLlvm>false</MtouchUseLlvm>
  45. <MtouchUseArmv7>false</MtouchUseArmv7>
  46. <MtouchUseThumb>false</MtouchUseThumb>
  47. <MtouchUseSGen>false</MtouchUseSGen>
  48. <MtouchArch>ARMv6</MtouchArch>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  51. <DebugSymbols>true</DebugSymbols>
  52. <DebugType>full</DebugType>
  53. <Optimize>false</Optimize>
  54. <OutputPath>bin\iPhone\Debug</OutputPath>
  55. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. <MtouchDebug>True</MtouchDebug>
  59. <CodesignKey>iPhone Developer</CodesignKey>
  60. <MtouchLink>None</MtouchLink>
  61. <MtouchI18n />
  62. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  63. <MtouchUseLlvm>false</MtouchUseLlvm>
  64. <MtouchUseArmv7>false</MtouchUseArmv7>
  65. <MtouchUseThumb>false</MtouchUseThumb>
  66. <MtouchUseSGen>false</MtouchUseSGen>
  67. <MtouchArch>ARMv6</MtouchArch>
  68. </PropertyGroup>
  69. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  70. <DebugType>none</DebugType>
  71. <Optimize>false</Optimize>
  72. <OutputPath>bin\iPhone\Release</OutputPath>
  73. <ErrorReport>prompt</ErrorReport>
  74. <WarningLevel>4</WarningLevel>
  75. <MtouchDebug>False</MtouchDebug>
  76. <CodesignKey>iPhone Developer</CodesignKey>
  77. <DefineConstants>IPHONE</DefineConstants>
  78. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  79. <MtouchUseLlvm>false</MtouchUseLlvm>
  80. <MtouchUseArmv7>false</MtouchUseArmv7>
  81. <MtouchUseThumb>false</MtouchUseThumb>
  82. <MtouchUseSGen>false</MtouchUseSGen>
  83. <MtouchArch>ARMv6</MtouchArch>
  84. </PropertyGroup>
  85. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Distribution|iPhone' ">
  86. <DebugType>none</DebugType>
  87. <Optimize>false</Optimize>
  88. <OutputPath>bin</OutputPath>
  89. <WarningLevel>4</WarningLevel>
  90. <MtouchDebug>False</MtouchDebug>
  91. <CodesignKey>iPhone Developer</CodesignKey>
  92. <MtouchI18n />
  93. <DefineConstants>IPHONE</DefineConstants>
  94. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  95. <MtouchUseLlvm>false</MtouchUseLlvm>
  96. <MtouchUseArmv7>false</MtouchUseArmv7>
  97. <MtouchUseThumb>false</MtouchUseThumb>
  98. <MtouchUseSGen>false</MtouchUseSGen>
  99. <MtouchArch>ARMv6</MtouchArch>
  100. </PropertyGroup>
  101. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Distribution|iPhoneSimulator' ">
  102. <DebugType>none</DebugType>
  103. <Optimize>false</Optimize>
  104. <OutputPath>bin\Distribution</OutputPath>
  105. <WarningLevel>4</WarningLevel>
  106. <MtouchUseSGen>false</MtouchUseSGen>
  107. <MtouchDebug>False</MtouchDebug>
  108. <MtouchUseLlvm>false</MtouchUseLlvm>
  109. <MtouchUseThumb>false</MtouchUseThumb>
  110. <MtouchArch>ARMv6</MtouchArch>
  111. </PropertyGroup>
  112. <ItemGroup>
  113. <Reference Include="System" />
  114. <Reference Include="System.Xml" />
  115. <Reference Include="System.Core" />
  116. <Reference Include="monotouch" />
  117. <Reference Include="OpenTK" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Compile Include="Main.cs" />
  121. <Compile Include="ChaseAndEvadeGame.cs" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Folder Include="Content\" />
  125. </ItemGroup>
  126. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  127. <ItemGroup>
  128. <Content Include="Default.png">
  129. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  130. </Content>
  131. <Content Include="Content\cat.png">
  132. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  133. </Content>
  134. <Content Include="Content\mouse.png">
  135. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  136. </Content>
  137. <Content Include="Content\tank.png">
  138. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  139. </Content>
  140. <Content Include="Content\Arial.xnb">
  141. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  142. </Content>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="GameThumbnail.png" />
  146. <None Include="Info.plist" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  150. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  151. <Name>MonoGame.Framework.iOS</Name>
  152. </ProjectReference>
  153. </ItemGroup>
  154. </Project>