MonoGame.Samples.CatapultWars.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  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>{289A3AF8-E006-47EF-B34C-CA01020E1655}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>MonoGame.Samples.CatapultWars</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>MonoGame.Samples.CatapultWars</AssemblyName>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug</OutputPath>
  24. <DefineConstants>DEBUG;ANDROID</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <ConsolePause>false</ConsolePause>
  28. <AndroidLinkMode>None</AndroidLinkMode>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\Release</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  37. <ConsolePause>false</ConsolePause>
  38. <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  39. <DefineConstants>ANDROID</DefineConstants>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="Mono.Android" />
  46. <Reference Include="OpenTK" />
  47. <Reference Include="System.Xml.Linq" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Activity1.cs" />
  51. <Compile Include="Resources\Resource.designer.cs" />
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. <Compile Include="..\..\MacOS\CatapaultWars\CatapultGame.cs">
  54. <Link>CatapultGame.cs</Link>
  55. </Compile>
  56. <Compile Include="..\..\MacOS\CatapaultWars\Catapult\Catapult.cs">
  57. <Link>Catapult\Catapult.cs</Link>
  58. </Compile>
  59. <Compile Include="..\..\MacOS\CatapaultWars\Catapult\Projectile.cs">
  60. <Link>Catapult\Projectile.cs</Link>
  61. </Compile>
  62. <Compile Include="..\..\MacOS\CatapaultWars\Players\AI.cs">
  63. <Link>Players\AI.cs</Link>
  64. </Compile>
  65. <Compile Include="..\..\MacOS\CatapaultWars\Players\Human.cs">
  66. <Link>Players\Human.cs</Link>
  67. </Compile>
  68. <Compile Include="..\..\MacOS\CatapaultWars\Players\Player.cs">
  69. <Link>Players\Player.cs</Link>
  70. </Compile>
  71. <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\GameScreen.cs">
  72. <Link>ScreenManager\GameScreen.cs</Link>
  73. </Compile>
  74. <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\InputState.cs">
  75. <Link>ScreenManager\InputState.cs</Link>
  76. </Compile>
  77. <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\MenuEntry.cs">
  78. <Link>ScreenManager\MenuEntry.cs</Link>
  79. </Compile>
  80. <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\MenuScreen.cs">
  81. <Link>ScreenManager\MenuScreen.cs</Link>
  82. </Compile>
  83. <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\MouseGestureType.cs">
  84. <Link>ScreenManager\MouseGestureType.cs</Link>
  85. </Compile>
  86. <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\PlayerIndexEventArgs.cs">
  87. <Link>ScreenManager\PlayerIndexEventArgs.cs</Link>
  88. </Compile>
  89. <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\ScreenManager.cs">
  90. <Link>ScreenManager\ScreenManager.cs</Link>
  91. </Compile>
  92. <Compile Include="..\..\MacOS\CatapaultWars\Screens\BackgroundScreen.cs">
  93. <Link>Screens\BackgroundScreen.cs</Link>
  94. </Compile>
  95. <Compile Include="..\..\MacOS\CatapaultWars\Screens\GameplayScreen.cs">
  96. <Link>Screens\GameplayScreen.cs</Link>
  97. </Compile>
  98. <Compile Include="..\..\MacOS\CatapaultWars\Screens\InstructionsScreen.cs">
  99. <Link>Screens\InstructionsScreen.cs</Link>
  100. </Compile>
  101. <Compile Include="..\..\MacOS\CatapaultWars\Screens\MainMenuScreen.cs">
  102. <Link>Screens\MainMenuScreen.cs</Link>
  103. </Compile>
  104. <Compile Include="..\..\MacOS\CatapaultWars\Screens\PauseScreen.cs">
  105. <Link>Screens\PauseScreen.cs</Link>
  106. </Compile>
  107. <Compile Include="..\..\MacOS\CatapaultWars\Utility\Animation.cs">
  108. <Link>Utility\Animation.cs</Link>
  109. </Compile>
  110. <Compile Include="..\..\MacOS\CatapaultWars\Utility\AudioManager.cs">
  111. <Link>Utility\AudioManager.cs</Link>
  112. </Compile>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="Resources\AboutResources.txt" />
  116. <None Include="Assets\AboutAssets.txt" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <AndroidResource Include="Resources\layout\Main.axml" />
  120. <AndroidResource Include="Resources\values\Strings.xml" />
  121. <AndroidResource Include="Resources\drawable\Icon.png" />
  122. </ItemGroup>
  123. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  124. <ItemGroup>
  125. <ProjectReference Include="..\..\..\ThirdParty\Lidgren.Network\Lidgren.Network.Android.csproj">
  126. <Project>{565129E0-4EE5-4F6F-B403-C3484C9740BE}</Project>
  127. <Name>Lidgren.Network.Android</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  130. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  131. <Name>MonoGame.Framework.Android</Name>
  132. </ProjectReference>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Folder Include="Assets\Content\" />
  136. <Folder Include="Catapult\" />
  137. <Folder Include="Players\" />
  138. <Folder Include="ScreenManager\" />
  139. <Folder Include="Screens\" />
  140. <Folder Include="Utility\" />
  141. <Folder Include="Assets\Content\Fonts\" />
  142. <Folder Include="Assets\Content\Sounds\" />
  143. <Folder Include="Assets\Content\Textures\" />
  144. <Folder Include="Assets\Content\Textures\Ammo\" />
  145. <Folder Include="Assets\Content\Textures\Backgrounds\" />
  146. <Folder Include="Assets\Content\Textures\Catapults\" />
  147. <Folder Include="Assets\Content\Textures\HUD\" />
  148. <Folder Include="Assets\Content\Textures\Catapults\Blue\" />
  149. <Folder Include="Assets\Content\Textures\Catapults\Fire_Miss\" />
  150. <Folder Include="Assets\Content\Textures\Catapults\Hit_Smoke\" />
  151. <Folder Include="Assets\Content\Textures\Catapults\Red\" />
  152. <Folder Include="Assets\Content\Textures\Catapults\Blue\blueDestroyed\" />
  153. <Folder Include="Assets\Content\Textures\Catapults\Blue\blueFire\" />
  154. <Folder Include="Assets\Content\Textures\Catapults\Blue\blueIdle\" />
  155. <Folder Include="Assets\Content\Textures\Catapults\Blue\bluePullback\" />
  156. <Folder Include="Assets\Content\Textures\Catapults\Red\redDestroyed\" />
  157. <Folder Include="Assets\Content\Textures\Catapults\Red\redFire\" />
  158. <Folder Include="Assets\Content\Textures\Catapults\Red\redIdle\" />
  159. <Folder Include="Assets\Content\Textures\Catapults\Red\redPullback\" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Fonts\HUDFont.xnb">
  163. <Link>Assets\Content\Fonts\HUDFont.xnb</Link>
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </AndroidAsset>
  166. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Fonts\MenuFont.xnb">
  167. <Link>Assets\Content\Fonts\MenuFont.xnb</Link>
  168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  169. </AndroidAsset>
  170. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Ammo\rock_ammo.xnb">
  171. <Link>Assets\Content\Textures\Ammo\rock_ammo.xnb</Link>
  172. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  173. </AndroidAsset>
  174. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\blank.xnb">
  175. <Link>Assets\Content\Textures\Backgrounds\blank.xnb</Link>
  176. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  177. </AndroidAsset>
  178. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\cloud1.xnb">
  179. <Link>Assets\Content\Textures\Backgrounds\cloud1.xnb</Link>
  180. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  181. </AndroidAsset>
  182. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\cloud2.xnb">
  183. <Link>Assets\Content\Textures\Backgrounds\cloud2.xnb</Link>
  184. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  185. </AndroidAsset>
  186. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\defeat.xnb">
  187. <Link>Assets\Content\Textures\Backgrounds\defeat.xnb</Link>
  188. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  189. </AndroidAsset>
  190. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\gameplay_screen.xnb">
  191. <Link>Assets\Content\Textures\Backgrounds\gameplay_screen.xnb</Link>
  192. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  193. </AndroidAsset>
  194. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\instructions.xnb">
  195. <Link>Assets\Content\Textures\Backgrounds\instructions.xnb</Link>
  196. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  197. </AndroidAsset>
  198. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\mountain.xnb">
  199. <Link>Assets\Content\Textures\Backgrounds\mountain.xnb</Link>
  200. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  201. </AndroidAsset>
  202. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\sky.xnb">
  203. <Link>Assets\Content\Textures\Backgrounds\sky.xnb</Link>
  204. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  205. </AndroidAsset>
  206. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\title_screen.xnb">
  207. <Link>Assets\Content\Textures\Backgrounds\title_screen.xnb</Link>
  208. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  209. </AndroidAsset>
  210. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\victory.xnb">
  211. <Link>Assets\Content\Textures\Backgrounds\victory.xnb</Link>
  212. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  213. </AndroidAsset>
  214. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\HUD\ammoType.xnb">
  215. <Link>Assets\Content\Textures\HUD\ammoType.xnb</Link>
  216. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  217. </AndroidAsset>
  218. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\HUD\Arrow.xnb">
  219. <Link>Assets\Content\Textures\HUD\Arrow.xnb</Link>
  220. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  221. </AndroidAsset>
  222. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\HUD\hudBackground.xnb">
  223. <Link>Assets\Content\Textures\HUD\hudBackground.xnb</Link>
  224. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  225. </AndroidAsset>
  226. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\HUD\windArrow.xnb">
  227. <Link>Assets\Content\Textures\HUD\windArrow.xnb</Link>
  228. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  229. </AndroidAsset>
  230. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\AnimationsDef.xml">
  231. <Link>Assets\Content\Textures\Catapults\AnimationsDef.xml</Link>
  232. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  233. </AndroidAsset>
  234. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb">
  235. <Link>Assets\Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb</Link>
  236. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  237. </AndroidAsset>
  238. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb">
  239. <Link>Assets\Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb</Link>
  240. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  241. </AndroidAsset>
  242. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb">
  243. <Link>Assets\Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb</Link>
  244. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  245. </AndroidAsset>
  246. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb">
  247. <Link>Assets\Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb</Link>
  248. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  249. </AndroidAsset>
  250. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb">
  251. <Link>Assets\Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb</Link>
  252. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  253. </AndroidAsset>
  254. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb">
  255. <Link>Assets\Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb</Link>
  256. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  257. </AndroidAsset>
  258. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Red\redIdle\redIdle.xnb">
  259. <Link>Assets\Content\Textures\Catapults\Red\redIdle\redIdle.xnb</Link>
  260. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  261. </AndroidAsset>
  262. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb">
  263. <Link>Assets\Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb</Link>
  264. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  265. </AndroidAsset>
  266. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\BoulderHit.wav">
  267. <Link>Assets\Content\Sounds\BoulderHit.wav</Link>
  268. </AndroidAsset>
  269. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\CatapultExplosion.wav">
  270. <Link>Assets\Content\Sounds\CatapultExplosion.wav</Link>
  271. </AndroidAsset>
  272. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\CatapultFire.wav">
  273. <Link>Assets\Content\Sounds\CatapultFire.wav</Link>
  274. </AndroidAsset>
  275. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\Lose.wav">
  276. <Link>Assets\Content\Sounds\Lose.wav</Link>
  277. </AndroidAsset>
  278. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\RopeStretch.wav">
  279. <Link>Assets\Content\Sounds\RopeStretch.wav</Link>
  280. </AndroidAsset>
  281. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\Win.wav">
  282. <Link>Assets\Content\Sounds\Win.wav</Link>
  283. </AndroidAsset>
  284. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Fire_Miss\fire_miss.xnb">
  285. <Link>Assets\Content\Textures\Catapults\Fire_Miss\fire_miss.xnb</Link>
  286. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  287. </AndroidAsset>
  288. <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Hit_Smoke\smoke.xnb">
  289. <Link>Assets\Content\Textures\Catapults\Hit_Smoke\smoke.xnb</Link>
  290. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  291. </AndroidAsset>
  292. </ItemGroup>
  293. </Project>