123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
- <PropertyGroup>
- <ProjectGuid>{36CDED1D-BE90-4C12-BC0A-F923AB92B98D}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <OutputType>WinExe</OutputType>
- <RootNamespace>NetRumble</RootNamespace>
- <AssemblyName>NetRumble</AssemblyName>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <OutputPath>bin\Debug\</OutputPath>
- <DebugSymbols>True</DebugSymbols>
- <DebugType>Full</DebugType>
- <Optimize>False</Optimize>
- <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <OutputPath>bin\Release\</OutputPath>
- <DebugSymbols>False</DebugSymbols>
- <DebugType>None</DebugType>
- <Optimize>True</Optimize>
- <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
- <DefineConstants>TRACE</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <WarningLevel>4</WarningLevel>
- <DefineConstants>TRACE;DEBUG;WINDOWS</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AudioManager.cs">
- </Compile>
- <Compile Include="BatchRemovalCollection.cs">
- </Compile>
- <Compile Include="BloomPostprocess\BloomComponent.cs">
- </Compile>
- <Compile Include="BloomPostprocess\BloomSettings.cs">
- </Compile>
- <Compile Include="CollisionMath.cs">
- </Compile>
- <Compile Include="Gameplay\Asteroid.cs">
- </Compile>
- <Compile Include="Gameplay\CollisionManager.cs">
- </Compile>
- <Compile Include="Gameplay\GameplayObject.cs">
- </Compile>
- <Compile Include="Gameplay\PlayerData.cs">
- </Compile>
- <Compile Include="Gameplay\PowerUps\DoubleLaserPowerUp.cs">
- </Compile>
- <Compile Include="Gameplay\PowerUps\PowerUp.cs">
- </Compile>
- <Compile Include="Gameplay\PowerUps\RocketPowerUp.cs">
- </Compile>
- <Compile Include="Gameplay\PowerUps\TripleLaserPowerUp.cs">
- </Compile>
- <Compile Include="Gameplay\Projectiles\LaserProjectile.cs">
- </Compile>
- <Compile Include="Gameplay\Projectiles\MineProjectile.cs">
- </Compile>
- <Compile Include="Gameplay\Projectiles\Projectile.cs">
- </Compile>
- <Compile Include="Gameplay\Projectiles\RocketProjectile.cs">
- </Compile>
- <Compile Include="Gameplay\Ship.cs">
- </Compile>
- <Compile Include="Gameplay\ShipInput.cs">
- </Compile>
- <Compile Include="Gameplay\Weapons\DoubleLaserWeapon.cs">
- </Compile>
- <Compile Include="Gameplay\Weapons\LaserWeapon.cs">
- </Compile>
- <Compile Include="Gameplay\Weapons\MineWeapon.cs">
- </Compile>
- <Compile Include="Gameplay\Weapons\RocketWeapon.cs">
- </Compile>
- <Compile Include="Gameplay\Weapons\TripleLaserWeapon.cs">
- </Compile>
- <Compile Include="Gameplay\Weapons\Weapon.cs">
- </Compile>
- <Compile Include="Gameplay\World.cs">
- </Compile>
- <Compile Include="NetRumbleGame.cs">
- </Compile>
- <Compile Include="OperationCompletedEventArgs.cs">
- </Compile>
- <Compile Include="RandomMath.cs">
- </Compile>
- <Compile Include="Rendering\Particles\Particle.cs">
- </Compile>
- <Compile Include="Rendering\Particles\ParticleCache.cs">
- </Compile>
- <Compile Include="Rendering\Particles\ParticleEffect.cs">
- </Compile>
- <Compile Include="Rendering\Particles\ParticleEffectManager.cs">
- </Compile>
- <Compile Include="Rendering\Particles\ParticleEffectType.cs">
- </Compile>
- <Compile Include="Rendering\Particles\ParticleSystem.cs">
- </Compile>
- <Compile Include="Rendering\Starfield.cs">
- </Compile>
- <Compile Include="ScreenManager\GameScreen.cs">
- </Compile>
- <Compile Include="ScreenManager\InputState.cs">
- </Compile>
- <Compile Include="ScreenManager\LoadingScreen.cs">
- </Compile>
- <Compile Include="ScreenManager\MenuScreen.cs">
- </Compile>
- <Compile Include="ScreenManager\MessageBoxScreen.cs">
- </Compile>
- <Compile Include="ScreenManager\ScreenManager.cs">
- </Compile>
- <Compile Include="Screens\BackgroundScreen.cs">
- </Compile>
- <Compile Include="Screens\GameplayScreen.cs">
- </Compile>
- <Compile Include="Screens\LobbyScreen.cs">
- </Compile>
- <Compile Include="Screens\MainMenuScreen.cs">
- </Compile>
- <Compile Include="Screens\NetworkBusyScreen.cs">
- </Compile>
- <Compile Include="Screens\SearchResultsScreen.cs">
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="..\..\ThirdParty\GamepadConfig\SDL.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\asteroid_touch.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\explosion_large.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\explosion_medium.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\explosion_shockwave.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\fire_laser1.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\fire_laser2.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\fire_laser3.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\fire_rocket1.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\fire_rocket2.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\menu_scroll.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\menu_select.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\player_spawn.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\powerup_spawn.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\powerup_touch.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Audio\wav\rocket.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Fonts\MenuFont.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Fonts\MessageBox.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Fonts\NetRumbleFont.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\One Step Beyond.wma">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Particles\laserExplosion.xml">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Particles\mineExplosion.xml">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Particles\rocketExplosion.xml">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Particles\rocketTrail.xml">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Particles\shipExplosion.xml">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Particles\shipSpawn.xml">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\asteroid0.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\asteroid1.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\asteroid2.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\barrierEnd.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\barrierPurple.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\barrierRed.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\blank.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\chatAble.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\chatMute.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\chatTalking.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\clouds.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\explosion.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\laser.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\mine.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\powerupDoubleLaser.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\powerupRocket.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\powerupTripleLaser.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\ready.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\rocket.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\ship0.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\ship0Overlay.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\ship1.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\ship1Overlay.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\ship2.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\ship2Overlay.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\ship3.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\ship3Overlay.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\shipShields.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\title.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Particles\defaultParticle.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Particles\particle.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Particles\smoke.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Particles\spark.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="..\CompiledContent\Windows\Content\Effects\Clouds.xnb">
- <Link>Content\Effects\Clouds.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="..\CompiledContent\Windows\Content\Effects\BloomCombine.xnb">
- <Link>Content\BloomPostprocess\Effects\BloomCombine.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="..\CompiledContent\Windows\Content\Effects\BloomExtract.xnb">
- <Link>Content\BloomPostprocess\Effects\BloomExtract.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="..\CompiledContent\Windows\Content\Effects\GaussianBlur.xnb">
- <Link>Content\BloomPostprocess\Effects\GaussianBlur.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Effects\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.WindowsGL.csproj">
- <Project>{7DE47032-A904-4C29-BD22-2D235E8D91BA}</Project>
- <Name>MonoGame.Framework.WindowsGL</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.Windows.csproj">
- <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
- <Name>Lidgren.Network.Windows</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
- </Project>
|