TransformedCollisionSample.MacOS.csproj 3.0 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>{73162561-6D3B-4A7F-AC4B-E7040B0824BE}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>TransformedCollisionSample</RootNamespace>
  12. <AssemblyName>TransformedCollisionSample</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="Game.ico" />
  44. <None Include="GameThumbnail.png" />
  45. </ItemGroup>
  46. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  47. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  48. <ItemGroup>
  49. <Compile Include="Block.cs" />
  50. <Compile Include="Game1.cs" />
  51. <Compile Include="Program.cs" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Folder Include="Content\" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  58. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  59. <Name>MonoGame.Framework.MacOS</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
  62. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  63. <Name>Lidgren.Network.MacOS</Name>
  64. </ProjectReference>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Content Include="Content\Block.bmp" />
  68. <Content Include="Content\Person.bmp" />
  69. <Content Include="Content\SpinnerBlock.bmp" />
  70. <Content Include="Content\Block.xnb" />
  71. <Content Include="Content\Person.xnb" />
  72. <Content Include="Content\SpinnerBlock.xnb" />
  73. </ItemGroup>
  74. </Project>