Platformer.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{9FA77471-A020-4452-928B-7D72BF15C991}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>Platformer</RootNamespace>
  12. <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
  13. <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
  14. <AndroidResgenClass>Resource</AndroidResgenClass>
  15. <AndroidApplication>True</AndroidApplication>
  16. <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
  17. <AssemblyName>Platformer</AssemblyName>
  18. <TargetFrameworkVersion>v2.2</TargetFrameworkVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug</OutputPath>
  25. <DefineConstants>DEBUG;ANDROID</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <ConsolePause>false</ConsolePause>
  29. <AndroidLinkMode>None</AndroidLinkMode>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>none</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\Release</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  38. <ConsolePause>false</ConsolePause>
  39. <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  40. <DefineConstants>ANDROID</DefineConstants>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Xml" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="Mono.Android" />
  47. <Reference Include="OpenTK" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Activity1.cs" />
  51. <Compile Include="Resources\Resource.designer.cs" />
  52. <Compile Include="..\..\iOS\Platformer\Accelerometer.cs">
  53. <Link>Accelerometer.cs</Link>
  54. </Compile>
  55. <Compile Include="..\..\iOS\Platformer\Animation.cs">
  56. <Link>Animation.cs</Link>
  57. </Compile>
  58. <Compile Include="..\..\iOS\Platformer\AnimationPlayer.cs">
  59. <Link>AnimationPlayer.cs</Link>
  60. </Compile>
  61. <Compile Include="..\..\iOS\Platformer\Circle.cs">
  62. <Link>Circle.cs</Link>
  63. </Compile>
  64. <Compile Include="..\..\iOS\Platformer\Enemy.cs">
  65. <Link>Enemy.cs</Link>
  66. </Compile>
  67. <Compile Include="..\..\iOS\Platformer\Gem.cs">
  68. <Link>Gem.cs</Link>
  69. </Compile>
  70. <Compile Include="..\..\iOS\Platformer\Level.cs">
  71. <Link>Level.cs</Link>
  72. </Compile>
  73. <Compile Include="..\..\iOS\Platformer\PlatformerGame.cs">
  74. <Link>PlatformerGame.cs</Link>
  75. </Compile>
  76. <Compile Include="..\..\iOS\Platformer\Player.cs">
  77. <Link>Player.cs</Link>
  78. </Compile>
  79. <Compile Include="..\..\iOS\Platformer\RectangleExtensions.cs">
  80. <Link>RectangleExtensions.cs</Link>
  81. </Compile>
  82. <Compile Include="..\..\iOS\Platformer\Tile.cs">
  83. <Link>Tile.cs</Link>
  84. </Compile>
  85. <Compile Include="..\..\iOS\Platformer\TouchCollectionExtensions.cs">
  86. <Link>TouchCollectionExtensions.cs</Link>
  87. </Compile>
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="Resources\AboutResources.txt" />
  92. <None Include="Assets\AboutAssets.txt" />
  93. <None Include="Background.png" />
  94. <None Include="Game.ico" />
  95. <None Include="GameThumbnail.png" />
  96. <None Include="Properties\AppManifest.xml" />
  97. <None Include="Properties\WMAppManifest.xml" />
  98. <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer0_0.png">
  99. <Link>Assets\Content\Backgrounds\Layer0_0.png</Link>
  100. </AndroidAsset>
  101. <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer0_1.png">
  102. <Link>Assets\Content\Backgrounds\Layer0_1.png</Link>
  103. </AndroidAsset>
  104. <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer0_2.png">
  105. <Link>Assets\Content\Backgrounds\Layer0_2.png</Link>
  106. </AndroidAsset>
  107. <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer1_0.png">
  108. <Link>Assets\Content\Backgrounds\Layer1_0.png</Link>
  109. </AndroidAsset>
  110. <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer1_1.png">
  111. <Link>Assets\Content\Backgrounds\Layer1_1.png</Link>
  112. </AndroidAsset>
  113. <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer1_2.png">
  114. <Link>Assets\Content\Backgrounds\Layer1_2.png</Link>
  115. </AndroidAsset>
  116. <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer2_0.png">
  117. <Link>Assets\Content\Backgrounds\Layer2_0.png</Link>
  118. </AndroidAsset>
  119. <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer2_1.png">
  120. <Link>Assets\Content\Backgrounds\Layer2_1.png</Link>
  121. </AndroidAsset>
  122. <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer2_2.png">
  123. <Link>Assets\Content\Backgrounds\Layer2_2.png</Link>
  124. </AndroidAsset>
  125. <AndroidAsset Include="..\..\iOS\Platformer\Content\Fonts\Hud.xnb">
  126. <Link>Assets\Content\Fonts\Hud.xnb</Link>
  127. </AndroidAsset>
  128. <AndroidAsset Include="..\..\iOS\Platformer\Content\Levels\0.txt">
  129. <Link>Assets\Content\Levels\0.txt</Link>
  130. </AndroidAsset>
  131. <AndroidAsset Include="..\..\iOS\Platformer\Content\Levels\1.txt">
  132. <Link>Assets\Content\Levels\1.txt</Link>
  133. </AndroidAsset>
  134. <AndroidAsset Include="..\..\iOS\Platformer\Content\Levels\2.txt">
  135. <Link>Assets\Content\Levels\2.txt</Link>
  136. </AndroidAsset>
  137. <AndroidAsset Include="..\..\iOS\Platformer\Content\Overlays\you_died.png">
  138. <Link>Assets\Content\Overlays\you_died.png</Link>
  139. </AndroidAsset>
  140. <AndroidAsset Include="..\..\iOS\Platformer\Content\Overlays\you_lose.png">
  141. <Link>Assets\Content\Overlays\you_lose.png</Link>
  142. </AndroidAsset>
  143. <AndroidAsset Include="..\..\iOS\Platformer\Content\Overlays\you_win.png">
  144. <Link>Assets\Content\Overlays\you_win.png</Link>
  145. </AndroidAsset>
  146. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\ExitReached.mp3">
  147. <Link>Assets\Content\Sounds\ExitReached.mp3</Link>
  148. </AndroidAsset>
  149. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\ExitReached.wav">
  150. <Link>Assets\Content\Sounds\ExitReached.wav</Link>
  151. </AndroidAsset>
  152. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\GemCollected.mp3">
  153. <Link>Assets\Content\Sounds\GemCollected.mp3</Link>
  154. </AndroidAsset>
  155. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\GemCollected.wav">
  156. <Link>Assets\Content\Sounds\GemCollected.wav</Link>
  157. </AndroidAsset>
  158. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\MonsterKilled.mp3">
  159. <Link>Assets\Content\Sounds\MonsterKilled.mp3</Link>
  160. </AndroidAsset>
  161. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\MonsterKilled.wav">
  162. <Link>Assets\Content\Sounds\MonsterKilled.wav</Link>
  163. </AndroidAsset>
  164. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\Music.mp3">
  165. <Link>Assets\Content\Sounds\Music.mp3</Link>
  166. </AndroidAsset>
  167. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\Music.wav">
  168. <Link>Assets\Content\Sounds\Music.wav</Link>
  169. </AndroidAsset>
  170. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerFall.mp3">
  171. <Link>Assets\Content\Sounds\PlayerFall.mp3</Link>
  172. </AndroidAsset>
  173. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerFall.wav">
  174. <Link>Assets\Content\Sounds\PlayerFall.wav</Link>
  175. </AndroidAsset>
  176. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerJump.mp3">
  177. <Link>Assets\Content\Sounds\PlayerJump.mp3</Link>
  178. </AndroidAsset>
  179. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerJump.wav">
  180. <Link>Assets\Content\Sounds\PlayerJump.wav</Link>
  181. </AndroidAsset>
  182. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerKilled.mp3">
  183. <Link>Assets\Content\Sounds\PlayerKilled.mp3</Link>
  184. </AndroidAsset>
  185. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerKilled.wav">
  186. <Link>Assets\Content\Sounds\PlayerKilled.wav</Link>
  187. </AndroidAsset>
  188. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PowerUp.mp3">
  189. <Link>Assets\Content\Sounds\PowerUp.mp3</Link>
  190. </AndroidAsset>
  191. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PowerUp.wav">
  192. <Link>Assets\Content\Sounds\PowerUp.wav</Link>
  193. </AndroidAsset>
  194. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Gem.png">
  195. <Link>Assets\Content\Sprites\Gem.png</Link>
  196. </AndroidAsset>
  197. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterA\Idle.png">
  198. <Link>Assets\Content\Sprites\MonsterA\Idle.png</Link>
  199. </AndroidAsset>
  200. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterA\Run.png">
  201. <Link>Assets\Content\Sprites\MonsterA\Run.png</Link>
  202. </AndroidAsset>
  203. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterB\Idle.png">
  204. <Link>Assets\Content\Sprites\MonsterB\Idle.png</Link>
  205. </AndroidAsset>
  206. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterB\Run.png">
  207. <Link>Assets\Content\Sprites\MonsterB\Run.png</Link>
  208. </AndroidAsset>
  209. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterC\Idle.png">
  210. <Link>Assets\Content\Sprites\MonsterC\Idle.png</Link>
  211. </AndroidAsset>
  212. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterC\Run.png">
  213. <Link>Assets\Content\Sprites\MonsterC\Run.png</Link>
  214. </AndroidAsset>
  215. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterD\Idle.png">
  216. <Link>Assets\Content\Sprites\MonsterD\Idle.png</Link>
  217. </AndroidAsset>
  218. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterD\Run.png">
  219. <Link>Assets\Content\Sprites\MonsterD\Run.png</Link>
  220. </AndroidAsset>
  221. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Player\Celebrate.png">
  222. <Link>Assets\Content\Sprites\Player\Celebrate.png</Link>
  223. </AndroidAsset>
  224. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Player\Die.png">
  225. <Link>Assets\Content\Sprites\Player\Die.png</Link>
  226. </AndroidAsset>
  227. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Player\Idle.png">
  228. <Link>Assets\Content\Sprites\Player\Idle.png</Link>
  229. </AndroidAsset>
  230. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Player\Jump.png">
  231. <Link>Assets\Content\Sprites\Player\Jump.png</Link>
  232. </AndroidAsset>
  233. <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Player\Run.png">
  234. <Link>Assets\Content\Sprites\Player\Run.png</Link>
  235. </AndroidAsset>
  236. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA0.png">
  237. <Link>Assets\Content\Tiles\BlockA0.png</Link>
  238. </AndroidAsset>
  239. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA1.png">
  240. <Link>Assets\Content\Tiles\BlockA1.png</Link>
  241. </AndroidAsset>
  242. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA2.png">
  243. <Link>Assets\Content\Tiles\BlockA2.png</Link>
  244. </AndroidAsset>
  245. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA3.png">
  246. <Link>Assets\Content\Tiles\BlockA3.png</Link>
  247. </AndroidAsset>
  248. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA4.png">
  249. <Link>Assets\Content\Tiles\BlockA4.png</Link>
  250. </AndroidAsset>
  251. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA5.png">
  252. <Link>Assets\Content\Tiles\BlockA5.png</Link>
  253. </AndroidAsset>
  254. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA6.png">
  255. <Link>Assets\Content\Tiles\BlockA6.png</Link>
  256. </AndroidAsset>
  257. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockB0.png">
  258. <Link>Assets\Content\Tiles\BlockB0.png</Link>
  259. </AndroidAsset>
  260. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockB1.png">
  261. <Link>Assets\Content\Tiles\BlockB1.png</Link>
  262. </AndroidAsset>
  263. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\Exit.png">
  264. <Link>Assets\Content\Tiles\Exit.png</Link>
  265. </AndroidAsset>
  266. <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\Platform.png">
  267. <Link>Assets\Content\Tiles\Platform.png</Link>
  268. </AndroidAsset>
  269. </ItemGroup>
  270. <ItemGroup>
  271. <AndroidResource Include="Resources\layout\Main.axml" />
  272. <AndroidResource Include="Resources\values\Strings.xml" />
  273. <AndroidResource Include="Resources\drawable\Icon.png" />
  274. </ItemGroup>
  275. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  276. <ItemGroup>
  277. <Folder Include="Properties\" />
  278. <Folder Include="Assets\" />
  279. </ItemGroup>
  280. <ItemGroup>
  281. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  282. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  283. <Name>MonoGame.Framework.Android</Name>
  284. </ProjectReference>
  285. </ItemGroup>
  286. </Project>