MonoGame.Samples.CatapultWars.csproj 15 KB

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