MonoGame.Samples.NetRumble.Linux.csproj 27 KB

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