CardsFramework.Android.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{25465464-21B2-4C14-8E3C-3B9F8C131484}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>CardsFramework.Android</RootNamespace>
  12. <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
  13. <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
  14. <AssemblyName>CardsFramework.Android</AssemblyName>
  15. <TargetFrameworkVersion>v2.2</TargetFrameworkVersion>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug</OutputPath>
  22. <DefineConstants>DEBUG</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <ConsolePause>false</ConsolePause>
  26. <AndroidLinkMode>None</AndroidLinkMode>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Release</OutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <ConsolePause>false</ConsolePause>
  35. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  36. <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Xml" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="Mono.Android" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\CardPacket.cs">
  46. <Link>Cards\CardPacket.cs</Link>
  47. </Compile>
  48. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\Hand.cs">
  49. <Link>Cards\Hand.cs</Link>
  50. </Compile>
  51. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\TraditionalCard.cs">
  52. <Link>Cards\TraditionalCard.cs</Link>
  53. </Compile>
  54. <Compile Include="..\..\MacOS\Cards\CardsFramework\Game\CardsGame.cs">
  55. <Link>Game\CardsGame.cs</Link>
  56. </Compile>
  57. <Compile Include="..\..\MacOS\Cards\CardsFramework\Players\Player.cs">
  58. <Link>Players\Player.cs</Link>
  59. </Compile>
  60. <Compile Include="..\..\MacOS\Cards\CardsFramework\Properties\AssemblyInfo.cs">
  61. <Link>Properties\AssemblyInfo.cs</Link>
  62. </Compile>
  63. <Compile Include="..\..\MacOS\Cards\CardsFramework\Rules\GameRule.cs">
  64. <Link>Rules\GameRule.cs</Link>
  65. </Compile>
  66. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedCardsGameComponent.cs">
  67. <Link>UI\AnimatedCardsGameComponent.cs</Link>
  68. </Compile>
  69. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedGameComponent.cs">
  70. <Link>UI\AnimatedGameComponent.cs</Link>
  71. </Compile>
  72. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedGameComponentAnimation.cs">
  73. <Link>UI\AnimatedGameComponentAnimation.cs</Link>
  74. </Compile>
  75. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedHandGameComponent.cs">
  76. <Link>UI\AnimatedHandGameComponent.cs</Link>
  77. </Compile>
  78. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\FlipGameComponentAnimation.cs">
  79. <Link>UI\FlipGameComponentAnimation.cs</Link>
  80. </Compile>
  81. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\FramesetGameComponentAnimation.cs">
  82. <Link>UI\FramesetGameComponentAnimation.cs</Link>
  83. </Compile>
  84. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\GameTable.cs">
  85. <Link>UI\GameTable.cs</Link>
  86. </Compile>
  87. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\ScaleGameComponentAnimation.cs">
  88. <Link>UI\ScaleGameComponentAnimation.cs</Link>
  89. </Compile>
  90. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\TransitionGameComponentAnimation.cs">
  91. <Link>UI\TransitionGameComponentAnimation.cs</Link>
  92. </Compile>
  93. <Compile Include="..\..\MacOS\Cards\CardsFramework\Utils\MathUtility.cs">
  94. <Link>Utils\MathUtility.cs</Link>
  95. </Compile>
  96. <Compile Include="..\..\MacOS\Cards\CardsFramework\Utils\UIUtilty.cs">
  97. <Link>Utils\UIUtilty.cs</Link>
  98. </Compile>
  99. </ItemGroup>
  100. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  101. <ItemGroup>
  102. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  103. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  104. <Name>MonoGame.Framework.Android</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. </Project>