AlienGame.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{A18E0228-936A-45CD-91CC-07E01F45677E}</ProjectGuid>
  9. <ProjectTypeGuids>{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <AssemblyName>AlienGame</AssemblyName>
  12. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  13. <BundleDisplayName>AlienGame</BundleDisplayName>
  14. <BundleIcon>GameThumbnail.png</BundleIcon>
  15. <RootNamespace>AlienGame</RootNamespace>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  22. <DefineConstants>DEBUG;IPHONE;TARGET_IPHONE_SIMULATOR</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <MtouchLink>None</MtouchLink>
  26. <MtouchDebug>True</MtouchDebug>
  27. <MtouchI18n />
  28. <MtouchMinimumOS>3.1</MtouchMinimumOS>
  29. <MtouchUseLlvm>false</MtouchUseLlvm>
  30. <MtouchUseArmv7>false</MtouchUseArmv7>
  31. <MtouchUseThumb>false</MtouchUseThumb>
  32. <MtouchUseSGen>false</MtouchUseSGen>
  33. <MtouchArch>ARMv6</MtouchArch>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  36. <DebugType>none</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <MtouchDebug>False</MtouchDebug>
  42. <DefineConstants>IPHONE;TARGET_IPHONE_SIMULATOR</DefineConstants>
  43. <MtouchI18n />
  44. <MtouchMinimumOS>3.1</MtouchMinimumOS>
  45. <MtouchUseLlvm>false</MtouchUseLlvm>
  46. <MtouchUseArmv7>false</MtouchUseArmv7>
  47. <MtouchUseThumb>false</MtouchUseThumb>
  48. <MtouchUseSGen>false</MtouchUseSGen>
  49. <MtouchArch>ARMv6</MtouchArch>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  52. <DebugSymbols>true</DebugSymbols>
  53. <DebugType>full</DebugType>
  54. <Optimize>false</Optimize>
  55. <OutputPath>bin\iPhone\Debug</OutputPath>
  56. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <MtouchDebug>True</MtouchDebug>
  60. <CodesignKey>iPhone Developer</CodesignKey>
  61. <MtouchI18n />
  62. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  63. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  64. <MtouchUseLlvm>false</MtouchUseLlvm>
  65. <MtouchUseArmv7>false</MtouchUseArmv7>
  66. <MtouchUseThumb>false</MtouchUseThumb>
  67. <MtouchUseSGen>false</MtouchUseSGen>
  68. <MtouchArch>ARMv6</MtouchArch>
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  71. <DebugType>none</DebugType>
  72. <Optimize>false</Optimize>
  73. <OutputPath>bin\iPhone\Release</OutputPath>
  74. <ErrorReport>prompt</ErrorReport>
  75. <WarningLevel>4</WarningLevel>
  76. <MtouchDebug>False</MtouchDebug>
  77. <DefineConstants>IPHONE</DefineConstants>
  78. <CodesignKey>iPhone Developer</CodesignKey>
  79. <MtouchI18n />
  80. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  81. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  82. <MtouchUseLlvm>false</MtouchUseLlvm>
  83. <MtouchUseArmv7>false</MtouchUseArmv7>
  84. <MtouchUseThumb>false</MtouchUseThumb>
  85. <MtouchUseSGen>false</MtouchUseSGen>
  86. <MtouchArch>ARMv6</MtouchArch>
  87. </PropertyGroup>
  88. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  89. <DebugType>none</DebugType>
  90. <Optimize>false</Optimize>
  91. <OutputPath>bin\Debug</OutputPath>
  92. <WarningLevel>4</WarningLevel>
  93. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  94. <MtouchDebug>False</MtouchDebug>
  95. <MtouchUseSGen>false</MtouchUseSGen>
  96. <MtouchUseLlvm>false</MtouchUseLlvm>
  97. <MtouchUseThumb>false</MtouchUseThumb>
  98. <MtouchUseArmv7>false</MtouchUseArmv7>
  99. <MtouchArch>ARMv6</MtouchArch>
  100. </PropertyGroup>
  101. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  102. <DebugType>none</DebugType>
  103. <Optimize>false</Optimize>
  104. <OutputPath>bin\Release</OutputPath>
  105. <WarningLevel>4</WarningLevel>
  106. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  107. <MtouchDebug>False</MtouchDebug>
  108. <MtouchUseSGen>false</MtouchUseSGen>
  109. <MtouchUseLlvm>false</MtouchUseLlvm>
  110. <MtouchUseThumb>false</MtouchUseThumb>
  111. <MtouchUseArmv7>false</MtouchUseArmv7>
  112. <MtouchArch>ARMv6</MtouchArch>
  113. </PropertyGroup>
  114. <ItemGroup>
  115. <Reference Include="System" />
  116. <Reference Include="System.Xml" />
  117. <Reference Include="System.Core" />
  118. <Reference Include="monotouch" />
  119. </ItemGroup>
  120. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  121. <ItemGroup>
  122. <Folder Include="ScreenManager\" />
  123. <Folder Include="Content\" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Compile Include="ScreenManager\GameScreen.cs" />
  127. <Compile Include="ScreenManager\ScreenManager.cs" />
  128. <Compile Include="ScreenManager\InputState.cs" />
  129. <Compile Include="ScreenManager\MenuEntry.cs" />
  130. <Compile Include="ScreenManager\MenuScreen.cs" />
  131. <Compile Include="main.cs" />
  132. <Compile Include="AlienGame.cs" />
  133. <Compile Include="BackgroundScreen.cs" />
  134. <Compile Include="GameplayScreen.cs" />
  135. <Compile Include="LoadingScreen.cs" />
  136. <Compile Include="MainMenuScreen.cs" />
  137. <Compile Include="ParticleSystem.cs" />
  138. <Compile Include="PauseMenuScreen.cs" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="GameThumbnail.png" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Content Include="Content\Alien_Hit.wav">
  145. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  146. </Content>
  147. <Content Include="Content\alien1.png">
  148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  149. </Content>
  150. <Content Include="Content\background.png">
  151. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  152. </Content>
  153. <Content Include="Content\badguy_blue.png">
  154. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  155. </Content>
  156. <Content Include="Content\badguy_green.png">
  157. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  158. </Content>
  159. <Content Include="Content\badguy_orange.png">
  160. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  161. </Content>
  162. <Content Include="Content\badguy_red.png">
  163. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  164. </Content>
  165. <Content Include="Content\bullet.png">
  166. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  167. </Content>
  168. <Content Include="Content\cloud1.png">
  169. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  170. </Content>
  171. <Content Include="Content\cloud2.png">
  172. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  173. </Content>
  174. <Content Include="Content\fire.png">
  175. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  176. </Content>
  177. <Content Include="Content\ground.png">
  178. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  179. </Content>
  180. <Content Include="Content\hills.png">
  181. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  182. </Content>
  183. <Content Include="Content\laser.png">
  184. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  185. </Content>
  186. <Content Include="Content\moon.png">
  187. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  188. </Content>
  189. <Content Include="Content\mountains_blurred.png">
  190. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  191. </Content>
  192. <Content Include="Content\Player_Hit.wav">
  193. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  194. </Content>
  195. <Content Include="Content\smoke.png">
  196. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  197. </Content>
  198. <Content Include="Content\sun.png">
  199. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  200. </Content>
  201. <Content Include="Content\Tank_Fire.wav">
  202. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  203. </Content>
  204. <Content Include="Content\tank_tire.png">
  205. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  206. </Content>
  207. <Content Include="Content\tank_top.png">
  208. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  209. </Content>
  210. <Content Include="Content\tank.png">
  211. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  212. </Content>
  213. <Content Include="Content\title.png">
  214. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  215. </Content>
  216. <Content Include="Content\blank.png">
  217. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  218. </Content>
  219. <Content Include="Content\gamefont.xnb">
  220. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  221. </Content>
  222. <Content Include="Content\menufont.xnb">
  223. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  224. </Content>
  225. <Content Include="Content\ScoreFont.xnb">
  226. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  227. </Content>
  228. <Content Include="Content\TitleFont.xnb">
  229. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  230. </Content>
  231. <Content Include="Default.png">
  232. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  233. </Content>
  234. <Content Include="Content\gamepad.png">
  235. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  236. </Content>
  237. <Content Include="Content\backmusic.mp3">
  238. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  239. </Content>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  243. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  244. <Name>MonoGame.Framework.iOS</Name>
  245. </ProjectReference>
  246. </ItemGroup>
  247. </Project>