MonoGame.Samples.BouncingBox.MacOS.csproj 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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>{4480BF44-7CE2-4A22-9372-DAFA3B05390E}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>Microsoft.Xna.Samples.BouncingBox.MacOS</RootNamespace>
  12. <AssemblyName>Microsoft.Xna.Samples.BouncingBox.MacOS</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 MONOMAC</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="System.Xml.Linq" />
  37. <Reference Include="System.Drawing" />
  38. <Reference Include="MonoMac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\..\..\..\MonoMac\monomac\src\MonoMac.dll</HintPath>
  41. </Reference>
  42. </ItemGroup>
  43. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  44. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  45. <ItemGroup>
  46. <Compile Include="FPSCounterComponent.cs">
  47. <Link>FPSCounterComponent.cs</Link>
  48. </Compile>
  49. <Compile Include="main.cs" />
  50. <Compile Include="Game1.cs">
  51. <Link>Game1.cs</Link>
  52. </Compile>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Content Include="Content\font.xnb">
  56. <Link>Content\font.xnb</Link>
  57. </Content>
  58. <Content Include="Content\monogameicon.png">
  59. <Link>Content\monogameicon.png</Link>
  60. </Content>
  61. <Content Include="monogameicon.png" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <None Include="Info.plist"></None>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  68. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  69. <Name>MonoGame.Framework.MacOS</Name>
  70. </ProjectReference>
  71. </ItemGroup>
  72. </Project>