|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
@@ -90,10 +90,10 @@
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Content Include="Info.plist" />
|
|
|
- <Content Include="..\..\MacOS\Cards\CardsGame\CardsGame\Background.png">
|
|
|
+ <Content Include="..\..\MacOS\Cards\CardsGame\Background.png">
|
|
|
<Link>Background.png</Link>
|
|
|
</Content>
|
|
|
- <Content Include="..\..\MacOS\Cards\CardsGame\CardsGame\GameThumbnail.png">
|
|
|
+ <Content Include="..\..\MacOS\Cards\CardsGame\GameThumbnail.png">
|
|
|
<Link>GameThumbnail.png</Link>
|
|
|
</Content>
|
|
|
<Content Include="..\..\MacOS\Cards\BlackjackLoDefContent\Images\Cards\CardBack_Blue.png">
|
|
@@ -339,98 +339,98 @@
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
<ItemGroup>
|
|
|
+ <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
|
|
|
+ <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
|
|
|
+ <Name>MonoGame.Framework.iOS</Name>
|
|
|
+ </ProjectReference>
|
|
|
<ProjectReference Include="CardsFramework.iOS.csproj">
|
|
|
<Project>{91CF4A04-9FDC-471D-AED0-D8F057068230}</Project>
|
|
|
<Name>CardsFramework.iOS</Name>
|
|
|
</ProjectReference>
|
|
|
- <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
|
|
|
- <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
|
|
|
- <Name>MonoGame.Framework.iOS</Name>
|
|
|
- </ProjectReference>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\Game\BlackjackCardGame.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Game\BlackjackCardGame.cs">
|
|
|
<Link>Blackjack\Game\BlackjackCardGame.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\Misc\BetGameComponent.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Misc\BetGameComponent.cs">
|
|
|
<Link>Blackjack\Misc\BetGameComponent.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\Players\BlackjackAIPlayer.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Players\BlackjackAIPlayer.cs">
|
|
|
<Link>Blackjack\Players\BlackjackAIPlayer.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\Players\BlackjackPlayer.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Players\BlackjackPlayer.cs">
|
|
|
<Link>Blackjack\Players\BlackjackPlayer.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\Rules\BlackjackGameEventArgs.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Rules\BlackjackGameEventArgs.cs">
|
|
|
<Link>Blackjack\Rules\BlackjackGameEventArgs.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\Rules\BlackjackRule.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Rules\BlackjackRule.cs">
|
|
|
<Link>Blackjack\Rules\BlackjackRule.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\Rules\BustRule.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Rules\BustRule.cs">
|
|
|
<Link>Blackjack\Rules\BustRule.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\Rules\InsuranceRule.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\Rules\InsuranceRule.cs">
|
|
|
<Link>Blackjack\Rules\InsuranceRule.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\UI\BlackJackAnimatedPlayerHandComponent.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\UI\BlackJackAnimatedPlayerHandComponent.cs">
|
|
|
<Link>Blackjack\UI\BlackJackAnimatedPlayerHandComponent.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\UI\BlackJackTable.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\UI\BlackJackTable.cs">
|
|
|
<Link>Blackjack\UI\BlackJackTable.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\UI\BlackjackAnimatedDealerHandComponent.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\UI\BlackjackAnimatedDealerHandComponent.cs">
|
|
|
<Link>Blackjack\UI\BlackjackAnimatedDealerHandComponent.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Blackjack\UI\Button.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Blackjack\UI\Button.cs">
|
|
|
<Link>Blackjack\UI\Button.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Misc\AudioManager.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Misc\AudioManager.cs">
|
|
|
<Link>Misc\AudioManager.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Misc\InputHelper.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Misc\InputHelper.cs">
|
|
|
<Link>Misc\InputHelper.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Properties\AssemblyInfo.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Properties\AssemblyInfo.cs">
|
|
|
<Link>Properties\AssemblyInfo.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\ScreenManager\GameScreen.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\GameScreen.cs">
|
|
|
<Link>ScreenManager\GameScreen.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\ScreenManager\InputState.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\InputState.cs">
|
|
|
<Link>ScreenManager\InputState.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\ScreenManager\MenuEntry.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\MenuEntry.cs">
|
|
|
<Link>ScreenManager\MenuEntry.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\ScreenManager\MenuScreen.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\MenuScreen.cs">
|
|
|
<Link>ScreenManager\MenuScreen.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\ScreenManager\PlayerIndexEventArgs.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\PlayerIndexEventArgs.cs">
|
|
|
<Link>ScreenManager\PlayerIndexEventArgs.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\ScreenManager\ScreenManager.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\ScreenManager\ScreenManager.cs">
|
|
|
<Link>ScreenManager\ScreenManager.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\BlackjackGame.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\BlackjackGame.cs">
|
|
|
<Link>BlackjackGame.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Screens\BackgroundScreen.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\BackgroundScreen.cs">
|
|
|
<Link>Screens\BackgroundScreen.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Screens\GameplayScreen.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\GameplayScreen.cs">
|
|
|
<Link>Screens\GameplayScreen.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Screens\InstructionScreen.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\InstructionScreen.cs">
|
|
|
<Link>Screens\InstructionScreen.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Screens\MainMenuScreen.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\MainMenuScreen.cs">
|
|
|
<Link>Screens\MainMenuScreen.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Screens\OptionsMenu.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\OptionsMenu.cs">
|
|
|
<Link>Screens\OptionsMenu.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="..\..\MacOS\Cards\CardsGame\CardsGame\Screens\PauseScreen.cs">
|
|
|
+ <Compile Include="..\..\MacOS\Cards\CardsGame\Screens\PauseScreen.cs">
|
|
|
<Link>Screens\PauseScreen.cs</Link>
|
|
|
</Compile>
|
|
|
<Compile Include="Program.iOS.cs" />
|