MonoGame.Samples.ChaseAndEvade.MacOS.csproj 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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>{D03F3BAF-E4D0-4B6B-A567-9A0E2F882335}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>ChaseAndEvade</RootNamespace>
  12. <AssemblyName>ChaseAndEvade</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. <ItemGroup>
  44. <None Include="Info.plist" />
  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="..\..\iOS\ChaseAndEvade\ChaseAndEvadeGame.cs">
  50. <Link>ChaseAndEvadeGame.cs</Link>
  51. </Compile>
  52. <Compile Include="Program.cs" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  56. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  57. <Name>MonoGame.Framework.MacOS</Name>
  58. </ProjectReference>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Content Include="..\..\iOS\ChaseAndEvade\Content\Arial.xnb">
  62. <Link>Content\Arial.xnb</Link>
  63. </Content>
  64. <Content Include="..\..\iOS\ChaseAndEvade\Content\cat.png">
  65. <Link>Content\cat.png</Link>
  66. </Content>
  67. <Content Include="..\..\iOS\ChaseAndEvade\Content\mouse.png">
  68. <Link>Content\mouse.png</Link>
  69. </Content>
  70. <Content Include="..\..\iOS\ChaseAndEvade\Content\tank.png">
  71. <Link>Content\tank.png</Link>
  72. </Content>
  73. <Content Include="GameThumbnail.png" />
  74. </ItemGroup>
  75. </Project>