123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{0BCF8950-A28D-4688-BA92-85BD49637ED0}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CatapultNetWars</RootNamespace>
- <AssemblyName>CatapultNetWars</AssemblyName>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>True</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;LINUX</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>True</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;LINUX</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="CatapultGame.cs">
- <Link>CatapultGame.cs</Link>
- </Compile>
- <Compile Include="Utility\Animation.cs">
- <Link>Utility\Animation.cs</Link>
- </Compile>
- <Compile Include="Utility\AudioManager.cs">
- <Link>Utility\AudioManager.cs</Link>
- </Compile>
- <Compile Include="Screens\BackgroundScreen.cs">
- <Link>Screens\BackgroundScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\GameplayScreen.cs">
- <Link>Screens\GameplayScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\InstructionsScreen.cs">
- <Link>Screens\InstructionsScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\LoadingScreen.cs">
- <Link>Screens\LoadingScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\MainMenuScreen.cs">
- <Link>Screens\MainMenuScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\MessageBoxScreen.cs">
- <Link>Screens\MessageBoxScreen.cs</Link>
- </Compile>
- <Compile Include="Screens\PauseScreen.cs">
- <Link>Screens\PauseScreen.cs</Link>
- </Compile>
- <Compile Include="ScreenManager\GameScreen.cs">
- <Link>ScreenManager\GameScreen.cs</Link>
- </Compile>
- <Compile Include="ScreenManager\InputState.cs">
- <Link>ScreenManager\InputState.cs</Link>
- </Compile>
- <Compile Include="ScreenManager\MenuEntry.cs">
- <Link>ScreenManager\MenuEntry.cs</Link>
- </Compile>
- <Compile Include="ScreenManager\MenuScreen.cs">
- <Link>ScreenManager\MenuScreen.cs</Link>
- </Compile>
- <Compile Include="ScreenManager\MouseGestureType.cs">
- <Link>ScreenManager\MouseGestureType.cs</Link>
- </Compile>
- <Compile Include="ScreenManager\PlayerIndexEventArgs.cs">
- <Link>ScreenManager\PlayerIndexEventArgs.cs</Link>
- </Compile>
- <Compile Include="ScreenManager\ScreenManager.cs">
- <Link>ScreenManager\ScreenManager.cs</Link>
- </Compile>
- <Compile Include="Players\AI.cs">
- <Link>Players\AI.cs</Link>
- </Compile>
- <Compile Include="Players\Human.cs">
- <Link>Players\Human.cs</Link>
- </Compile>
- <Compile Include="Players\Player.cs">
- <Link>Players\Player.cs</Link>
- </Compile>
- <Compile Include="Networking\AvailableSessionMenuEntry.cs">
- <Link>Networking\AvailableSessionMenuEntry.cs</Link>
- </Compile>
- <Compile Include="Networking\CreateOrFindSessionScreen.cs">
- <Link>Networking\CreateOrFindSessionScreen.cs</Link>
- </Compile>
- <Compile Include="Networking\JoinSessionScreen.cs">
- <Link>Networking\JoinSessionScreen.cs</Link>
- </Compile>
- <Compile Include="Networking\LobbyScreen.cs">
- <Link>Networking\LobbyScreen.cs</Link>
- </Compile>
- <Compile Include="Networking\NetworkBusyScreen.cs">
- <Link>Networking\NetworkBusyScreen.cs</Link>
- </Compile>
- <Compile Include="Networking\NetworkErrorScreen.cs">
- <Link>Networking\NetworkErrorScreen.cs</Link>
- </Compile>
- <Compile Include="Networking\NetworkSessionComponent.cs">
- <Link>Networking\NetworkSessionComponent.cs</Link>
- </Compile>
- <Compile Include="Networking\OperationCompletedEventArgs.cs">
- <Link>Networking\OperationCompletedEventArgs.cs</Link>
- </Compile>
- <Compile Include="Networking\ProfileSignInScreen.cs">
- <Link>Networking\ProfileSignInScreen.cs</Link>
- </Compile>
- <Compile Include="Catapult\Catapult.cs">
- <Link>Catapult\Catapult.cs</Link>
- </Compile>
- <Compile Include="Catapult\Projectile.cs">
- <Link>Catapult\Projectile.cs</Link>
- </Compile>
- <Compile Include="IMessageDisplay.cs">
- <Link>IMessageDisplay.cs</Link>
- </Compile>
- <Compile Include="MessageDisplayComponent.cs">
- <Link>MessageDisplayComponent.cs</Link>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\Fonts\HUDFont.xnb">
- <Link>Content\Fonts\HUDFont.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Fonts\MenuFont.xnb">
- <Link>Content\Fonts\MenuFont.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Ammo\rock_ammo.xnb">
- <Link>Content\Textures\Ammo\rock_ammo.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Backgrounds\blank.xnb">
- <Link>Content\Textures\Backgrounds\blank.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Backgrounds\cloud1.xnb">
- <Link>Content\Textures\Backgrounds\cloud1.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Backgrounds\cloud2.xnb">
- <Link>Content\Textures\Backgrounds\cloud2.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Backgrounds\defeat.xnb">
- <Link>Content\Textures\Backgrounds\defeat.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Backgrounds\gameplay_screen.xnb">
- <Link>Content\Textures\Backgrounds\gameplay_screen.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Backgrounds\instructions.xnb">
- <Link>Content\Textures\Backgrounds\instructions.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Backgrounds\mountain.xnb">
- <Link>Content\Textures\Backgrounds\mountain.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Backgrounds\sky.xnb">
- <Link>Content\Textures\Backgrounds\sky.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Backgrounds\title_screen.xnb">
- <Link>Content\Textures\Backgrounds\title_screen.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Backgrounds\victory.xnb">
- <Link>Content\Textures\Backgrounds\victory.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\HUD\ammoType.xnb">
- <Link>Content\Textures\HUD\ammoType.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\HUD\Arrow.xnb">
- <Link>Content\Textures\HUD\Arrow.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\HUD\hudBackground.xnb">
- <Link>Content\Textures\HUD\hudBackground.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\HUD\windArrow.xnb">
- <Link>Content\Textures\HUD\windArrow.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\AnimationsDef.xml">
- <Link>Content\Textures\Catapults\AnimationsDef.xml</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\Fire_Miss\fire_miss.xnb">
- <Link>Content\Textures\Catapults\Fire_Miss\fire_miss.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\Hit_Smoke\smoke.xnb">
- <Link>Content\Textures\Catapults\Hit_Smoke\smoke.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb">
- <Link>Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb">
- <Link>Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb">
- <Link>Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb">
- <Link>Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb">
- <Link>Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb">
- <Link>Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\Red\redIdle\redIdle.xnb">
- <Link>Content\Textures\Catapults\Red\redIdle\redIdle.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb">
- <Link>Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\cat.xnb">
- <Link>Content\cat.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\chat_able.xnb">
- <Link>Content\chat_able.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\chat_mute.xnb">
- <Link>Content\chat_mute.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\chat_ready.xnb">
- <Link>Content\chat_ready.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\chat_talking.xnb">
- <Link>Content\chat_talking.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\gradient.xnb">
- <Link>Content\gradient.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ItemGroup>
- <None Include="Content\Sounds\BoulderHit.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="Content\Sounds\CatapultExplosion.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="Content\Sounds\CatapultFire.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="Content\Sounds\Lose.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="Content\Sounds\RopeStretch.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Include="Content\Sounds\Win.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- </Project>
|