2
0

CatapultNetWars.Android.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  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>{C2B4D7C6-C3C5-4C02-8830-D33C0E59DCDD}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>CatapultWarsNet</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>CatapultWarsNet</AssemblyName>
  18. <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
  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. <Reference Include="System.Xml.Linq" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Activity1.cs" />
  52. <Compile Include="Resources\Resource.designer.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. <Compile Include="CatapultGame.cs">
  55. <Link>CatapultGame.cs</Link>
  56. </Compile>
  57. <Compile Include="Utility\Animation.cs">
  58. <Link>Utility\Animation.cs</Link>
  59. </Compile>
  60. <Compile Include="Utility\AudioManager.cs">
  61. <Link>Utility\AudioManager.cs</Link>
  62. </Compile>
  63. <Compile Include="Screens\BackgroundScreen.cs">
  64. <Link>Screens\BackgroundScreen.cs</Link>
  65. </Compile>
  66. <Compile Include="Screens\GameplayScreen.cs">
  67. <Link>Screens\GameplayScreen.cs</Link>
  68. </Compile>
  69. <Compile Include="Screens\InstructionsScreen.cs">
  70. <Link>Screens\InstructionsScreen.cs</Link>
  71. </Compile>
  72. <Compile Include="Screens\LoadingScreen.cs">
  73. <Link>Screens\LoadingScreen.cs</Link>
  74. </Compile>
  75. <Compile Include="Screens\MainMenuScreen.cs">
  76. <Link>Screens\MainMenuScreen.cs</Link>
  77. </Compile>
  78. <Compile Include="Screens\MessageBoxScreen.cs">
  79. <Link>Screens\MessageBoxScreen.cs</Link>
  80. </Compile>
  81. <Compile Include="Screens\PauseScreen.cs">
  82. <Link>Screens\PauseScreen.cs</Link>
  83. </Compile>
  84. <Compile Include="ScreenManager\GameScreen.cs">
  85. <Link>ScreenManager\GameScreen.cs</Link>
  86. </Compile>
  87. <Compile Include="ScreenManager\InputState.cs">
  88. <Link>ScreenManager\InputState.cs</Link>
  89. </Compile>
  90. <Compile Include="ScreenManager\MenuEntry.cs">
  91. <Link>ScreenManager\MenuEntry.cs</Link>
  92. </Compile>
  93. <Compile Include="ScreenManager\MenuScreen.cs">
  94. <Link>ScreenManager\MenuScreen.cs</Link>
  95. </Compile>
  96. <Compile Include="ScreenManager\MouseGestureType.cs">
  97. <Link>ScreenManager\MouseGestureType.cs</Link>
  98. </Compile>
  99. <Compile Include="ScreenManager\PlayerIndexEventArgs.cs">
  100. <Link>ScreenManager\PlayerIndexEventArgs.cs</Link>
  101. </Compile>
  102. <Compile Include="ScreenManager\ScreenManager.cs">
  103. <Link>ScreenManager\ScreenManager.cs</Link>
  104. </Compile>
  105. <Compile Include="Players\AI.cs">
  106. <Link>Players\AI.cs</Link>
  107. </Compile>
  108. <Compile Include="Players\Human.cs">
  109. <Link>Players\Human.cs</Link>
  110. </Compile>
  111. <Compile Include="Players\Player.cs">
  112. <Link>Players\Player.cs</Link>
  113. </Compile>
  114. <Compile Include="Networking\AvailableSessionMenuEntry.cs">
  115. <Link>Networking\AvailableSessionMenuEntry.cs</Link>
  116. </Compile>
  117. <Compile Include="Networking\CreateOrFindSessionScreen.cs">
  118. <Link>Networking\CreateOrFindSessionScreen.cs</Link>
  119. </Compile>
  120. <Compile Include="Networking\JoinSessionScreen.cs">
  121. <Link>Networking\JoinSessionScreen.cs</Link>
  122. </Compile>
  123. <Compile Include="Networking\LobbyScreen.cs">
  124. <Link>Networking\LobbyScreen.cs</Link>
  125. </Compile>
  126. <Compile Include="Networking\NetworkBusyScreen.cs">
  127. <Link>Networking\NetworkBusyScreen.cs</Link>
  128. </Compile>
  129. <Compile Include="Networking\NetworkErrorScreen.cs">
  130. <Link>Networking\NetworkErrorScreen.cs</Link>
  131. </Compile>
  132. <Compile Include="Networking\NetworkSessionComponent.cs">
  133. <Link>Networking\NetworkSessionComponent.cs</Link>
  134. </Compile>
  135. <Compile Include="Networking\OperationCompletedEventArgs.cs">
  136. <Link>Networking\OperationCompletedEventArgs.cs</Link>
  137. </Compile>
  138. <Compile Include="Networking\ProfileSignInScreen.cs">
  139. <Link>Networking\ProfileSignInScreen.cs</Link>
  140. </Compile>
  141. <Compile Include="Catapult\Catapult.cs">
  142. <Link>Catapult\Catapult.cs</Link>
  143. </Compile>
  144. <Compile Include="Catapult\Projectile.cs">
  145. <Link>Catapult\Projectile.cs</Link>
  146. </Compile>
  147. <Compile Include="IMessageDisplay.cs">
  148. <Link>IMessageDisplay.cs</Link>
  149. </Compile>
  150. <Compile Include="MessageDisplayComponent.cs">
  151. <Link>MessageDisplayComponent.cs</Link>
  152. </Compile>
  153. <Compile Include="Resources.Designer.cs">
  154. <Link>Resources.Designer.cs</Link>
  155. </Compile>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <None Include="Resources\AboutResources.txt" />
  159. <None Include="Assets\AboutAssets.txt" />
  160. <None Include="Properties\AndroidManifest.xml" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <AndroidResource Include="Resources\drawable\Icon.png" />
  164. <AndroidResource Include="Resources\values\Strings.xml" />
  165. <AndroidResource Include="Resources\drawable\Splash.png" />
  166. <AndroidResource Include="Resources\values\Styles.xml" />
  167. <AndroidResource Include="Resources\drawable-port\Splash.png" />
  168. </ItemGroup>
  169. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  170. <ItemGroup>
  171. <Folder Include="Assets\Content\" />
  172. <Folder Include="Resources\layout\" />
  173. <Folder Include="Resources\values\" />
  174. <Folder Include="Catapult\" />
  175. <Folder Include="Players\" />
  176. <Folder Include="ScreenManager\" />
  177. <Folder Include="Screens\" />
  178. <Folder Include="Utility\" />
  179. <Folder Include="Assets\Content\Fonts\" />
  180. <Folder Include="Assets\Content\Sounds\" />
  181. <Folder Include="Assets\Content\Textures\" />
  182. <Folder Include="Assets\Content\Textures\Ammo\" />
  183. <Folder Include="Assets\Content\Textures\Backgrounds\" />
  184. <Folder Include="Assets\Content\Textures\HUD\" />
  185. <Folder Include="Assets\Content\Textures\Catapults\" />
  186. <Folder Include="Assets\Content\Textures\Catapults\Blue\" />
  187. <Folder Include="Assets\Content\Textures\Catapults\Fire_Miss\" />
  188. <Folder Include="Assets\Content\Textures\Catapults\Hit_Smoke\" />
  189. <Folder Include="Assets\Content\Textures\Catapults\Red\" />
  190. <Folder Include="Assets\Content\Textures\Catapults\Blue\blueDestroyed\" />
  191. <Folder Include="Assets\Content\Textures\Catapults\Blue\blueFire\" />
  192. <Folder Include="Assets\Content\Textures\Catapults\Blue\blueIdle\" />
  193. <Folder Include="Assets\Content\Textures\Catapults\Blue\bluePullback\" />
  194. <Folder Include="Assets\Content\Textures\Catapults\Red\redDestroyed\" />
  195. <Folder Include="Assets\Content\Textures\Catapults\Red\redFire\" />
  196. <Folder Include="Assets\Content\Textures\Catapults\Red\redIdle\" />
  197. <Folder Include="Assets\Content\Textures\Catapults\Red\redPullback\" />
  198. <Folder Include="Resources\drawable-port\" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <AndroidAsset Include="Content\Fonts\HUDFont.xnb">
  202. <Link>Assets\Content\Fonts\HUDFont.xnb</Link>
  203. </AndroidAsset>
  204. <AndroidAsset Include="Content\Fonts\MenuFont.xnb">
  205. <Link>Assets\Content\Fonts\MenuFont.xnb</Link>
  206. </AndroidAsset>
  207. <AndroidAsset Include="Content\Sounds\BoulderHit.wav">
  208. <Link>Assets\Content\Sounds\BoulderHit.wav</Link>
  209. </AndroidAsset>
  210. <AndroidAsset Include="Content\Sounds\CatapultExplosion.wav">
  211. <Link>Assets\Content\Sounds\CatapultExplosion.wav</Link>
  212. </AndroidAsset>
  213. <AndroidAsset Include="Content\Sounds\CatapultFire.wav">
  214. <Link>Assets\Content\Sounds\CatapultFire.wav</Link>
  215. </AndroidAsset>
  216. <AndroidAsset Include="Content\Sounds\Lose.wav">
  217. <Link>Assets\Content\Sounds\Lose.wav</Link>
  218. </AndroidAsset>
  219. <AndroidAsset Include="Content\Sounds\RopeStretch.wav">
  220. <Link>Assets\Content\Sounds\RopeStretch.wav</Link>
  221. </AndroidAsset>
  222. <AndroidAsset Include="Content\Sounds\Win.wav">
  223. <Link>Assets\Content\Sounds\Win.wav</Link>
  224. </AndroidAsset>
  225. <AndroidAsset Include="Content\Textures\Ammo\rock_ammo.xnb">
  226. <Link>Assets\Content\Textures\Ammo\rock_ammo.xnb</Link>
  227. </AndroidAsset>
  228. <AndroidAsset Include="Content\Textures\Backgrounds\blank.xnb">
  229. <Link>Assets\Content\Textures\Backgrounds\blank.xnb</Link>
  230. </AndroidAsset>
  231. <AndroidAsset Include="Content\Textures\Backgrounds\cloud1.xnb">
  232. <Link>Assets\Content\Textures\Backgrounds\cloud1.xnb</Link>
  233. </AndroidAsset>
  234. <AndroidAsset Include="Content\Textures\Backgrounds\cloud2.xnb">
  235. <Link>Assets\Content\Textures\Backgrounds\cloud2.xnb</Link>
  236. </AndroidAsset>
  237. <AndroidAsset Include="Content\Textures\Backgrounds\defeat.xnb">
  238. <Link>Assets\Content\Textures\Backgrounds\defeat.xnb</Link>
  239. </AndroidAsset>
  240. <AndroidAsset Include="Content\Textures\Backgrounds\gameplay_screen.xnb">
  241. <Link>Assets\Content\Textures\Backgrounds\gameplay_screen.xnb</Link>
  242. </AndroidAsset>
  243. <AndroidAsset Include="Content\Textures\Backgrounds\instructions.xnb">
  244. <Link>Assets\Content\Textures\Backgrounds\instructions.xnb</Link>
  245. </AndroidAsset>
  246. <AndroidAsset Include="Content\Textures\Backgrounds\mountain.xnb">
  247. <Link>Assets\Content\Textures\Backgrounds\mountain.xnb</Link>
  248. </AndroidAsset>
  249. <AndroidAsset Include="Content\Textures\Backgrounds\sky.xnb">
  250. <Link>Assets\Content\Textures\Backgrounds\sky.xnb</Link>
  251. </AndroidAsset>
  252. <AndroidAsset Include="Content\Textures\Backgrounds\title_screen.xnb">
  253. <Link>Assets\Content\Textures\Backgrounds\title_screen.xnb</Link>
  254. </AndroidAsset>
  255. <AndroidAsset Include="Content\Textures\Backgrounds\victory.xnb">
  256. <Link>Assets\Content\Textures\Backgrounds\victory.xnb</Link>
  257. </AndroidAsset>
  258. <AndroidAsset Include="Content\Textures\HUD\ammoType.xnb">
  259. <Link>Assets\Content\Textures\HUD\ammoType.xnb</Link>
  260. </AndroidAsset>
  261. <AndroidAsset Include="Content\Textures\HUD\Arrow.xnb">
  262. <Link>Assets\Content\Textures\HUD\Arrow.xnb</Link>
  263. </AndroidAsset>
  264. <AndroidAsset Include="Content\Textures\HUD\hudBackground.xnb">
  265. <Link>Assets\Content\Textures\HUD\hudBackground.xnb</Link>
  266. </AndroidAsset>
  267. <AndroidAsset Include="Content\Textures\HUD\windArrow.xnb">
  268. <Link>Assets\Content\Textures\HUD\windArrow.xnb</Link>
  269. </AndroidAsset>
  270. <AndroidAsset Include="Content\Textures\Catapults\AnimationsDef.xml">
  271. <Link>Assets\Content\Textures\Catapults\AnimationsDef.xml</Link>
  272. </AndroidAsset>
  273. <AndroidAsset Include="Content\Textures\Catapults\Fire_Miss\fire_miss.xnb">
  274. <Link>Assets\Content\Textures\Catapults\Fire_Miss\fire_miss.xnb</Link>
  275. </AndroidAsset>
  276. <AndroidAsset Include="Content\Textures\Catapults\Hit_Smoke\smoke.xnb">
  277. <Link>Assets\Content\Textures\Catapults\Hit_Smoke\smoke.xnb</Link>
  278. </AndroidAsset>
  279. <AndroidAsset Include="Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb">
  280. <Link>Assets\Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb</Link>
  281. </AndroidAsset>
  282. <AndroidAsset Include="Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb">
  283. <Link>Assets\Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb</Link>
  284. </AndroidAsset>
  285. <AndroidAsset Include="Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb">
  286. <Link>Assets\Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb</Link>
  287. </AndroidAsset>
  288. <AndroidAsset Include="Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb">
  289. <Link>Assets\Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb</Link>
  290. </AndroidAsset>
  291. <AndroidAsset Include="Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb">
  292. <Link>Assets\Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb</Link>
  293. </AndroidAsset>
  294. <AndroidAsset Include="Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb">
  295. <Link>Assets\Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb</Link>
  296. </AndroidAsset>
  297. <AndroidAsset Include="Content\Textures\Catapults\Red\redIdle\redIdle.xnb">
  298. <Link>Assets\Content\Textures\Catapults\Red\redIdle\redIdle.xnb</Link>
  299. </AndroidAsset>
  300. <AndroidAsset Include="Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb">
  301. <Link>Assets\Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb</Link>
  302. </AndroidAsset>
  303. <AndroidAsset Include="Content\cat.xnb">
  304. <Link>Assets\Content\cat.xnb</Link>
  305. </AndroidAsset>
  306. <AndroidAsset Include="Content\chat_able.xnb">
  307. <Link>Assets\Content\chat_able.xnb</Link>
  308. </AndroidAsset>
  309. <AndroidAsset Include="Content\chat_mute.xnb">
  310. <Link>Assets\Content\chat_mute.xnb</Link>
  311. </AndroidAsset>
  312. <AndroidAsset Include="Content\chat_ready.xnb">
  313. <Link>Assets\Content\chat_ready.xnb</Link>
  314. </AndroidAsset>
  315. <AndroidAsset Include="Content\chat_talking.xnb">
  316. <Link>Assets\Content\chat_talking.xnb</Link>
  317. </AndroidAsset>
  318. <AndroidAsset Include="Content\gradient.xnb">
  319. <Link>Assets\Content\gradient.xnb</Link>
  320. </AndroidAsset>
  321. </ItemGroup>
  322. <ItemGroup>
  323. <EmbeddedResource Include="Resources.resx">
  324. <Link>Resources.resx</Link>
  325. </EmbeddedResource>
  326. </ItemGroup>
  327. <ItemGroup>
  328. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  329. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  330. <Name>MonoGame.Framework.Android</Name>
  331. </ProjectReference>
  332. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.Android.csproj">
  333. <Project>{565129E0-4EE5-4F6F-B403-C3484C9740BE}</Project>
  334. <Name>Lidgren.Network.Android</Name>
  335. </ProjectReference>
  336. </ItemGroup>
  337. </Project>