123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- <?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)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C2B4D7C6-C3C5-4C02-8830-D33C0E59DCDD}</ProjectGuid>
- <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <RootNamespace>CatapultWarsNet</RootNamespace>
- <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
- <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
- <AndroidResgenClass>Resource</AndroidResgenClass>
- <AndroidApplication>True</AndroidApplication>
- <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
- <AssemblyName>CatapultWarsNet</AssemblyName>
- <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>True</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;ANDROID</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>False</ConsolePause>
- <AndroidLinkMode>None</AndroidLinkMode>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
- <ConsolePause>False</ConsolePause>
- <AndroidLinkMode>SdkOnly</AndroidLinkMode>
- <DefineConstants>ANDROID</DefineConstants>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="Mono.Android" />
- <Reference Include="OpenTK" />
- <Reference Include="System.Xml.Linq" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Activity1.cs" />
- <Compile Include="Resources\Resource.designer.cs" />
- <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="Resources.Designer.cs">
- <Link>Resources.Designer.cs</Link>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\AboutResources.txt" />
- <None Include="Assets\AboutAssets.txt" />
- <None Include="Properties\AndroidManifest.xml" />
- </ItemGroup>
- <ItemGroup>
- <AndroidResource Include="Resources\drawable\Icon.png" />
- <AndroidResource Include="Resources\values\Strings.xml" />
- <AndroidResource Include="Resources\drawable\Splash.png" />
- <AndroidResource Include="Resources\values\Styles.xml" />
- <AndroidResource Include="Resources\drawable-port\Splash.png" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
- <ItemGroup>
- <Folder Include="Assets\Content\" />
- <Folder Include="Resources\layout\" />
- <Folder Include="Resources\values\" />
- <Folder Include="Catapult\" />
- <Folder Include="Players\" />
- <Folder Include="ScreenManager\" />
- <Folder Include="Screens\" />
- <Folder Include="Utility\" />
- <Folder Include="Assets\Content\Fonts\" />
- <Folder Include="Assets\Content\Sounds\" />
- <Folder Include="Assets\Content\Textures\" />
- <Folder Include="Assets\Content\Textures\Ammo\" />
- <Folder Include="Assets\Content\Textures\Backgrounds\" />
- <Folder Include="Assets\Content\Textures\HUD\" />
- <Folder Include="Assets\Content\Textures\Catapults\" />
- <Folder Include="Assets\Content\Textures\Catapults\Blue\" />
- <Folder Include="Assets\Content\Textures\Catapults\Fire_Miss\" />
- <Folder Include="Assets\Content\Textures\Catapults\Hit_Smoke\" />
- <Folder Include="Assets\Content\Textures\Catapults\Red\" />
- <Folder Include="Assets\Content\Textures\Catapults\Blue\blueDestroyed\" />
- <Folder Include="Assets\Content\Textures\Catapults\Blue\blueFire\" />
- <Folder Include="Assets\Content\Textures\Catapults\Blue\blueIdle\" />
- <Folder Include="Assets\Content\Textures\Catapults\Blue\bluePullback\" />
- <Folder Include="Assets\Content\Textures\Catapults\Red\redDestroyed\" />
- <Folder Include="Assets\Content\Textures\Catapults\Red\redFire\" />
- <Folder Include="Assets\Content\Textures\Catapults\Red\redIdle\" />
- <Folder Include="Assets\Content\Textures\Catapults\Red\redPullback\" />
- <Folder Include="Resources\drawable-port\" />
- </ItemGroup>
- <ItemGroup>
- <AndroidAsset Include="Content\Fonts\HUDFont.xnb">
- <Link>Assets\Content\Fonts\HUDFont.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Fonts\MenuFont.xnb">
- <Link>Assets\Content\Fonts\MenuFont.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Sounds\BoulderHit.wav">
- <Link>Assets\Content\Sounds\BoulderHit.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Sounds\CatapultExplosion.wav">
- <Link>Assets\Content\Sounds\CatapultExplosion.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Sounds\CatapultFire.wav">
- <Link>Assets\Content\Sounds\CatapultFire.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Sounds\Lose.wav">
- <Link>Assets\Content\Sounds\Lose.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Sounds\RopeStretch.wav">
- <Link>Assets\Content\Sounds\RopeStretch.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Sounds\Win.wav">
- <Link>Assets\Content\Sounds\Win.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Ammo\rock_ammo.xnb">
- <Link>Assets\Content\Textures\Ammo\rock_ammo.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Backgrounds\blank.xnb">
- <Link>Assets\Content\Textures\Backgrounds\blank.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Backgrounds\cloud1.xnb">
- <Link>Assets\Content\Textures\Backgrounds\cloud1.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Backgrounds\cloud2.xnb">
- <Link>Assets\Content\Textures\Backgrounds\cloud2.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Backgrounds\defeat.xnb">
- <Link>Assets\Content\Textures\Backgrounds\defeat.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Backgrounds\gameplay_screen.xnb">
- <Link>Assets\Content\Textures\Backgrounds\gameplay_screen.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Backgrounds\instructions.xnb">
- <Link>Assets\Content\Textures\Backgrounds\instructions.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Backgrounds\mountain.xnb">
- <Link>Assets\Content\Textures\Backgrounds\mountain.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Backgrounds\sky.xnb">
- <Link>Assets\Content\Textures\Backgrounds\sky.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Backgrounds\title_screen.xnb">
- <Link>Assets\Content\Textures\Backgrounds\title_screen.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Backgrounds\victory.xnb">
- <Link>Assets\Content\Textures\Backgrounds\victory.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\HUD\ammoType.xnb">
- <Link>Assets\Content\Textures\HUD\ammoType.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\HUD\Arrow.xnb">
- <Link>Assets\Content\Textures\HUD\Arrow.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\HUD\hudBackground.xnb">
- <Link>Assets\Content\Textures\HUD\hudBackground.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\HUD\windArrow.xnb">
- <Link>Assets\Content\Textures\HUD\windArrow.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\AnimationsDef.xml">
- <Link>Assets\Content\Textures\Catapults\AnimationsDef.xml</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\Fire_Miss\fire_miss.xnb">
- <Link>Assets\Content\Textures\Catapults\Fire_Miss\fire_miss.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\Hit_Smoke\smoke.xnb">
- <Link>Assets\Content\Textures\Catapults\Hit_Smoke\smoke.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb">
- <Link>Assets\Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb">
- <Link>Assets\Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb">
- <Link>Assets\Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb">
- <Link>Assets\Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb">
- <Link>Assets\Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb">
- <Link>Assets\Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\Red\redIdle\redIdle.xnb">
- <Link>Assets\Content\Textures\Catapults\Red\redIdle\redIdle.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb">
- <Link>Assets\Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\cat.xnb">
- <Link>Assets\Content\cat.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\chat_able.xnb">
- <Link>Assets\Content\chat_able.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\chat_mute.xnb">
- <Link>Assets\Content\chat_mute.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\chat_ready.xnb">
- <Link>Assets\Content\chat_ready.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\chat_talking.xnb">
- <Link>Assets\Content\chat_talking.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="Content\gradient.xnb">
- <Link>Assets\Content\gradient.xnb</Link>
- </AndroidAsset>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Resources.resx">
- <Link>Resources.resx</Link>
- </EmbeddedResource>
- </ItemGroup>
- </Project>
|