2
0

CatapultNetWars.iOS.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  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)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{65DE6FC7-CB94-4E4F-8FBE-E3EA9A34967C}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.CatapultNetWars</RootNamespace>
  12. <AssemblyName>MonoGameSamplesCatapultNetWars</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  15. <DebugSymbols>True</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>False</Optimize>
  18. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  19. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>False</ConsolePause>
  23. <MtouchDebug>True</MtouchDebug>
  24. <MtouchProfiling>True</MtouchProfiling>
  25. <MtouchLink>None</MtouchLink>
  26. <MtouchI18n />
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>False</Optimize>
  31. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <ConsolePause>False</ConsolePause>
  35. <MtouchLink>None</MtouchLink>
  36. <DefineConstants>IPHONE</DefineConstants>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  39. <DebugSymbols>True</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>False</Optimize>
  42. <OutputPath>bin\iPhone\Debug</OutputPath>
  43. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <ConsolePause>False</ConsolePause>
  47. <CodesignKey>iPhone Developer</CodesignKey>
  48. <MtouchDebug>True</MtouchDebug>
  49. <MtouchProfiling>True</MtouchProfiling>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  52. <DebugType>none</DebugType>
  53. <Optimize>False</Optimize>
  54. <OutputPath>bin\iPhone\Release</OutputPath>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <ConsolePause>False</ConsolePause>
  58. <CodesignKey>iPhone Developer</CodesignKey>
  59. <DefineConstants>IPHONE</DefineConstants>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="System" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="monotouch" />
  66. <Reference Include="OpenTK" />
  67. <Reference Include="System.Xml.Linq" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <None Include="Info.iOS.plist">
  71. <Link>Info.plist</Link>
  72. </None>
  73. <None Include="Resources.resources">
  74. <Link>Resources.resources</Link>
  75. </None>
  76. <None Include="Resources.resx">
  77. <Link>Resources.resx</Link>
  78. </None>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="CatapultGame.cs">
  82. <Link>CatapultGame.cs</Link>
  83. </Compile>
  84. <Compile Include="IMessageDisplay.cs">
  85. <Link>IMessageDisplay.cs</Link>
  86. </Compile>
  87. <Compile Include="MessageDisplayComponent.cs">
  88. <Link>MessageDisplayComponent.cs</Link>
  89. </Compile>
  90. <Compile Include="Catapult\Catapult.cs">
  91. <Link>Catapult\Catapult.cs</Link>
  92. </Compile>
  93. <Compile Include="Catapult\Projectile.cs">
  94. <Link>Catapult\Projectile.cs</Link>
  95. </Compile>
  96. <Compile Include="Networking\AvailableSessionMenuEntry.cs">
  97. <Link>Networking\AvailableSessionMenuEntry.cs</Link>
  98. </Compile>
  99. <Compile Include="Networking\CreateOrFindSessionScreen.cs">
  100. <Link>Networking\CreateOrFindSessionScreen.cs</Link>
  101. </Compile>
  102. <Compile Include="Networking\JoinSessionScreen.cs">
  103. <Link>Networking\JoinSessionScreen.cs</Link>
  104. </Compile>
  105. <Compile Include="Networking\LobbyScreen.cs">
  106. <Link>Networking\LobbyScreen.cs</Link>
  107. </Compile>
  108. <Compile Include="Networking\NetworkBusyScreen.cs">
  109. <Link>Networking\NetworkBusyScreen.cs</Link>
  110. </Compile>
  111. <Compile Include="Networking\NetworkErrorScreen.cs">
  112. <Link>Networking\NetworkErrorScreen.cs</Link>
  113. </Compile>
  114. <Compile Include="Networking\NetworkSessionComponent.cs">
  115. <Link>Networking\NetworkSessionComponent.cs</Link>
  116. </Compile>
  117. <Compile Include="Networking\OperationCompletedEventArgs.cs">
  118. <Link>Networking\OperationCompletedEventArgs.cs</Link>
  119. </Compile>
  120. <Compile Include="Networking\ProfileSignInScreen.cs">
  121. <Link>Networking\ProfileSignInScreen.cs</Link>
  122. </Compile>
  123. <Compile Include="Players\AI.cs">
  124. <Link>Players\AI.cs</Link>
  125. </Compile>
  126. <Compile Include="Players\Human.cs">
  127. <Link>Players\Human.cs</Link>
  128. </Compile>
  129. <Compile Include="Players\Player.cs">
  130. <Link>Players\Player.cs</Link>
  131. </Compile>
  132. <Compile Include="ScreenManager\GameScreen.cs">
  133. <Link>ScreenManager\GameScreen.cs</Link>
  134. </Compile>
  135. <Compile Include="ScreenManager\InputState.cs">
  136. <Link>ScreenManager\InputState.cs</Link>
  137. </Compile>
  138. <Compile Include="ScreenManager\MenuEntry.cs">
  139. <Link>ScreenManager\MenuEntry.cs</Link>
  140. </Compile>
  141. <Compile Include="ScreenManager\MenuScreen.cs">
  142. <Link>ScreenManager\MenuScreen.cs</Link>
  143. </Compile>
  144. <Compile Include="ScreenManager\MouseGestureType.cs">
  145. <Link>ScreenManager\MouseGestureType.cs</Link>
  146. </Compile>
  147. <Compile Include="ScreenManager\PlayerIndexEventArgs.cs">
  148. <Link>ScreenManager\PlayerIndexEventArgs.cs</Link>
  149. </Compile>
  150. <Compile Include="ScreenManager\ScreenManager.cs">
  151. <Link>ScreenManager\ScreenManager.cs</Link>
  152. </Compile>
  153. <Compile Include="Screens\BackgroundScreen.cs">
  154. <Link>Screens\BackgroundScreen.cs</Link>
  155. </Compile>
  156. <Compile Include="Screens\GameplayScreen.cs">
  157. <Link>Screens\GameplayScreen.cs</Link>
  158. </Compile>
  159. <Compile Include="Screens\InstructionsScreen.cs">
  160. <Link>Screens\InstructionsScreen.cs</Link>
  161. </Compile>
  162. <Compile Include="Screens\LoadingScreen.cs">
  163. <Link>Screens\LoadingScreen.cs</Link>
  164. </Compile>
  165. <Compile Include="Screens\MainMenuScreen.cs">
  166. <Link>Screens\MainMenuScreen.cs</Link>
  167. </Compile>
  168. <Compile Include="Screens\MessageBoxScreen.cs">
  169. <Link>Screens\MessageBoxScreen.cs</Link>
  170. </Compile>
  171. <Compile Include="Screens\PauseScreen.cs">
  172. <Link>Screens\PauseScreen.cs</Link>
  173. </Compile>
  174. <Compile Include="Utility\Animation.cs">
  175. <Link>Utility\Animation.cs</Link>
  176. </Compile>
  177. <Compile Include="Utility\AudioManager.cs">
  178. <Link>Utility\AudioManager.cs</Link>
  179. </Compile>
  180. <Compile Include="Resources.Designer.cs">
  181. <Link>Resources.Designer.cs</Link>
  182. </Compile>
  183. <Compile Include="Program.cs" />
  184. </ItemGroup>
  185. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  186. <ItemGroup>
  187. <Content Include="Background.png">
  188. <Link>Background.png</Link>
  189. </Content>
  190. <Content Include="Content\cat.xnb">
  191. <Link>Content\cat.xnb</Link>
  192. </Content>
  193. <Content Include="Content\chat_able.xnb">
  194. <Link>Content\chat_able.xnb</Link>
  195. </Content>
  196. <Content Include="Content\chat_mute.xnb">
  197. <Link>Content\chat_mute.xnb</Link>
  198. </Content>
  199. <Content Include="Content\chat_ready.xnb">
  200. <Link>Content\chat_ready.xnb</Link>
  201. </Content>
  202. <Content Include="Content\chat_talking.xnb">
  203. <Link>Content\chat_talking.xnb</Link>
  204. </Content>
  205. <Content Include="Content\gradient.xnb">
  206. <Link>Content\gradient.xnb</Link>
  207. </Content>
  208. <Content Include="Content\Textures\HUD\ammoType.xnb">
  209. <Link>Content\Textures\HUD\ammoType.xnb</Link>
  210. </Content>
  211. <Content Include="Content\Textures\HUD\Arrow.xnb">
  212. <Link>Content\Textures\HUD\Arrow.xnb</Link>
  213. </Content>
  214. <Content Include="Content\Textures\HUD\hudBackground.xnb">
  215. <Link>Content\Textures\HUD\hudBackground.xnb</Link>
  216. </Content>
  217. <Content Include="Content\Textures\HUD\windArrow.xnb">
  218. <Link>Content\Textures\HUD\windArrow.xnb</Link>
  219. </Content>
  220. <Content Include="Content\Textures\Catapults\AnimationsDef.xml">
  221. <Link>Content\Textures\Catapults\AnimationsDef.xml</Link>
  222. </Content>
  223. <Content Include="Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb">
  224. <Link>Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb</Link>
  225. </Content>
  226. <Content Include="Content\Textures\Catapults\Red\redIdle\redIdle.xnb">
  227. <Link>Content\Textures\Catapults\Red\redIdle\redIdle.xnb</Link>
  228. </Content>
  229. <Content Include="Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb">
  230. <Link>Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb</Link>
  231. </Content>
  232. <Content Include="Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb">
  233. <Link>Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb</Link>
  234. </Content>
  235. <Content Include="Content\Textures\Catapults\Hit_Smoke\smoke.xnb">
  236. <Link>Content\Textures\Catapults\Hit_Smoke\smoke.xnb</Link>
  237. </Content>
  238. <Content Include="Content\Textures\Catapults\Fire_Miss\fire_miss.xnb">
  239. <Link>Content\Textures\Catapults\Fire_Miss\fire_miss.xnb</Link>
  240. </Content>
  241. <Content Include="Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb">
  242. <Link>Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb</Link>
  243. </Content>
  244. <Content Include="Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb">
  245. <Link>Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb</Link>
  246. </Content>
  247. <Content Include="Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb">
  248. <Link>Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb</Link>
  249. </Content>
  250. <Content Include="Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb">
  251. <Link>Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb</Link>
  252. </Content>
  253. <Content Include="Content\Textures\Backgrounds\blank.xnb">
  254. <Link>Content\Textures\Backgrounds\blank.xnb</Link>
  255. </Content>
  256. <Content Include="Content\Textures\Backgrounds\cloud1.xnb">
  257. <Link>Content\Textures\Backgrounds\cloud1.xnb</Link>
  258. </Content>
  259. <Content Include="Content\Textures\Backgrounds\cloud2.xnb">
  260. <Link>Content\Textures\Backgrounds\cloud2.xnb</Link>
  261. </Content>
  262. <Content Include="Content\Textures\Backgrounds\defeat.xnb">
  263. <Link>Content\Textures\Backgrounds\defeat.xnb</Link>
  264. </Content>
  265. <Content Include="Content\Textures\Backgrounds\gameplay_screen.xnb">
  266. <Link>Content\Textures\Backgrounds\gameplay_screen.xnb</Link>
  267. </Content>
  268. <Content Include="Content\Textures\Backgrounds\instructions.xnb">
  269. <Link>Content\Textures\Backgrounds\instructions.xnb</Link>
  270. </Content>
  271. <Content Include="Content\Textures\Backgrounds\mountain.xnb">
  272. <Link>Content\Textures\Backgrounds\mountain.xnb</Link>
  273. </Content>
  274. <Content Include="Content\Textures\Backgrounds\sky.xnb">
  275. <Link>Content\Textures\Backgrounds\sky.xnb</Link>
  276. </Content>
  277. <Content Include="Content\Textures\Backgrounds\title_screen.xnb">
  278. <Link>Content\Textures\Backgrounds\title_screen.xnb</Link>
  279. </Content>
  280. <Content Include="Content\Textures\Backgrounds\victory.xnb">
  281. <Link>Content\Textures\Backgrounds\victory.xnb</Link>
  282. </Content>
  283. <Content Include="Content\Textures\Ammo\rock_ammo.xnb">
  284. <Link>Content\Textures\Ammo\rock_ammo.xnb</Link>
  285. </Content>
  286. <Content Include="Content\Sounds\Win.xnb">
  287. <Link>Content\Sounds\Win.xnb</Link>
  288. </Content>
  289. <Content Include="Content\Sounds\Lose.xnb">
  290. <Link>Content\Sounds\Lose.xnb</Link>
  291. </Content>
  292. <Content Include="Content\Sounds\RopeStretch.xnb">
  293. <Link>Content\Sounds\RopeStretch.xnb</Link>
  294. </Content>
  295. <Content Include="Content\Sounds\CatapultFire.xnb">
  296. <Link>Content\Sounds\CatapultFire.xnb</Link>
  297. </Content>
  298. <Content Include="Content\Sounds\CatapultExplosion.xnb">
  299. <Link>Content\Sounds\CatapultExplosion.xnb</Link>
  300. </Content>
  301. <Content Include="Content\Sounds\BoulderHit.xnb">
  302. <Link>Content\Sounds\BoulderHit.xnb</Link>
  303. </Content>
  304. <Content Include="Content\Fonts\HUDFont.xnb">
  305. <Link>Content\Fonts\HUDFont.xnb</Link>
  306. </Content>
  307. <Content Include="Content\Fonts\MenuFont.xnb">
  308. <Link>Content\Fonts\MenuFont.xnb</Link>
  309. </Content>
  310. </ItemGroup>
  311. </Project>