MonoGame.Samples.NetRumble.Linux.csproj 27 KB

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