|
@@ -0,0 +1,290 @@
|
|
|
+<?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>{289A3AF8-E006-47EF-B34C-CA01020E1655}</ProjectGuid>
|
|
|
+ <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
+ <RootNamespace>MonoGame.Samples.CatapultWars</RootNamespace>
|
|
|
+ <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
|
|
|
+ <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
|
|
|
+ <AndroidResgenClass>Resource</AndroidResgenClass>
|
|
|
+ <AndroidApplication>True</AndroidApplication>
|
|
|
+ <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
|
|
|
+ <AssemblyName>MonoGame.Samples.CatapultWars</AssemblyName>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\Debug</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;</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>
|
|
|
+ </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\CatapaultWars\CatapultGame.cs">
|
|
|
+ <Link>CatapultGame.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Catapult\Catapult.cs">
|
|
|
+ <Link>Catapult\Catapult.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Catapult\Projectile.cs">
|
|
|
+ <Link>Catapult\Projectile.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Players\AI.cs">
|
|
|
+ <Link>Players\AI.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Players\Human.cs">
|
|
|
+ <Link>Players\Human.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Players\Player.cs">
|
|
|
+ <Link>Players\Player.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\GameScreen.cs">
|
|
|
+ <Link>ScreenManager\GameScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\InputState.cs">
|
|
|
+ <Link>ScreenManager\InputState.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\MenuEntry.cs">
|
|
|
+ <Link>ScreenManager\MenuEntry.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\MenuScreen.cs">
|
|
|
+ <Link>ScreenManager\MenuScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\MouseGestureType.cs">
|
|
|
+ <Link>ScreenManager\MouseGestureType.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\PlayerIndexEventArgs.cs">
|
|
|
+ <Link>ScreenManager\PlayerIndexEventArgs.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\ScreenManager\ScreenManager.cs">
|
|
|
+ <Link>ScreenManager\ScreenManager.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Screens\BackgroundScreen.cs">
|
|
|
+ <Link>Screens\BackgroundScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Screens\GameplayScreen.cs">
|
|
|
+ <Link>Screens\GameplayScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Screens\InstructionsScreen.cs">
|
|
|
+ <Link>Screens\InstructionsScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Screens\MainMenuScreen.cs">
|
|
|
+ <Link>Screens\MainMenuScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Screens\PauseScreen.cs">
|
|
|
+ <Link>Screens\PauseScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Utility\Animation.cs">
|
|
|
+ <Link>Utility\Animation.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\CatapaultWars\Utility\AudioManager.cs">
|
|
|
+ <Link>Utility\AudioManager.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Resources\AboutResources.txt" />
|
|
|
+ <None Include="Assets\AboutAssets.txt" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <AndroidResource Include="Resources\layout\Main.axml" />
|
|
|
+ <AndroidResource Include="Resources\values\Strings.xml" />
|
|
|
+ <AndroidResource Include="Resources\drawable\Icon.png" />
|
|
|
+ </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="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\Catapults\" />
|
|
|
+ <Folder Include="Assets\Content\Textures\HUD\" />
|
|
|
+ <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\CatapaultWars\Content\Fonts\HUDFont.xnb">
|
|
|
+ <Link>Assets\Content\Fonts\HUDFont.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Fonts\MenuFont.xnb">
|
|
|
+ <Link>Assets\Content\Fonts\MenuFont.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\BoulderHit.xnb">
|
|
|
+ <Link>Assets\Content\Sounds\BoulderHit.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\CatapultExplosion.xnb">
|
|
|
+ <Link>Assets\Content\Sounds\CatapultExplosion.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\CatapultFire.xnb">
|
|
|
+ <Link>Assets\Content\Sounds\CatapultFire.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\Lose.xnb">
|
|
|
+ <Link>Assets\Content\Sounds\Lose.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\RopeStretch.xnb">
|
|
|
+ <Link>Assets\Content\Sounds\RopeStretch.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Sounds\Win.xnb">
|
|
|
+ <Link>Assets\Content\Sounds\Win.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Ammo\rock_ammo.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Ammo\rock_ammo.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\blank.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\blank.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\cloud1.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\cloud1.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\cloud2.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\cloud2.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\defeat.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\defeat.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\gameplay_screen.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\gameplay_screen.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\instructions.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\instructions.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\mountain.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\mountain.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\sky.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\sky.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\title_screen.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\title_screen.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Backgrounds\victory.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Backgrounds\victory.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\HUD\ammoType.xnb">
|
|
|
+ <Link>Assets\Content\Textures\HUD\ammoType.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\HUD\Arrow.xnb">
|
|
|
+ <Link>Assets\Content\Textures\HUD\Arrow.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\HUD\hudBackground.xnb">
|
|
|
+ <Link>Assets\Content\Textures\HUD\hudBackground.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\HUD\windArrow.xnb">
|
|
|
+ <Link>Assets\Content\Textures\HUD\windArrow.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\AnimationsDef.xml">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\AnimationsDef.xml</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Red\redIdle\redIdle.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Red\redIdle\redIdle.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ <AndroidAsset Include="..\..\MacOS\CatapaultWars\Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb">
|
|
|
+ <Link>Assets\Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </AndroidAsset>
|
|
|
+ </ItemGroup>
|
|
|
+</Project>
|