MonoGame.Samples.ChaseAndEvade.csproj 6.6 KB

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