NetRumble.MacOS.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{52735207-2136-433B-A3E4-4C082728EED8}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>NetRumble</RootNamespace>
  12. <AssemblyName>NetRumble</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>True</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>False</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG;MONOMAC</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>False</ConsolePause>
  23. <EnableCodeSigning>False</EnableCodeSigning>
  24. <CreatePackage>False</CreatePackage>
  25. <EnablePackageSigning>False</EnablePackageSigning>
  26. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  27. <UseSGen>False</UseSGen>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>none</DebugType>
  31. <Optimize>False</Optimize>
  32. <OutputPath>bin\Release</OutputPath>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <ConsolePause>False</ConsolePause>
  36. <EnableCodeSigning>False</EnableCodeSigning>
  37. <CreatePackage>False</CreatePackage>
  38. <EnablePackageSigning>False</EnablePackageSigning>
  39. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  40. <DefineConstants>MONOMAC</DefineConstants>
  41. <UseSGen>False</UseSGen>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="System" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="MonoMac" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <None Include="Info.plist">
  53. </None>
  54. <None Include="Game.ico" />
  55. <None Include="GameThumbnail.png" />
  56. <None Include="Content\Audio\wav\asteroid_touch.wav" />
  57. <None Include="Content\Audio\wav\explosion_large.wav" />
  58. <None Include="Content\Audio\wav\explosion_medium.wav" />
  59. <None Include="Content\Audio\wav\explosion_shockwave.wav" />
  60. <None Include="Content\Audio\wav\fire_laser1.wav" />
  61. <None Include="Content\Audio\wav\fire_laser2.wav" />
  62. <None Include="Content\Audio\wav\fire_laser3.wav" />
  63. <None Include="Content\Audio\wav\fire_rocket1.wav" />
  64. <None Include="Content\Audio\wav\fire_rocket2.wav" />
  65. <None Include="Content\Audio\wav\menu_scroll.wav" />
  66. <None Include="Content\Audio\wav\menu_select.wav" />
  67. <None Include="Content\Audio\wav\player_spawn.wav" />
  68. <None Include="Content\Audio\wav\powerup_spawn.wav" />
  69. <None Include="Content\Audio\wav\powerup_touch.wav" />
  70. <None Include="Content\Audio\wav\rocket.wav" />
  71. <None Include="Content\Fonts\MenuFont.spritefont" />
  72. <None Include="Content\Fonts\MessageBox.spritefont" />
  73. <None Include="Content\Fonts\NetRumbleFont.png" />
  74. <None Include="Content\Textures\.DS_Store" />
  75. <None Include="Content\Textures\asteroid0.png" />
  76. <None Include="Content\Textures\asteroid1.png" />
  77. <None Include="Content\Textures\asteroid2.png" />
  78. <None Include="Content\Textures\barrierEnd.png" />
  79. <None Include="Content\Textures\barrierPurple.png" />
  80. <None Include="Content\Textures\barrierRed.png" />
  81. <None Include="Content\Textures\blank.png" />
  82. <None Include="Content\Textures\chatAble.png" />
  83. <None Include="Content\Textures\chatMute.png" />
  84. <None Include="Content\Textures\chatTalking.png" />
  85. <None Include="Content\Textures\clouds.png" />
  86. <None Include="Content\Textures\explosion.png" />
  87. <None Include="Content\Textures\laser.png" />
  88. <None Include="Content\Textures\mine.png" />
  89. <None Include="Content\Textures\powerupDoubleLaser.png" />
  90. <None Include="Content\Textures\powerupRocket.png" />
  91. <None Include="Content\Textures\powerupTripleLaser.png" />
  92. <None Include="Content\Textures\ready.png" />
  93. <None Include="Content\Textures\rocket.png" />
  94. <None Include="Content\Textures\ship0.png" />
  95. <None Include="Content\Textures\ship0Overlay.png" />
  96. <None Include="Content\Textures\ship1.png" />
  97. <None Include="Content\Textures\ship1Overlay.png" />
  98. <None Include="Content\Textures\ship2.png" />
  99. <None Include="Content\Textures\ship2Overlay.png" />
  100. <None Include="Content\Textures\ship3.png" />
  101. <None Include="Content\Textures\ship3Overlay.png" />
  102. <None Include="Content\Textures\shipShields.png" />
  103. <None Include="Content\Textures\title.png" />
  104. <None Include="Content\Textures\Particles\defaultParticle.PNG" />
  105. <None Include="Content\Textures\Particles\particle.png" />
  106. <None Include="Content\Textures\Particles\smoke.png" />
  107. <None Include="Content\Textures\Particles\spark.png" />
  108. </ItemGroup>
  109. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  110. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  111. <ItemGroup>
  112. <Compile Include="AudioManager.cs" />
  113. <Compile Include="BatchRemovalCollection.cs" />
  114. <Compile Include="CollisionMath.cs" />
  115. <Compile Include="NetRumbleGame.cs" />
  116. <Compile Include="OperationCompletedEventArgs.cs" />
  117. <Compile Include="RandomMath.cs" />
  118. <Compile Include="Gameplay\Asteroid.cs" />
  119. <Compile Include="Gameplay\CollisionManager.cs" />
  120. <Compile Include="Gameplay\GameplayObject.cs" />
  121. <Compile Include="Gameplay\PlayerData.cs" />
  122. <Compile Include="Gameplay\Ship.cs" />
  123. <Compile Include="Gameplay\ShipInput.cs" />
  124. <Compile Include="Gameplay\World.cs" />
  125. <Compile Include="Gameplay\PowerUps\DoubleLaserPowerUp.cs" />
  126. <Compile Include="Gameplay\PowerUps\PowerUp.cs" />
  127. <Compile Include="Gameplay\PowerUps\RocketPowerUp.cs" />
  128. <Compile Include="Gameplay\PowerUps\TripleLaserPowerUp.cs" />
  129. <Compile Include="Gameplay\Projectiles\LaserProjectile.cs" />
  130. <Compile Include="Gameplay\Projectiles\MineProjectile.cs" />
  131. <Compile Include="Gameplay\Projectiles\Projectile.cs" />
  132. <Compile Include="Gameplay\Projectiles\RocketProjectile.cs" />
  133. <Compile Include="Gameplay\Weapons\DoubleLaserWeapon.cs" />
  134. <Compile Include="Gameplay\Weapons\LaserWeapon.cs" />
  135. <Compile Include="Gameplay\Weapons\MineWeapon.cs" />
  136. <Compile Include="Gameplay\Weapons\RocketWeapon.cs" />
  137. <Compile Include="Gameplay\Weapons\TripleLaserWeapon.cs" />
  138. <Compile Include="Gameplay\Weapons\Weapon.cs" />
  139. <Compile Include="Rendering\Starfield.cs" />
  140. <Compile Include="Rendering\Particles\Particle.cs" />
  141. <Compile Include="Rendering\Particles\ParticleCache.cs" />
  142. <Compile Include="Rendering\Particles\ParticleEffect.cs" />
  143. <Compile Include="Rendering\Particles\ParticleEffectManager.cs" />
  144. <Compile Include="Rendering\Particles\ParticleEffectType.cs" />
  145. <Compile Include="Rendering\Particles\ParticleSystem.cs" />
  146. <Compile Include="ScreenManager\GameScreen.cs" />
  147. <Compile Include="ScreenManager\InputState.cs" />
  148. <Compile Include="ScreenManager\LoadingScreen.cs" />
  149. <Compile Include="ScreenManager\MenuScreen.cs" />
  150. <Compile Include="ScreenManager\MessageBoxScreen.cs" />
  151. <Compile Include="ScreenManager\ScreenManager.cs" />
  152. <Compile Include="Screens\BackgroundScreen.cs" />
  153. <Compile Include="Screens\GameplayScreen.cs" />
  154. <Compile Include="Screens\LobbyScreen.cs" />
  155. <Compile Include="Screens\MainMenuScreen.cs" />
  156. <Compile Include="Screens\NetworkBusyScreen.cs" />
  157. <Compile Include="Screens\SearchResultsScreen.cs" />
  158. <Compile Include="BloomPostprocess\BloomComponent.cs" />
  159. <Compile Include="BloomPostprocess\BloomSettings.cs" />
  160. <Compile Include="Program.cs" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <Content Include="Content\Fonts\MenuFont.xnb" />
  164. <Content Include="Content\Fonts\MessageBox.xnb" />
  165. <Content Include="Content\Fonts\NetRumbleFont.xnb" />
  166. <Content Include="Content\One Step Beyond.xnb" />
  167. <Content Include="Content\Textures\asteroid0.xnb" />
  168. <Content Include="Content\Textures\asteroid1.xnb" />
  169. <Content Include="Content\Textures\asteroid2.xnb" />
  170. <Content Include="Content\Textures\barrierEnd.xnb" />
  171. <Content Include="Content\Textures\barrierPurple.xnb" />
  172. <Content Include="Content\Textures\barrierRed.xnb" />
  173. <Content Include="Content\Textures\blank.xnb" />
  174. <Content Include="Content\Textures\chatAble.xnb" />
  175. <Content Include="Content\Textures\chatMute.xnb" />
  176. <Content Include="Content\Textures\chatTalking.xnb" />
  177. <Content Include="Content\Textures\clouds.xnb" />
  178. <Content Include="Content\Textures\explosion.xnb" />
  179. <Content Include="Content\Textures\laser.xnb" />
  180. <Content Include="Content\Textures\mine.xnb" />
  181. <Content Include="Content\Textures\powerupDoubleLaser.xnb" />
  182. <Content Include="Content\Textures\powerupRocket.xnb" />
  183. <Content Include="Content\Textures\powerupTripleLaser.xnb" />
  184. <Content Include="Content\Textures\ready.xnb" />
  185. <Content Include="Content\Textures\rocket.xnb" />
  186. <Content Include="Content\Textures\ship0.xnb" />
  187. <Content Include="Content\Textures\ship0Overlay.xnb" />
  188. <Content Include="Content\Textures\ship1.xnb" />
  189. <Content Include="Content\Textures\ship1Overlay.xnb" />
  190. <Content Include="Content\Textures\ship2.xnb" />
  191. <Content Include="Content\Textures\ship2Overlay.xnb" />
  192. <Content Include="Content\Textures\ship3.xnb" />
  193. <Content Include="Content\Textures\ship3Overlay.xnb" />
  194. <Content Include="Content\Textures\shipShields.xnb" />
  195. <Content Include="Content\Textures\title.xnb" />
  196. <Content Include="Content\Textures\Particles\defaultParticle.xnb" />
  197. <Content Include="Content\Textures\Particles\particle.xnb" />
  198. <Content Include="Content\Textures\Particles\smoke.xnb" />
  199. <Content Include="Content\Textures\Particles\spark.xnb" />
  200. <Content Include="Content\Particles\laserExplosion.xml" />
  201. <Content Include="Content\Particles\mineExplosion.xml" />
  202. <Content Include="Content\Particles\rocketExplosion.xml" />
  203. <Content Include="Content\Particles\rocketTrail.xml" />
  204. <Content Include="Content\Particles\shipExplosion.xml" />
  205. <Content Include="Content\Particles\shipSpawn.xml" />
  206. <Content Include="Content\Audio\wav\asteroid_touch.xnb" />
  207. <Content Include="Content\Audio\wav\explosion_large.xnb" />
  208. <Content Include="Content\Audio\wav\explosion_medium.xnb" />
  209. <Content Include="Content\Audio\wav\explosion_shockwave.xnb" />
  210. <Content Include="Content\Audio\wav\fire_laser1.xnb" />
  211. <Content Include="Content\Audio\wav\fire_laser2.xnb" />
  212. <Content Include="Content\Audio\wav\fire_laser3.xnb" />
  213. <Content Include="Content\Audio\wav\fire_rocket1.xnb" />
  214. <Content Include="Content\Audio\wav\fire_rocket2.xnb" />
  215. <Content Include="Content\Audio\wav\menu_scroll.xnb" />
  216. <Content Include="Content\Audio\wav\menu_select.xnb" />
  217. <Content Include="Content\Audio\wav\player_spawn.xnb" />
  218. <Content Include="Content\Audio\wav\powerup_spawn.xnb" />
  219. <Content Include="Content\Audio\wav\powerup_touch.xnb" />
  220. <Content Include="Content\Audio\wav\rocket.xnb" />
  221. <Content Include="Content\One Step Beyond.wma" />
  222. <Content Include="..\CompiledContent\OSX\Content\Effects\BloomCombine.xnb">
  223. <Link>Content\BloomPostprocess\Effects\BloomCombine.xnb</Link>
  224. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  225. </Content>
  226. <Content Include="..\CompiledContent\OSX\Content\Effects\BloomExtract.xnb">
  227. <Link>Content\BloomPostprocess\Effects\BloomExtract.xnb</Link>
  228. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  229. </Content>
  230. <Content Include="..\CompiledContent\OSX\Content\Effects\GaussianBlur.xnb">
  231. <Link>Content\BloomPostprocess\Effects\GaussianBlur.xnb</Link>
  232. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  233. </Content>
  234. <Content Include="..\CompiledContent\OSX\Content\Effects\Clouds.xnb">
  235. <Link>Content\Effects\Clouds.xnb</Link>
  236. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  237. </Content>
  238. </ItemGroup>
  239. <ItemGroup>
  240. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
  241. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  242. <Name>Lidgren.Network.MacOS</Name>
  243. </ProjectReference>
  244. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  245. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  246. <Name>MonoGame.Framework.MacOS</Name>
  247. </ProjectReference>
  248. </ItemGroup>
  249. <ItemGroup>
  250. <Folder Include="Content\Effects\" />
  251. <Folder Include="Content\BloomPostprocess\Effects\" />
  252. </ItemGroup>
  253. </Project>