MonoGame.Samples.NetRumble.Linux.csproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  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)' == '' ">x86</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{52735207-2136-433B-A3E4-4C082728EED8}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>NetRumble</RootNamespace>
  11. <AssemblyName>NetRumble</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG LINUX</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <PlatformTarget>x86</PlatformTarget>
  23. <ConsolePause>false</ConsolePause>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  26. <DebugType>none</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Release</OutputPath>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <PlatformTarget>x86</PlatformTarget>
  32. <ConsolePause>false</ConsolePause>
  33. </PropertyGroup>
  34. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Xml" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Drawing" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <None Include="..\..\MacOS\NetRumble\Info.plist">
  44. <Link>Info.plist</Link>
  45. </None>
  46. <None Include="..\..\MacOS\NetRumble\GameThumbnail.png">
  47. <Link>GameThumbnail.png</Link>
  48. </None>
  49. <None Include="..\..\MacOS\NetRumble\Game.ico">
  50. <Link>Game.ico</Link>
  51. </None>
  52. <None Include="..\..\MacOS\NetRumble\Content\One Step Beyond.wma">
  53. <Link>Content\One Step Beyond.wma</Link>
  54. </None>
  55. <None Include="..\..\MacOS\NetRumble\Content\Textures\title.png">
  56. <Link>Content\Textures\title.png</Link>
  57. </None>
  58. <None Include="..\..\MacOS\NetRumble\Content\Textures\shipShields.png">
  59. <Link>Content\Textures\shipShields.png</Link>
  60. </None>
  61. <None Include="..\..\MacOS\NetRumble\Content\Textures\ship3Overlay.png">
  62. <Link>Content\Textures\ship3Overlay.png</Link>
  63. </None>
  64. <None Include="..\..\MacOS\NetRumble\Content\Textures\ship3.png">
  65. <Link>Content\Textures\ship3.png</Link>
  66. </None>
  67. <None Include="..\..\MacOS\NetRumble\Content\Textures\ship2Overlay.png">
  68. <Link>Content\Textures\ship2Overlay.png</Link>
  69. </None>
  70. <None Include="..\..\MacOS\NetRumble\Content\Textures\ship2.png">
  71. <Link>Content\Textures\ship2.png</Link>
  72. </None>
  73. <None Include="..\..\MacOS\NetRumble\Content\Textures\ship1Overlay.png">
  74. <Link>Content\Textures\ship1Overlay.png</Link>
  75. </None>
  76. <None Include="..\..\MacOS\NetRumble\Content\Textures\ship1.png">
  77. <Link>Content\Textures\ship1.png</Link>
  78. </None>
  79. <None Include="..\..\MacOS\NetRumble\Content\Textures\ship0Overlay.png">
  80. <Link>Content\Textures\ship0Overlay.png</Link>
  81. </None>
  82. <None Include="..\..\MacOS\NetRumble\Content\Textures\ship0.png">
  83. <Link>Content\Textures\ship0.png</Link>
  84. </None>
  85. <None Include="..\..\MacOS\NetRumble\Content\Textures\rocket.png">
  86. <Link>Content\Textures\rocket.png</Link>
  87. </None>
  88. <None Include="..\..\MacOS\NetRumble\Content\Textures\ready.png">
  89. <Link>Content\Textures\ready.png</Link>
  90. </None>
  91. <None Include="..\..\MacOS\NetRumble\Content\Textures\powerupTripleLaser.png">
  92. <Link>Content\Textures\powerupTripleLaser.png</Link>
  93. </None>
  94. <None Include="..\..\MacOS\NetRumble\Content\Textures\powerupRocket.png">
  95. <Link>Content\Textures\powerupRocket.png</Link>
  96. </None>
  97. <None Include="..\..\MacOS\NetRumble\Content\Textures\powerupDoubleLaser.png">
  98. <Link>Content\Textures\powerupDoubleLaser.png</Link>
  99. </None>
  100. <None Include="..\..\MacOS\NetRumble\Content\Textures\mine.png">
  101. <Link>Content\Textures\mine.png</Link>
  102. </None>
  103. <None Include="..\..\MacOS\NetRumble\Content\Textures\laser.png">
  104. <Link>Content\Textures\laser.png</Link>
  105. </None>
  106. <None Include="..\..\MacOS\NetRumble\Content\Textures\explosion.png">
  107. <Link>Content\Textures\explosion.png</Link>
  108. </None>
  109. <None Include="..\..\MacOS\NetRumble\Content\Textures\clouds.png">
  110. <Link>Content\Textures\clouds.png</Link>
  111. </None>
  112. <None Include="..\..\MacOS\NetRumble\Content\Textures\chatTalking.png">
  113. <Link>Content\Textures\chatTalking.png</Link>
  114. </None>
  115. <None Include="..\..\MacOS\NetRumble\Content\Textures\chatMute.png">
  116. <Link>Content\Textures\chatMute.png</Link>
  117. </None>
  118. <None Include="..\..\MacOS\NetRumble\Content\Textures\chatAble.png">
  119. <Link>Content\Textures\chatAble.png</Link>
  120. </None>
  121. <None Include="..\..\MacOS\NetRumble\Content\Textures\blank.png">
  122. <Link>Content\Textures\blank.png</Link>
  123. </None>
  124. <None Include="..\..\MacOS\NetRumble\Content\Textures\barrierRed.png">
  125. <Link>Content\Textures\barrierRed.png</Link>
  126. </None>
  127. <None Include="..\..\MacOS\NetRumble\Content\Textures\barrierPurple.png">
  128. <Link>Content\Textures\barrierPurple.png</Link>
  129. </None>
  130. <None Include="..\..\MacOS\NetRumble\Content\Textures\barrierEnd.png">
  131. <Link>Content\Textures\barrierEnd.png</Link>
  132. </None>
  133. <None Include="..\..\MacOS\NetRumble\Content\Textures\asteroid2.png">
  134. <Link>Content\Textures\asteroid2.png</Link>
  135. </None>
  136. <None Include="..\..\MacOS\NetRumble\Content\Textures\asteroid1.png">
  137. <Link>Content\Textures\asteroid1.png</Link>
  138. </None>
  139. <None Include="..\..\MacOS\NetRumble\Content\Textures\asteroid0.png">
  140. <Link>Content\Textures\asteroid0.png</Link>
  141. </None>
  142. <None Include="..\..\MacOS\NetRumble\Content\Textures\Particles\defaultParticle.PNG">
  143. <Link>Content\Textures\Particles\defaultParticle.PNG</Link>
  144. </None>
  145. <None Include="..\..\MacOS\NetRumble\Content\Textures\Particles\particle.png">
  146. <Link>Content\Textures\Particles\particle.png</Link>
  147. </None>
  148. <None Include="..\..\MacOS\NetRumble\Content\Textures\Particles\smoke.png">
  149. <Link>Content\Textures\Particles\smoke.png</Link>
  150. </None>
  151. <None Include="..\..\MacOS\NetRumble\Content\Textures\Particles\spark.png">
  152. <Link>Content\Textures\Particles\spark.png</Link>
  153. </None>
  154. <None Include="..\..\MacOS\NetRumble\Content\Fonts\NetRumbleFont.png">
  155. <Link>Content\Fonts\NetRumbleFont.png</Link>
  156. </None>
  157. <None Include="..\..\MacOS\NetRumble\Content\Fonts\MessageBox.spritefont">
  158. <Link>Content\Fonts\MessageBox.spritefont</Link>
  159. </None>
  160. <None Include="..\..\MacOS\NetRumble\Content\Fonts\MenuFont.spritefont">
  161. <Link>Content\Fonts\MenuFont.spritefont</Link>
  162. </None>
  163. <None Include="..\..\MacOS\NetRumble\Content\BloomPostprocess\Effects\BloomCombine.fx">
  164. <Link>Content\BloomPostprocess\Effects\BloomCombine.fx</Link>
  165. </None>
  166. <None Include="..\..\MacOS\NetRumble\Content\BloomPostprocess\Effects\BloomCombine.xnb">
  167. <Link>Content\BloomPostprocess\Effects\BloomCombine.xnb</Link>
  168. </None>
  169. <None Include="..\..\MacOS\NetRumble\Content\BloomPostprocess\Effects\BloomExtract.fx">
  170. <Link>Content\BloomPostprocess\Effects\BloomExtract.fx</Link>
  171. </None>
  172. <None Include="..\..\MacOS\NetRumble\Content\BloomPostprocess\Effects\BloomExtract.xnb">
  173. <Link>Content\BloomPostprocess\Effects\BloomExtract.xnb</Link>
  174. </None>
  175. <None Include="..\..\MacOS\NetRumble\Content\BloomPostprocess\Effects\GaussianBlur.fx">
  176. <Link>Content\BloomPostprocess\Effects\GaussianBlur.fx</Link>
  177. </None>
  178. <None Include="..\..\MacOS\NetRumble\Content\BloomPostprocess\Effects\GaussianBlur.xnb">
  179. <Link>Content\BloomPostprocess\Effects\GaussianBlur.xnb</Link>
  180. </None>
  181. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\rocket.wav">
  182. <Link>Content\Audio\wav\rocket.wav</Link>
  183. </None>
  184. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\powerup_touch.wav">
  185. <Link>Content\Audio\wav\powerup_touch.wav</Link>
  186. </None>
  187. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\powerup_spawn.wav">
  188. <Link>Content\Audio\wav\powerup_spawn.wav</Link>
  189. </None>
  190. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\player_spawn.wav">
  191. <Link>Content\Audio\wav\player_spawn.wav</Link>
  192. </None>
  193. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\menu_select.wav">
  194. <Link>Content\Audio\wav\menu_select.wav</Link>
  195. </None>
  196. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\menu_scroll.wav">
  197. <Link>Content\Audio\wav\menu_scroll.wav</Link>
  198. </None>
  199. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\fire_rocket2.wav">
  200. <Link>Content\Audio\wav\fire_rocket2.wav</Link>
  201. </None>
  202. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\fire_rocket1.wav">
  203. <Link>Content\Audio\wav\fire_rocket1.wav</Link>
  204. </None>
  205. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\fire_laser3.wav">
  206. <Link>Content\Audio\wav\fire_laser3.wav</Link>
  207. </None>
  208. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\fire_laser2.wav">
  209. <Link>Content\Audio\wav\fire_laser2.wav</Link>
  210. </None>
  211. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\fire_laser1.wav">
  212. <Link>Content\Audio\wav\fire_laser1.wav</Link>
  213. </None>
  214. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\explosion_shockwave.wav">
  215. <Link>Content\Audio\wav\explosion_shockwave.wav</Link>
  216. </None>
  217. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\explosion_medium.wav">
  218. <Link>Content\Audio\wav\explosion_medium.wav</Link>
  219. </None>
  220. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\explosion_large.wav">
  221. <Link>Content\Audio\wav\explosion_large.wav</Link>
  222. </None>
  223. <None Include="..\..\MacOS\NetRumble\Content\Audio\wav\asteroid_touch.wav">
  224. <Link>Content\Audio\wav\asteroid_touch.wav</Link>
  225. </None>
  226. <None Include="..\..\MacOS\NetRumble\Content\Effects\Clouds.fx">
  227. <Link>Content\Effects\Clouds.fx</Link>
  228. </None>
  229. <None Include="..\..\MacOS\NetRumble\Content\Effects\Clouds.xnb">
  230. <Link>Content\Effects\Clouds.xnb</Link>
  231. </None>
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Compile Include="Program.cs" />
  235. <Compile Include="..\..\MacOS\NetRumble\RandomMath.cs">
  236. <Link>RandomMath.cs</Link>
  237. </Compile>
  238. <Compile Include="..\..\MacOS\NetRumble\OperationCompletedEventArgs.cs">
  239. <Link>OperationCompletedEventArgs.cs</Link>
  240. </Compile>
  241. <Compile Include="..\..\MacOS\NetRumble\NetRumbleGame.cs">
  242. <Link>NetRumbleGame.cs</Link>
  243. </Compile>
  244. <Compile Include="..\..\MacOS\NetRumble\CollisionMath.cs">
  245. <Link>CollisionMath.cs</Link>
  246. </Compile>
  247. <Compile Include="..\..\MacOS\NetRumble\BatchRemovalCollection.cs">
  248. <Link>BatchRemovalCollection.cs</Link>
  249. </Compile>
  250. <Compile Include="..\..\MacOS\NetRumble\Screens\SearchResultsScreen.cs">
  251. <Link>Screens\SearchResultsScreen.cs</Link>
  252. </Compile>
  253. <Compile Include="..\..\MacOS\NetRumble\Screens\NetworkBusyScreen.cs">
  254. <Link>Screens\NetworkBusyScreen.cs</Link>
  255. </Compile>
  256. <Compile Include="..\..\MacOS\NetRumble\Screens\MainMenuScreen.cs">
  257. <Link>Screens\MainMenuScreen.cs</Link>
  258. </Compile>
  259. <Compile Include="..\..\MacOS\NetRumble\Screens\LobbyScreen.cs">
  260. <Link>Screens\LobbyScreen.cs</Link>
  261. </Compile>
  262. <Compile Include="..\..\MacOS\NetRumble\Screens\GameplayScreen.cs">
  263. <Link>Screens\GameplayScreen.cs</Link>
  264. </Compile>
  265. <Compile Include="..\..\MacOS\NetRumble\Screens\BackgroundScreen.cs">
  266. <Link>Screens\BackgroundScreen.cs</Link>
  267. </Compile>
  268. <Compile Include="..\..\MacOS\NetRumble\ScreenManager\ScreenManager.cs">
  269. <Link>ScreenManager\ScreenManager.cs</Link>
  270. </Compile>
  271. <Compile Include="..\..\MacOS\NetRumble\ScreenManager\MessageBoxScreen.cs">
  272. <Link>ScreenManager\MessageBoxScreen.cs</Link>
  273. </Compile>
  274. <Compile Include="..\..\MacOS\NetRumble\ScreenManager\MenuScreen.cs">
  275. <Link>ScreenManager\MenuScreen.cs</Link>
  276. </Compile>
  277. <Compile Include="..\..\MacOS\NetRumble\ScreenManager\LoadingScreen.cs">
  278. <Link>ScreenManager\LoadingScreen.cs</Link>
  279. </Compile>
  280. <Compile Include="..\..\MacOS\NetRumble\ScreenManager\InputState.cs">
  281. <Link>ScreenManager\InputState.cs</Link>
  282. </Compile>
  283. <Compile Include="..\..\MacOS\NetRumble\ScreenManager\GameScreen.cs">
  284. <Link>ScreenManager\GameScreen.cs</Link>
  285. </Compile>
  286. <Compile Include="..\..\MacOS\NetRumble\Rendering\Particles\ParticleSystem.cs">
  287. <Link>Rendering\Particles\ParticleSystem.cs</Link>
  288. </Compile>
  289. <Compile Include="..\..\MacOS\NetRumble\Rendering\Particles\ParticleEffectType.cs">
  290. <Link>Rendering\Particles\ParticleEffectType.cs</Link>
  291. </Compile>
  292. <Compile Include="..\..\MacOS\NetRumble\Rendering\Particles\ParticleEffectManager.cs">
  293. <Link>Rendering\Particles\ParticleEffectManager.cs</Link>
  294. </Compile>
  295. <Compile Include="..\..\MacOS\NetRumble\Rendering\Particles\ParticleEffect.cs">
  296. <Link>Rendering\Particles\ParticleEffect.cs</Link>
  297. </Compile>
  298. <Compile Include="..\..\MacOS\NetRumble\Rendering\Particles\ParticleCache.cs">
  299. <Link>Rendering\Particles\ParticleCache.cs</Link>
  300. </Compile>
  301. <Compile Include="..\..\MacOS\NetRumble\Rendering\Particles\Particle.cs">
  302. <Link>Rendering\Particles\Particle.cs</Link>
  303. </Compile>
  304. <Compile Include="..\..\MacOS\NetRumble\Gameplay\World.cs">
  305. <Link>Gameplay\World.cs</Link>
  306. </Compile>
  307. <Compile Include="..\..\MacOS\NetRumble\Gameplay\ShipInput.cs">
  308. <Link>Gameplay\ShipInput.cs</Link>
  309. </Compile>
  310. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Ship.cs">
  311. <Link>Gameplay\Ship.cs</Link>
  312. </Compile>
  313. <Compile Include="..\..\MacOS\NetRumble\Gameplay\PlayerData.cs">
  314. <Link>Gameplay\PlayerData.cs</Link>
  315. </Compile>
  316. <Compile Include="..\..\MacOS\NetRumble\Gameplay\GameplayObject.cs">
  317. <Link>Gameplay\GameplayObject.cs</Link>
  318. </Compile>
  319. <Compile Include="..\..\MacOS\NetRumble\Gameplay\CollisionManager.cs">
  320. <Link>Gameplay\CollisionManager.cs</Link>
  321. </Compile>
  322. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Asteroid.cs">
  323. <Link>Gameplay\Asteroid.cs</Link>
  324. </Compile>
  325. <Compile Include="..\..\MacOS\NetRumble\Gameplay\PowerUps\TripleLaserPowerUp.cs">
  326. <Link>Gameplay\PowerUps\TripleLaserPowerUp.cs</Link>
  327. </Compile>
  328. <Compile Include="..\..\MacOS\NetRumble\Gameplay\PowerUps\RocketPowerUp.cs">
  329. <Link>Gameplay\PowerUps\RocketPowerUp.cs</Link>
  330. </Compile>
  331. <Compile Include="..\..\MacOS\NetRumble\Gameplay\PowerUps\PowerUp.cs">
  332. <Link>Gameplay\PowerUps\PowerUp.cs</Link>
  333. </Compile>
  334. <Compile Include="..\..\MacOS\NetRumble\Gameplay\PowerUps\DoubleLaserPowerUp.cs">
  335. <Link>Gameplay\PowerUps\DoubleLaserPowerUp.cs</Link>
  336. </Compile>
  337. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Projectiles\RocketProjectile.cs">
  338. <Link>Gameplay\Projectiles\RocketProjectile.cs</Link>
  339. </Compile>
  340. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Projectiles\Projectile.cs">
  341. <Link>Gameplay\Projectiles\Projectile.cs</Link>
  342. </Compile>
  343. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Projectiles\MineProjectile.cs">
  344. <Link>Gameplay\Projectiles\MineProjectile.cs</Link>
  345. </Compile>
  346. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Projectiles\LaserProjectile.cs">
  347. <Link>Gameplay\Projectiles\LaserProjectile.cs</Link>
  348. </Compile>
  349. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Weapons\Weapon.cs">
  350. <Link>Gameplay\Weapons\Weapon.cs</Link>
  351. </Compile>
  352. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Weapons\TripleLaserWeapon.cs">
  353. <Link>Gameplay\Weapons\TripleLaserWeapon.cs</Link>
  354. </Compile>
  355. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Weapons\RocketWeapon.cs">
  356. <Link>Gameplay\Weapons\RocketWeapon.cs</Link>
  357. </Compile>
  358. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Weapons\MineWeapon.cs">
  359. <Link>Gameplay\Weapons\MineWeapon.cs</Link>
  360. </Compile>
  361. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Weapons\LaserWeapon.cs">
  362. <Link>Gameplay\Weapons\LaserWeapon.cs</Link>
  363. </Compile>
  364. <Compile Include="..\..\MacOS\NetRumble\Gameplay\Weapons\DoubleLaserWeapon.cs">
  365. <Link>Gameplay\Weapons\DoubleLaserWeapon.cs</Link>
  366. </Compile>
  367. <Compile Include="..\..\MacOS\NetRumble\BloomPostprocess\BloomSettings.cs">
  368. <Link>BloomPostprocess\BloomSettings.cs</Link>
  369. </Compile>
  370. <Compile Include="..\..\MacOS\NetRumble\BloomPostprocess\BloomComponent.cs">
  371. <Link>BloomPostprocess\BloomComponent.cs</Link>
  372. </Compile>
  373. <Compile Include="AudioManager.cs" />
  374. <Compile Include="Rendering\Starfield.cs" />
  375. </ItemGroup>
  376. <ItemGroup>
  377. <Folder Include="Effects\" />
  378. <Folder Include="BloomPostprocess\" />
  379. <Folder Include="Content\Audio\wav\" />
  380. <Folder Include="Content\BloomPostprocess\Effects\" />
  381. <Folder Include="Content\Effects\" />
  382. <Folder Include="Content\Fonts\" />
  383. <Folder Include="Content\Particles\" />
  384. <Folder Include="Content\Textures\Particles\" />
  385. <Folder Include="Gameplay\Weapons\" />
  386. <Folder Include="Gameplay\Projectiles\" />
  387. <Folder Include="Gameplay\PowerUps\" />
  388. <Folder Include="Rendering\Particles\" />
  389. <Folder Include="ScreenManager\" />
  390. <Folder Include="Screens\" />
  391. <Folder Include="Content\Particles\" />
  392. <Folder Include="Content\Particles\" />
  393. <Folder Include="Content\Particles\" />
  394. <Folder Include="Content\Particles\" />
  395. <Folder Include="Content\Particles\" />
  396. <Folder Include="Content\Particles\" />
  397. <Folder Include="Content\Particles\" />
  398. <Folder Include="Content\Particles\" />
  399. <Folder Include="Content\Textures\Particles\" />
  400. <Folder Include="Content\Textures\Particles\" />
  401. <Folder Include="Content\Textures\Particles\" />
  402. <Folder Include="Content\Textures\Particles\" />
  403. <Folder Include="Content\Textures\Particles\" />
  404. <Folder Include="Content\Textures\Particles\" />
  405. <Folder Include="Content\BloomPostprocess\" />
  406. <Folder Include="Content\BloomPostprocess\" />
  407. <Folder Include="Content\BloomPostprocess\" />
  408. <Folder Include="Content\BloomPostprocess\" />
  409. <Folder Include="Content\BloomPostprocess\" />
  410. <Folder Include="Content\BloomPostprocess\" />
  411. <Folder Include="Content\BloomPostprocess\" />
  412. <Folder Include="Content\BloomPostprocess\" />
  413. <Folder Include="Content\BloomPostprocess\" />
  414. </ItemGroup>
  415. <ItemGroup>
  416. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\asteroid_touch.xnb">
  417. <Link>Content\Audio\wav\asteroid_touch.xnb</Link>
  418. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  419. </Content>
  420. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\rocket.xnb">
  421. <Link>Content\Audio\wav\rocket.xnb</Link>
  422. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  423. </Content>
  424. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\powerup_touch.xnb">
  425. <Link>Content\Audio\wav\powerup_touch.xnb</Link>
  426. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  427. </Content>
  428. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\powerup_spawn.xnb">
  429. <Link>Content\Audio\wav\powerup_spawn.xnb</Link>
  430. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  431. </Content>
  432. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\player_spawn.xnb">
  433. <Link>Content\Audio\wav\player_spawn.xnb</Link>
  434. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  435. </Content>
  436. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\menu_select.xnb">
  437. <Link>Content\Audio\wav\menu_select.xnb</Link>
  438. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  439. </Content>
  440. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\menu_scroll.xnb">
  441. <Link>Content\Audio\wav\menu_scroll.xnb</Link>
  442. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  443. </Content>
  444. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\fire_rocket2.xnb">
  445. <Link>Content\Audio\wav\fire_rocket2.xnb</Link>
  446. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  447. </Content>
  448. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\fire_rocket1.xnb">
  449. <Link>Content\Audio\wav\fire_rocket1.xnb</Link>
  450. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  451. </Content>
  452. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\fire_laser3.xnb">
  453. <Link>Content\Audio\wav\fire_laser3.xnb</Link>
  454. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  455. </Content>
  456. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\fire_laser2.xnb">
  457. <Link>Content\Audio\wav\fire_laser2.xnb</Link>
  458. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  459. </Content>
  460. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\fire_laser1.xnb">
  461. <Link>Content\Audio\wav\fire_laser1.xnb</Link>
  462. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  463. </Content>
  464. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\explosion_shockwave.xnb">
  465. <Link>Content\Audio\wav\explosion_shockwave.xnb</Link>
  466. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  467. </Content>
  468. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\explosion_medium.xnb">
  469. <Link>Content\Audio\wav\explosion_medium.xnb</Link>
  470. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  471. </Content>
  472. <Content Include="..\..\MacOS\NetRumble\Content\Audio\wav\explosion_large.xnb">
  473. <Link>Content\Audio\wav\explosion_large.xnb</Link>
  474. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  475. </Content>
  476. <Content Include="..\..\MacOS\NetRumble\Content\BloomPostprocess\Effects\BloomCombine.fsh">
  477. <Link>Content\BloomPostprocess\Effects\BloomCombine.fsh</Link>
  478. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  479. </Content>
  480. <Content Include="..\..\MacOS\NetRumble\Content\BloomPostprocess\Effects\BloomExtract.fsh">
  481. <Link>Content\BloomPostprocess\Effects\BloomExtract.fsh</Link>
  482. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  483. </Content>
  484. <Content Include="..\..\MacOS\NetRumble\Content\BloomPostprocess\Effects\GaussianBlur.fsh">
  485. <Link>Content\BloomPostprocess\Effects\GaussianBlur.fsh</Link>
  486. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  487. </Content>
  488. <Content Include="..\..\MacOS\NetRumble\Content\Fonts\NetRumbleFont.xnb">
  489. <Link>Content\Fonts\NetRumbleFont.xnb</Link>
  490. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  491. </Content>
  492. <Content Include="..\..\MacOS\NetRumble\Content\Fonts\MessageBox.xnb">
  493. <Link>Content\Fonts\MessageBox.xnb</Link>
  494. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  495. </Content>
  496. <Content Include="..\..\MacOS\NetRumble\Content\Fonts\MenuFont.xnb">
  497. <Link>Content\Fonts\MenuFont.xnb</Link>
  498. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  499. </Content>
  500. <Content Include="..\..\MacOS\NetRumble\Content\Particles\laserExplosion.xml">
  501. <Link>Content\Particles\laserExplosion.xml</Link>
  502. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  503. </Content>
  504. <Content Include="..\..\MacOS\NetRumble\Content\Particles\mineExplosion.xml">
  505. <Link>Content\Particles\mineExplosion.xml</Link>
  506. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  507. </Content>
  508. <Content Include="..\..\MacOS\NetRumble\Content\Particles\rocketExplosion.xml">
  509. <Link>Content\Particles\rocketExplosion.xml</Link>
  510. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  511. </Content>
  512. <Content Include="..\..\MacOS\NetRumble\Content\Particles\rocketTrail.xml">
  513. <Link>Content\Particles\rocketTrail.xml</Link>
  514. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  515. </Content>
  516. <Content Include="..\..\MacOS\NetRumble\Content\Particles\shipExplosion.xml">
  517. <Link>Content\Particles\shipExplosion.xml</Link>
  518. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  519. </Content>
  520. <Content Include="..\..\MacOS\NetRumble\Content\Particles\shipSpawn.xml">
  521. <Link>Content\Particles\shipSpawn.xml</Link>
  522. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  523. </Content>
  524. <Content Include="..\..\MacOS\NetRumble\Content\One Step Beyond.xnb">
  525. <Link>Content\One Step Beyond.xnb</Link>
  526. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  527. </Content>
  528. <Content Include="..\..\MacOS\NetRumble\Content\Textures\title.xnb">
  529. <Link>Content\Textures\title.xnb</Link>
  530. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  531. </Content>
  532. <Content Include="..\..\MacOS\NetRumble\Content\Textures\shipShields.xnb">
  533. <Link>Content\Textures\shipShields.xnb</Link>
  534. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  535. </Content>
  536. <Content Include="..\..\MacOS\NetRumble\Content\Textures\ship3Overlay.xnb">
  537. <Link>Content\Textures\ship3Overlay.xnb</Link>
  538. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  539. </Content>
  540. <Content Include="..\..\MacOS\NetRumble\Content\Textures\ship3.xnb">
  541. <Link>Content\Textures\ship3.xnb</Link>
  542. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  543. </Content>
  544. <Content Include="..\..\MacOS\NetRumble\Content\Textures\ship2Overlay.xnb">
  545. <Link>Content\Textures\ship2Overlay.xnb</Link>
  546. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  547. </Content>
  548. <Content Include="..\..\MacOS\NetRumble\Content\Textures\ship2.xnb">
  549. <Link>Content\Textures\ship2.xnb</Link>
  550. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  551. </Content>
  552. <Content Include="..\..\MacOS\NetRumble\Content\Textures\ship1Overlay.xnb">
  553. <Link>Content\Textures\ship1Overlay.xnb</Link>
  554. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  555. </Content>
  556. <Content Include="..\..\MacOS\NetRumble\Content\Textures\ship1.xnb">
  557. <Link>Content\Textures\ship1.xnb</Link>
  558. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  559. </Content>
  560. <Content Include="..\..\MacOS\NetRumble\Content\Textures\ship0Overlay.xnb">
  561. <Link>Content\Textures\ship0Overlay.xnb</Link>
  562. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  563. </Content>
  564. <Content Include="..\..\MacOS\NetRumble\Content\Textures\ship0.xnb">
  565. <Link>Content\Textures\ship0.xnb</Link>
  566. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  567. </Content>
  568. <Content Include="..\..\MacOS\NetRumble\Content\Textures\rocket.xnb">
  569. <Link>Content\Textures\rocket.xnb</Link>
  570. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  571. </Content>
  572. <Content Include="..\..\MacOS\NetRumble\Content\Textures\ready.xnb">
  573. <Link>Content\Textures\ready.xnb</Link>
  574. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  575. </Content>
  576. <Content Include="..\..\MacOS\NetRumble\Content\Textures\powerupTripleLaser.xnb">
  577. <Link>Content\Textures\powerupTripleLaser.xnb</Link>
  578. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  579. </Content>
  580. <Content Include="..\..\MacOS\NetRumble\Content\Textures\powerupRocket.xnb">
  581. <Link>Content\Textures\powerupRocket.xnb</Link>
  582. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  583. </Content>
  584. <Content Include="..\..\MacOS\NetRumble\Content\Textures\powerupDoubleLaser.xnb">
  585. <Link>Content\Textures\powerupDoubleLaser.xnb</Link>
  586. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  587. </Content>
  588. <Content Include="..\..\MacOS\NetRumble\Content\Textures\mine.xnb">
  589. <Link>Content\Textures\mine.xnb</Link>
  590. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  591. </Content>
  592. <Content Include="..\..\MacOS\NetRumble\Content\Textures\laser.xnb">
  593. <Link>Content\Textures\laser.xnb</Link>
  594. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  595. </Content>
  596. <Content Include="..\..\MacOS\NetRumble\Content\Textures\explosion.xnb">
  597. <Link>Content\Textures\explosion.xnb</Link>
  598. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  599. </Content>
  600. <Content Include="..\..\MacOS\NetRumble\Content\Textures\clouds.xnb">
  601. <Link>Content\Textures\clouds.xnb</Link>
  602. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  603. </Content>
  604. <Content Include="..\..\MacOS\NetRumble\Content\Textures\chatTalking.xnb">
  605. <Link>Content\Textures\chatTalking.xnb</Link>
  606. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  607. </Content>
  608. <Content Include="..\..\MacOS\NetRumble\Content\Textures\chatMute.xnb">
  609. <Link>Content\Textures\chatMute.xnb</Link>
  610. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  611. </Content>
  612. <Content Include="..\..\MacOS\NetRumble\Content\Textures\chatAble.xnb">
  613. <Link>Content\Textures\chatAble.xnb</Link>
  614. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  615. </Content>
  616. <Content Include="..\..\MacOS\NetRumble\Content\Textures\blank.xnb">
  617. <Link>Content\Textures\blank.xnb</Link>
  618. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  619. </Content>
  620. <Content Include="..\..\MacOS\NetRumble\Content\Textures\barrierRed.xnb">
  621. <Link>Content\Textures\barrierRed.xnb</Link>
  622. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  623. </Content>
  624. <Content Include="..\..\MacOS\NetRumble\Content\Textures\barrierPurple.xnb">
  625. <Link>Content\Textures\barrierPurple.xnb</Link>
  626. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  627. </Content>
  628. <Content Include="..\..\MacOS\NetRumble\Content\Textures\barrierEnd.xnb">
  629. <Link>Content\Textures\barrierEnd.xnb</Link>
  630. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  631. </Content>
  632. <Content Include="..\..\MacOS\NetRumble\Content\Textures\asteroid2.xnb">
  633. <Link>Content\Textures\asteroid2.xnb</Link>
  634. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  635. </Content>
  636. <Content Include="..\..\MacOS\NetRumble\Content\Textures\asteroid1.xnb">
  637. <Link>Content\Textures\asteroid1.xnb</Link>
  638. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  639. </Content>
  640. <Content Include="..\..\MacOS\NetRumble\Content\Textures\asteroid0.xnb">
  641. <Link>Content\Textures\asteroid0.xnb</Link>
  642. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  643. </Content>
  644. <Content Include="..\..\MacOS\NetRumble\Content\Textures\Particles\defaultParticle.xnb">
  645. <Link>Content\Textures\Particles\defaultParticle.xnb</Link>
  646. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  647. </Content>
  648. <Content Include="..\..\MacOS\NetRumble\Content\Textures\Particles\particle.xnb">
  649. <Link>Content\Textures\Particles\particle.xnb</Link>
  650. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  651. </Content>
  652. <Content Include="..\..\MacOS\NetRumble\Content\Textures\Particles\smoke.xnb">
  653. <Link>Content\Textures\Particles\smoke.xnb</Link>
  654. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  655. </Content>
  656. <Content Include="..\..\MacOS\NetRumble\Content\Textures\Particles\spark.xnb">
  657. <Link>Content\Textures\Particles\spark.xnb</Link>
  658. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  659. </Content>
  660. <Content Include="..\..\MacOS\NetRumble\Content\Effects\Clouds.fsh">
  661. <Link>Content\Effects\Clouds.fsh</Link>
  662. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  663. </Content>
  664. </ItemGroup>
  665. <ItemGroup>
  666. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
  667. <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
  668. <Name>MonoGame.Framework.Linux</Name>
  669. </ProjectReference>
  670. <ProjectReference Include="..\..\..\..\MonoGame\ThirdParty\Lidgren.Network\Lidgren.Network.Linux.csproj">
  671. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  672. <Name>Lidgren.Network.Linux</Name>
  673. </ProjectReference>
  674. </ItemGroup>
  675. </Project>