CardsFramework.Android.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug</OutputPath>
  21. <DefineConstants>DEBUG</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <ConsolePause>false</ConsolePause>
  25. <AndroidLinkMode>None</AndroidLinkMode>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>none</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\Release</OutputPath>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <ConsolePause>false</ConsolePause>
  34. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  35. <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Xml" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="Mono.Android" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\CardPacket.cs">
  45. <Link>Cards\CardPacket.cs</Link>
  46. </Compile>
  47. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\Hand.cs">
  48. <Link>Cards\Hand.cs</Link>
  49. </Compile>
  50. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\TraditionalCard.cs">
  51. <Link>Cards\TraditionalCard.cs</Link>
  52. </Compile>
  53. <Compile Include="..\..\MacOS\Cards\CardsFramework\Game\CardsGame.cs">
  54. <Link>Game\CardsGame.cs</Link>
  55. </Compile>
  56. <Compile Include="..\..\MacOS\Cards\CardsFramework\Players\Player.cs">
  57. <Link>Players\Player.cs</Link>
  58. </Compile>
  59. <Compile Include="..\..\MacOS\Cards\CardsFramework\Properties\AssemblyInfo.cs">
  60. <Link>Properties\AssemblyInfo.cs</Link>
  61. </Compile>
  62. <Compile Include="..\..\MacOS\Cards\CardsFramework\Rules\GameRule.cs">
  63. <Link>Rules\GameRule.cs</Link>
  64. </Compile>
  65. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedCardsGameComponent.cs">
  66. <Link>UI\AnimatedCardsGameComponent.cs</Link>
  67. </Compile>
  68. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedGameComponent.cs">
  69. <Link>UI\AnimatedGameComponent.cs</Link>
  70. </Compile>
  71. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedGameComponentAnimation.cs">
  72. <Link>UI\AnimatedGameComponentAnimation.cs</Link>
  73. </Compile>
  74. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedHandGameComponent.cs">
  75. <Link>UI\AnimatedHandGameComponent.cs</Link>
  76. </Compile>
  77. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\FlipGameComponentAnimation.cs">
  78. <Link>UI\FlipGameComponentAnimation.cs</Link>
  79. </Compile>
  80. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\FramesetGameComponentAnimation.cs">
  81. <Link>UI\FramesetGameComponentAnimation.cs</Link>
  82. </Compile>
  83. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\GameTable.cs">
  84. <Link>UI\GameTable.cs</Link>
  85. </Compile>
  86. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\ScaleGameComponentAnimation.cs">
  87. <Link>UI\ScaleGameComponentAnimation.cs</Link>
  88. </Compile>
  89. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\TransitionGameComponentAnimation.cs">
  90. <Link>UI\TransitionGameComponentAnimation.cs</Link>
  91. </Compile>
  92. <Compile Include="..\..\MacOS\Cards\CardsFramework\Utils\MathUtility.cs">
  93. <Link>Utils\MathUtility.cs</Link>
  94. </Compile>
  95. <Compile Include="..\..\MacOS\Cards\CardsFramework\Utils\UIUtilty.cs">
  96. <Link>Utils\UIUtilty.cs</Link>
  97. </Compile>
  98. </ItemGroup>
  99. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  100. <ItemGroup>
  101. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  102. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  103. <Name>MonoGame.Framework.Android</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. </Project>