CardsFramework.iOS.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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>{91CF4A04-9FDC-471D-AED0-D8F057068230}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>CardsFramework.iOS</RootNamespace>
  12. <AssemblyName>CardsFramework.iOS</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>false</ConsolePause>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <ConsolePause>false</ConsolePause>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="System.Xml" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="monotouch" />
  37. </ItemGroup>
  38. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  39. <ItemGroup>
  40. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  41. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  42. <Name>MonoGame.Framework.iOS</Name>
  43. </ProjectReference>
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\CardPacket.cs">
  47. <Link>Cards\CardPacket.cs</Link>
  48. </Compile>
  49. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\Hand.cs">
  50. <Link>Cards\Hand.cs</Link>
  51. </Compile>
  52. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\TraditionalCard.cs">
  53. <Link>Cards\TraditionalCard.cs</Link>
  54. </Compile>
  55. <Compile Include="..\..\MacOS\Cards\CardsFramework\Game\CardsGame.cs">
  56. <Link>Game\CardsGame.cs</Link>
  57. </Compile>
  58. <Compile Include="..\..\MacOS\Cards\CardsFramework\Players\Player.cs">
  59. <Link>Players\Player.cs</Link>
  60. </Compile>
  61. <Compile Include="..\..\MacOS\Cards\CardsFramework\Properties\AssemblyInfo.cs">
  62. <Link>Properties\AssemblyInfo.cs</Link>
  63. </Compile>
  64. <Compile Include="..\..\MacOS\Cards\CardsFramework\Rules\GameRule.cs">
  65. <Link>Rules\GameRule.cs</Link>
  66. </Compile>
  67. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedCardsGameComponent.cs">
  68. <Link>UI\AnimatedCardsGameComponent.cs</Link>
  69. </Compile>
  70. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedGameComponent.cs">
  71. <Link>UI\AnimatedGameComponent.cs</Link>
  72. </Compile>
  73. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedGameComponentAnimation.cs">
  74. <Link>UI\AnimatedGameComponentAnimation.cs</Link>
  75. </Compile>
  76. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedHandGameComponent.cs">
  77. <Link>UI\AnimatedHandGameComponent.cs</Link>
  78. </Compile>
  79. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\FlipGameComponentAnimation.cs">
  80. <Link>UI\FlipGameComponentAnimation.cs</Link>
  81. </Compile>
  82. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\FramesetGameComponentAnimation.cs">
  83. <Link>UI\FramesetGameComponentAnimation.cs</Link>
  84. </Compile>
  85. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\GameTable.cs">
  86. <Link>UI\GameTable.cs</Link>
  87. </Compile>
  88. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\ScaleGameComponentAnimation.cs">
  89. <Link>UI\ScaleGameComponentAnimation.cs</Link>
  90. </Compile>
  91. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\TransitionGameComponentAnimation.cs">
  92. <Link>UI\TransitionGameComponentAnimation.cs</Link>
  93. </Compile>
  94. <Compile Include="..\..\MacOS\Cards\CardsFramework\Utils\MathUtility.cs">
  95. <Link>Utils\MathUtility.cs</Link>
  96. </Compile>
  97. <Compile Include="..\..\MacOS\Cards\CardsFramework\Utils\UIUtilty.cs">
  98. <Link>Utils\UIUtilty.cs</Link>
  99. </Compile>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="Info.plist" />
  103. </ItemGroup>
  104. </Project>