|
@@ -0,0 +1,333 @@
|
|
|
+<?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="..\..\MacOS\CatapultNetWars\CatapultGame.cs">
|
|
|
+ <Link>CatapultGame.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Utility\Animation.cs">
|
|
|
+ <Link>Utility\Animation.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Utility\AudioManager.cs">
|
|
|
+ <Link>Utility\AudioManager.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Screens\BackgroundScreen.cs">
|
|
|
+ <Link>Screens\BackgroundScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Screens\GameplayScreen.cs">
|
|
|
+ <Link>Screens\GameplayScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Screens\InstructionsScreen.cs">
|
|
|
+ <Link>Screens\InstructionsScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Screens\LoadingScreen.cs">
|
|
|
+ <Link>Screens\LoadingScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Screens\MainMenuScreen.cs">
|
|
|
+ <Link>Screens\MainMenuScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Screens\MessageBoxScreen.cs">
|
|
|
+ <Link>Screens\MessageBoxScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Screens\PauseScreen.cs">
|
|
|
+ <Link>Screens\PauseScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\ScreenManager\GameScreen.cs">
|
|
|
+ <Link>ScreenManager\GameScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\ScreenManager\InputState.cs">
|
|
|
+ <Link>ScreenManager\InputState.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\ScreenManager\MenuEntry.cs">
|
|
|
+ <Link>ScreenManager\MenuEntry.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\ScreenManager\MenuScreen.cs">
|
|
|
+ <Link>ScreenManager\MenuScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\ScreenManager\MouseGestureType.cs">
|
|
|
+ <Link>ScreenManager\MouseGestureType.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\ScreenManager\PlayerIndexEventArgs.cs">
|
|
|
+ <Link>ScreenManager\PlayerIndexEventArgs.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\ScreenManager\ScreenManager.cs">
|
|
|
+ <Link>ScreenManager\ScreenManager.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Players\AI.cs">
|
|
|
+ <Link>Players\AI.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Players\Human.cs">
|
|
|
+ <Link>Players\Human.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Players\Player.cs">
|
|
|
+ <Link>Players\Player.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Networking\AvailableSessionMenuEntry.cs">
|
|
|
+ <Link>Networking\AvailableSessionMenuEntry.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Networking\CreateOrFindSessionScreen.cs">
|
|
|
+ <Link>Networking\CreateOrFindSessionScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Networking\JoinSessionScreen.cs">
|
|
|
+ <Link>Networking\JoinSessionScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Networking\LobbyScreen.cs">
|
|
|
+ <Link>Networking\LobbyScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Networking\NetworkBusyScreen.cs">
|
|
|
+ <Link>Networking\NetworkBusyScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Networking\NetworkErrorScreen.cs">
|
|
|
+ <Link>Networking\NetworkErrorScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Networking\NetworkSessionComponent.cs">
|
|
|
+ <Link>Networking\NetworkSessionComponent.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Networking\OperationCompletedEventArgs.cs">
|
|
|
+ <Link>Networking\OperationCompletedEventArgs.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Networking\ProfileSignInScreen.cs">
|
|
|
+ <Link>Networking\ProfileSignInScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Catapult\Catapult.cs">
|
|
|
+ <Link>Catapult\Catapult.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\Catapult\Projectile.cs">
|
|
|
+ <Link>Catapult\Projectile.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\IMessageDisplay.cs">
|
|
|
+ <Link>IMessageDisplay.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\MessageDisplayComponent.cs">
|
|
|
+ <Link>MessageDisplayComponent.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapultNetWars\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" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\..\..\..\MonoGame\ThirdParty\Lidgren.Network\Lidgren.Network.Android.csproj">
|
|
|
+ <Project>{565129E0-4EE5-4F6F-B403-C3484C9740BE}</Project>
|
|
|
+ <Name>Lidgren.Network.Android</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Android.csproj">
|
|
|
+ <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
|
|
|
+ <Name>MonoGame.Framework.Android</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <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\" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Fonts\HUDFont.xnb">
|
|
|
+ <Link>Assets\Content\Fonts\HUDFont.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Fonts\MenuFont.xnb">
|
|
|
+ <Link>Assets\Content\Fonts\MenuFont.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\BoulderHit.wav">
|
|
|
+ <Link>Assets\Content\Sounds\BoulderHit.wav</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\CatapultExplosion.wav">
|
|
|
+ <Link>Assets\Content\Sounds\CatapultExplosion.wav</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\CatapultFire.wav">
|
|
|
+ <Link>Assets\Content\Sounds\CatapultFire.wav</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\Lose.wav">
|
|
|
+ <Link>Assets\Content\Sounds\Lose.wav</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\RopeStretch.wav">
|
|
|
+ <Link>Assets\Content\Sounds\RopeStretch.wav</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\Win.wav">
|
|
|
+ <Link>Assets\Content\Sounds\Win.wav</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Ammo\rock_ammo.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Ammo\rock_ammo.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\blank.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\blank.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\cloud1.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\cloud1.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\cloud2.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\cloud2.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\defeat.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\defeat.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\gameplay_screen.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\gameplay_screen.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\instructions.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\instructions.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\mountain.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\mountain.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\sky.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\sky.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\title_screen.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\title_screen.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\victory.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\victory.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\HUD\ammoType.xnb">
|
|
|
+ <Link>Assets\Content\Textures\HUD\ammoType.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\HUD\Arrow.xnb">
|
|
|
+ <Link>Assets\Content\Textures\HUD\Arrow.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\HUD\hudBackground.xnb">
|
|
|
+ <Link>Assets\Content\Textures\HUD\hudBackground.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\HUD\windArrow.xnb">
|
|
|
+ <Link>Assets\Content\Textures\HUD\windArrow.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\AnimationsDef.xml">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\AnimationsDef.xml</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Fire_Miss\fire_miss.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Fire_Miss\fire_miss.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Hit_Smoke\smoke.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Hit_Smoke\smoke.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Red\redIdle\redIdle.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Red\redIdle\redIdle.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\cat.xnb">
|
|
|
+ <Link>Assets\Content\cat.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\chat_able.xnb">
|
|
|
+ <Link>Assets\Content\chat_able.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\chat_mute.xnb">
|
|
|
+ <Link>Assets\Content\chat_mute.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\chat_ready.xnb">
|
|
|
+ <Link>Assets\Content\chat_ready.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\chat_talking.xnb">
|
|
|
+ <Link>Assets\Content\chat_talking.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapultNetWars\Content\gradient.xnb">
|
|
|
+ <Link>Assets\Content\gradient.xnb</Link>
|
|
|
+ </AndroidAsset>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <EmbeddedResource Include="..\..\MacOS\CatapultNetWars\Resources.resx">
|
|
|
+ <Link>Resources.resx</Link>
|
|
|
+ </EmbeddedResource>
|
|
|
+ </ItemGroup>
|
|
|
+</Project>
|