CardsFramework.iOS.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="3.5" 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>{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>CardsFramework.iOS</RootNamespace>
  12. <AssemblyName>CardsFramework.iOS</AssemblyName>
  13. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  14. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  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. <MtouchDebug>False</MtouchDebug>
  25. <MtouchUseSGen>false</MtouchUseSGen>
  26. <ConsolePause>false</ConsolePause>
  27. <MtouchUseLlvm>false</MtouchUseLlvm>
  28. <MtouchUseThumb>false</MtouchUseThumb>
  29. <MtouchArch>ARMv6</MtouchArch>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>none</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\Release</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <MtouchUseSGen>false</MtouchUseSGen>
  38. <MtouchDebug>False</MtouchDebug>
  39. <ConsolePause>false</ConsolePause>
  40. <MtouchUseLlvm>false</MtouchUseLlvm>
  41. <MtouchUseThumb>false</MtouchUseThumb>
  42. <MtouchArch>ARMv6</MtouchArch>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="System" />
  46. <Reference Include="System.Xml" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="monotouch" />
  49. </ItemGroup>
  50. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  51. <ItemGroup>
  52. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  53. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  54. <Name>MonoGame.Framework.iOS</Name>
  55. </ProjectReference>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\CardPacket.cs">
  59. <Link>Cards\CardPacket.cs</Link>
  60. </Compile>
  61. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\Hand.cs">
  62. <Link>Cards\Hand.cs</Link>
  63. </Compile>
  64. <Compile Include="..\..\MacOS\Cards\CardsFramework\Cards\TraditionalCard.cs">
  65. <Link>Cards\TraditionalCard.cs</Link>
  66. </Compile>
  67. <Compile Include="..\..\MacOS\Cards\CardsFramework\Game\CardsGame.cs">
  68. <Link>Game\CardsGame.cs</Link>
  69. </Compile>
  70. <Compile Include="..\..\MacOS\Cards\CardsFramework\Players\Player.cs">
  71. <Link>Players\Player.cs</Link>
  72. </Compile>
  73. <Compile Include="..\..\MacOS\Cards\CardsFramework\Properties\AssemblyInfo.cs">
  74. <Link>Properties\AssemblyInfo.cs</Link>
  75. </Compile>
  76. <Compile Include="..\..\MacOS\Cards\CardsFramework\Rules\GameRule.cs">
  77. <Link>Rules\GameRule.cs</Link>
  78. </Compile>
  79. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedCardsGameComponent.cs">
  80. <Link>UI\AnimatedCardsGameComponent.cs</Link>
  81. </Compile>
  82. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedGameComponent.cs">
  83. <Link>UI\AnimatedGameComponent.cs</Link>
  84. </Compile>
  85. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedGameComponentAnimation.cs">
  86. <Link>UI\AnimatedGameComponentAnimation.cs</Link>
  87. </Compile>
  88. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\AnimatedHandGameComponent.cs">
  89. <Link>UI\AnimatedHandGameComponent.cs</Link>
  90. </Compile>
  91. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\FlipGameComponentAnimation.cs">
  92. <Link>UI\FlipGameComponentAnimation.cs</Link>
  93. </Compile>
  94. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\FramesetGameComponentAnimation.cs">
  95. <Link>UI\FramesetGameComponentAnimation.cs</Link>
  96. </Compile>
  97. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\GameTable.cs">
  98. <Link>UI\GameTable.cs</Link>
  99. </Compile>
  100. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\ScaleGameComponentAnimation.cs">
  101. <Link>UI\ScaleGameComponentAnimation.cs</Link>
  102. </Compile>
  103. <Compile Include="..\..\MacOS\Cards\CardsFramework\UI\TransitionGameComponentAnimation.cs">
  104. <Link>UI\TransitionGameComponentAnimation.cs</Link>
  105. </Compile>
  106. <Compile Include="..\..\MacOS\Cards\CardsFramework\Utils\MathUtility.cs">
  107. <Link>Utils\MathUtility.cs</Link>
  108. </Compile>
  109. <Compile Include="..\..\MacOS\Cards\CardsFramework\Utils\UIUtilty.cs">
  110. <Link>Utils\UIUtilty.cs</Link>
  111. </Compile>
  112. </ItemGroup>
  113. </Project>