CardsFramework.MacOS.csproj 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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>{B35097FE-CBF0-4CAD-8B93-36C9587057DE}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>CardsFramework.MacOS</RootNamespace>
  12. <AssemblyName>CardsFramework.MacOS</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug</OutputPath>
  20. <DefineConstants>DEBUG</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ConsolePause>false</ConsolePause>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>none</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Release</OutputPath>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <ConsolePause>false</ConsolePause>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core">
  36. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  37. </Reference>
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Xml" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Cards\CardPacket.cs" />
  43. <Compile Include="Cards\Hand.cs" />
  44. <Compile Include="Cards\TraditionalCard.cs" />
  45. <Compile Include="Game\CardsGame.cs" />
  46. <Compile Include="Players\Player.cs" />
  47. <Compile Include="Properties\AssemblyInfo.cs" />
  48. <Compile Include="Rules\GameRule.cs" />
  49. <Compile Include="UI\AnimatedCardsGameComponent.cs" />
  50. <Compile Include="UI\AnimatedGameComponent.cs" />
  51. <Compile Include="UI\AnimatedHandGameComponent.cs" />
  52. <Compile Include="UI\FlipGameComponentAnimation.cs" />
  53. <Compile Include="UI\FramesetGameComponentAnimation.cs" />
  54. <Compile Include="UI\GameTable.cs" />
  55. <Compile Include="UI\AnimatedGameComponentAnimation.cs" />
  56. <Compile Include="UI\ScaleGameComponentAnimation.cs" />
  57. <Compile Include="UI\TransitionGameComponentAnimation.cs" />
  58. <Compile Include="Utils\MathUtility.cs" />
  59. <Compile Include="Utils\UIUtilty.cs" />
  60. </ItemGroup>
  61. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  62. <ItemGroup>
  63. <ProjectReference Include="..\..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  64. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  65. <Name>MonoGame.Framework.MacOS</Name>
  66. </ProjectReference>
  67. </ItemGroup>
  68. </Project>