TexturedQuad.MacOS.csproj 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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>{ECD1D53E-F50A-4299-9B0F-2F64D6063513}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>TexturedQuad</RootNamespace>
  12. <AssemblyName>TexturedQuad</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. <DefineConstants>MONOMAC</DefineConstants>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Xml" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Drawing" />
  39. <Reference Include="MonoMac" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <None Include="Info.plist"></None>
  43. <None Include="App.config" />
  44. <None Include="Game.ico" />
  45. <None Include="GameThumbnail.png" />
  46. <None Include="Content\GlassPane.png" />
  47. <None Include="Content\GlassPane1.png" />
  48. <None Include="Content\Glass.png" />
  49. <None Include="Content\GlassPane2.png" />
  50. </ItemGroup>
  51. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  52. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  53. <ItemGroup>
  54. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  55. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  56. <Name>MonoGame.Framework.MacOS</Name>
  57. </ProjectReference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="Game1.cs" />
  61. <Compile Include="Program.cs" />
  62. <Compile Include="Quad.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Folder Include="Content\" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Content Include="Content\Glass.xnb" />
  70. <Content Include="Content\GlassPane.xnb" />
  71. <Content Include="Content\GlassPane1.xnb" />
  72. <Content Include="Content\GlassPane2.xnb" />
  73. </ItemGroup>
  74. </Project>