123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- <?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>{9FA77471-A020-4452-928B-7D72BF15C991}</ProjectGuid>
- <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <RootNamespace>Platformer</RootNamespace>
- <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
- <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
- <AndroidResgenClass>Resource</AndroidResgenClass>
- <AndroidApplication>True</AndroidApplication>
- <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
- <AssemblyName>Platformer</AssemblyName>
- <TargetFrameworkVersion>v2.2</TargetFrameworkVersion>
- </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" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Activity1.cs" />
- <Compile Include="Resources\Resource.designer.cs" />
- <Compile Include="..\..\iOS\Platformer\Accelerometer.cs">
- <Link>Accelerometer.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\Animation.cs">
- <Link>Animation.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\AnimationPlayer.cs">
- <Link>AnimationPlayer.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\Circle.cs">
- <Link>Circle.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\Enemy.cs">
- <Link>Enemy.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\Gem.cs">
- <Link>Gem.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\Level.cs">
- <Link>Level.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\PlatformerGame.cs">
- <Link>PlatformerGame.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\Player.cs">
- <Link>Player.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\RectangleExtensions.cs">
- <Link>RectangleExtensions.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\Tile.cs">
- <Link>Tile.cs</Link>
- </Compile>
- <Compile Include="..\..\iOS\Platformer\TouchCollectionExtensions.cs">
- <Link>TouchCollectionExtensions.cs</Link>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\AboutResources.txt" />
- <None Include="Assets\AboutAssets.txt" />
- <None Include="Background.png" />
- <None Include="Game.ico" />
- <None Include="GameThumbnail.png" />
- <None Include="Properties\AppManifest.xml" />
- <None Include="Properties\WMAppManifest.xml" />
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer0_0.png">
- <Link>Assets\Content\Backgrounds\Layer0_0.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer0_1.png">
- <Link>Assets\Content\Backgrounds\Layer0_1.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer0_2.png">
- <Link>Assets\Content\Backgrounds\Layer0_2.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer1_0.png">
- <Link>Assets\Content\Backgrounds\Layer1_0.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer1_1.png">
- <Link>Assets\Content\Backgrounds\Layer1_1.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer1_2.png">
- <Link>Assets\Content\Backgrounds\Layer1_2.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer2_0.png">
- <Link>Assets\Content\Backgrounds\Layer2_0.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer2_1.png">
- <Link>Assets\Content\Backgrounds\Layer2_1.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Backgrounds\Layer2_2.png">
- <Link>Assets\Content\Backgrounds\Layer2_2.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Fonts\Hud.xnb">
- <Link>Assets\Content\Fonts\Hud.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Levels\0.txt">
- <Link>Assets\Content\Levels\0.txt</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Levels\1.txt">
- <Link>Assets\Content\Levels\1.txt</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Levels\2.txt">
- <Link>Assets\Content\Levels\2.txt</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Overlays\you_died.png">
- <Link>Assets\Content\Overlays\you_died.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Overlays\you_lose.png">
- <Link>Assets\Content\Overlays\you_lose.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Overlays\you_win.png">
- <Link>Assets\Content\Overlays\you_win.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\ExitReached.mp3">
- <Link>Assets\Content\Sounds\ExitReached.mp3</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\ExitReached.wav">
- <Link>Assets\Content\Sounds\ExitReached.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\GemCollected.mp3">
- <Link>Assets\Content\Sounds\GemCollected.mp3</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\GemCollected.wav">
- <Link>Assets\Content\Sounds\GemCollected.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\MonsterKilled.mp3">
- <Link>Assets\Content\Sounds\MonsterKilled.mp3</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\MonsterKilled.wav">
- <Link>Assets\Content\Sounds\MonsterKilled.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\Music.mp3">
- <Link>Assets\Content\Sounds\Music.mp3</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\Music.wav">
- <Link>Assets\Content\Sounds\Music.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerFall.mp3">
- <Link>Assets\Content\Sounds\PlayerFall.mp3</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerFall.wav">
- <Link>Assets\Content\Sounds\PlayerFall.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerJump.mp3">
- <Link>Assets\Content\Sounds\PlayerJump.mp3</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerJump.wav">
- <Link>Assets\Content\Sounds\PlayerJump.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerKilled.mp3">
- <Link>Assets\Content\Sounds\PlayerKilled.mp3</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PlayerKilled.wav">
- <Link>Assets\Content\Sounds\PlayerKilled.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PowerUp.mp3">
- <Link>Assets\Content\Sounds\PowerUp.mp3</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sounds\PowerUp.wav">
- <Link>Assets\Content\Sounds\PowerUp.wav</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Gem.png">
- <Link>Assets\Content\Sprites\Gem.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterA\Idle.png">
- <Link>Assets\Content\Sprites\MonsterA\Idle.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterA\Run.png">
- <Link>Assets\Content\Sprites\MonsterA\Run.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterB\Idle.png">
- <Link>Assets\Content\Sprites\MonsterB\Idle.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterB\Run.png">
- <Link>Assets\Content\Sprites\MonsterB\Run.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterC\Idle.png">
- <Link>Assets\Content\Sprites\MonsterC\Idle.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterC\Run.png">
- <Link>Assets\Content\Sprites\MonsterC\Run.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterD\Idle.png">
- <Link>Assets\Content\Sprites\MonsterD\Idle.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\MonsterD\Run.png">
- <Link>Assets\Content\Sprites\MonsterD\Run.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Player\Celebrate.png">
- <Link>Assets\Content\Sprites\Player\Celebrate.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Player\Die.png">
- <Link>Assets\Content\Sprites\Player\Die.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Player\Idle.png">
- <Link>Assets\Content\Sprites\Player\Idle.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Player\Jump.png">
- <Link>Assets\Content\Sprites\Player\Jump.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Sprites\Player\Run.png">
- <Link>Assets\Content\Sprites\Player\Run.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA0.png">
- <Link>Assets\Content\Tiles\BlockA0.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA1.png">
- <Link>Assets\Content\Tiles\BlockA1.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA2.png">
- <Link>Assets\Content\Tiles\BlockA2.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA3.png">
- <Link>Assets\Content\Tiles\BlockA3.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA4.png">
- <Link>Assets\Content\Tiles\BlockA4.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA5.png">
- <Link>Assets\Content\Tiles\BlockA5.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockA6.png">
- <Link>Assets\Content\Tiles\BlockA6.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockB0.png">
- <Link>Assets\Content\Tiles\BlockB0.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\BlockB1.png">
- <Link>Assets\Content\Tiles\BlockB1.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\Exit.png">
- <Link>Assets\Content\Tiles\Exit.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Platformer\Content\Tiles\Platform.png">
- <Link>Assets\Content\Tiles\Platform.png</Link>
- </AndroidAsset>
- </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>
- <Folder Include="Properties\" />
- <Folder Include="Assets\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Android.csproj">
- <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
- <Name>MonoGame.Framework.Android</Name>
- </ProjectReference>
- </ItemGroup>
- </Project>
|