123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{65DE6FC7-CB94-4E4F-8FBE-E3EA9A34967C}</ProjectGuid>
- <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Exe</OutputType>
- <RootNamespace>MonoGame.Samples.CatapultNetWars</RootNamespace>
- <AssemblyName>MonoGameSamplesCatapultNetWars</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
- <DefineConstants>DEBUG;IOS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchDebug>true</MtouchDebug>
- <MtouchProfiling>true</MtouchProfiling>
- <MtouchLink>None</MtouchLink>
- <MtouchI18n />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
- <DebugType>none</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchLink>None</MtouchLink>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\iPhone\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <CodesignKey>iPhone Developer</CodesignKey>
- <MtouchDebug>true</MtouchDebug>
- <MtouchProfiling>true</MtouchProfiling>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
- <DebugType>none</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\iPhone\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <CodesignKey>iPhone Developer</CodesignKey>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="monotouch" />
- <Reference Include="OpenTK" />
- <Reference Include="System.Xml.Linq" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Info.iOS.plist"><Link>Info.plist</Link></None>
- <None Include="Resources.resources">
- <Link>Resources.resources</Link>
- </None>
- <None Include="Resources.resx">
- <Link>Resources.resx</Link>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Main.cs" />
- <Compile Include="CatapultGame.cs">
- <Link>CatapultGame.cs</Link>
- </Compile>
- <Compile Include="IMessageDisplay.cs">
- <Link>IMessageDisplay.cs</Link>
- </Compile>
- <Compile Include="MessageDisplayComponent.cs">
- <Link>MessageDisplayComponent.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="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="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="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="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="Utility\Animation.cs">
- <Link>Utility\Animation.cs</Link>
- </Compile>
- <Compile Include="Utility\AudioManager.cs">
- <Link>Utility\AudioManager.cs</Link>
- </Compile>
- <Compile Include="Resources.Designer.cs">
- <Link>Resources.Designer.cs</Link>
- </Compile>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Content Include="Background.png">
- <Link>Background.png</Link>
- </Content>
- <Content Include="Content\cat.xnb">
- <Link>Content\cat.xnb</Link>
- </Content>
- <Content Include="Content\chat_able.xnb">
- <Link>Content\chat_able.xnb</Link>
- </Content>
- <Content Include="Content\chat_mute.xnb">
- <Link>Content\chat_mute.xnb</Link>
- </Content>
- <Content Include="Content\chat_ready.xnb">
- <Link>Content\chat_ready.xnb</Link>
- </Content>
- <Content Include="Content\chat_talking.xnb">
- <Link>Content\chat_talking.xnb</Link>
- </Content>
- <Content Include="Content\gradient.xnb">
- <Link>Content\gradient.xnb</Link>
- </Content>
- <Content Include="Content\Textures\HUD\ammoType.xnb">
- <Link>Content\Textures\HUD\ammoType.xnb</Link>
- </Content>
- <Content Include="Content\Textures\HUD\Arrow.xnb">
- <Link>Content\Textures\HUD\Arrow.xnb</Link>
- </Content>
- <Content Include="Content\Textures\HUD\hudBackground.xnb">
- <Link>Content\Textures\HUD\hudBackground.xnb</Link>
- </Content>
- <Content Include="Content\Textures\HUD\windArrow.xnb">
- <Link>Content\Textures\HUD\windArrow.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\AnimationsDef.xml">
- <Link>Content\Textures\Catapults\AnimationsDef.xml</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb">
- <Link>Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\Red\redIdle\redIdle.xnb">
- <Link>Content\Textures\Catapults\Red\redIdle\redIdle.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb">
- <Link>Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb">
- <Link>Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\Hit_Smoke\smoke.xnb">
- <Link>Content\Textures\Catapults\Hit_Smoke\smoke.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\Fire_Miss\fire_miss.xnb">
- <Link>Content\Textures\Catapults\Fire_Miss\fire_miss.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb">
- <Link>Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb">
- <Link>Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb">
- <Link>Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb">
- <Link>Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Backgrounds\blank.xnb">
- <Link>Content\Textures\Backgrounds\blank.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Backgrounds\cloud1.xnb">
- <Link>Content\Textures\Backgrounds\cloud1.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Backgrounds\cloud2.xnb">
- <Link>Content\Textures\Backgrounds\cloud2.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Backgrounds\defeat.xnb">
- <Link>Content\Textures\Backgrounds\defeat.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Backgrounds\gameplay_screen.xnb">
- <Link>Content\Textures\Backgrounds\gameplay_screen.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Backgrounds\instructions.xnb">
- <Link>Content\Textures\Backgrounds\instructions.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Backgrounds\mountain.xnb">
- <Link>Content\Textures\Backgrounds\mountain.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Backgrounds\sky.xnb">
- <Link>Content\Textures\Backgrounds\sky.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Backgrounds\title_screen.xnb">
- <Link>Content\Textures\Backgrounds\title_screen.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Backgrounds\victory.xnb">
- <Link>Content\Textures\Backgrounds\victory.xnb</Link>
- </Content>
- <Content Include="Content\Textures\Ammo\rock_ammo.xnb">
- <Link>Content\Textures\Ammo\rock_ammo.xnb</Link>
- </Content>
- <Content Include="Content\Sounds\Win.xnb">
- <Link>Content\Sounds\Win.xnb</Link>
- </Content>
- <Content Include="Content\Sounds\Lose.xnb">
- <Link>Content\Sounds\Lose.xnb</Link>
- </Content>
- <Content Include="Content\Sounds\RopeStretch.xnb">
- <Link>Content\Sounds\RopeStretch.xnb</Link>
- </Content>
- <Content Include="Content\Sounds\CatapultFire.xnb">
- <Link>Content\Sounds\CatapultFire.xnb</Link>
- </Content>
- <Content Include="Content\Sounds\CatapultExplosion.xnb">
- <Link>Content\Sounds\CatapultExplosion.xnb</Link>
- </Content>
- <Content Include="Content\Sounds\BoulderHit.xnb">
- <Link>Content\Sounds\BoulderHit.xnb</Link>
- </Content>
- <Content Include="Content\Fonts\HUDFont.xnb">
- <Link>Content\Fonts\HUDFont.xnb</Link>
- </Content>
- <Content Include="Content\Fonts\MenuFont.xnb">
- <Link>Content\Fonts\MenuFont.xnb</Link>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
- <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
- <Name>MonoGame.Framework.iOS</Name>
- </ProjectReference>
- </ItemGroup>
- </Project>
|