MonoGame.Samples.Draw2D.MacOS.csproj 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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>{A82EAD58-40D7-49BE-8F24-09FEA34F9E55}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MonoGame.Samples.Draw2D.MacOS</RootNamespace>
  12. <AssemblyName>MonoGame.Samples.Draw2D.MacOS</AssemblyName>
  13. <StartupObject>Microsoft.Xna.Samples.Draw2D.Program</StartupObject>
  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 MONOMAC</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ConsolePause>false</ConsolePause>
  24. <EnableCodeSigning>false</EnableCodeSigning>
  25. <CreatePackage>false</CreatePackage>
  26. <EnablePackageSigning>false</EnablePackageSigning>
  27. <IncludeMonoRuntime>false</IncludeMonoRuntime>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>none</DebugType>
  31. <Optimize>false</Optimize>
  32. <OutputPath>bin\Release</OutputPath>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <ConsolePause>false</ConsolePause>
  36. <EnableCodeSigning>false</EnableCodeSigning>
  37. <CreatePackage>false</CreatePackage>
  38. <EnablePackageSigning>false</EnablePackageSigning>
  39. <IncludeMonoRuntime>false</IncludeMonoRuntime>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Drawing" />
  47. <Reference Include="MonoMac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\..\..\..\MonoMac\monomac\src\MonoMac.dll</HintPath>
  50. </Reference>
  51. </ItemGroup>
  52. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  53. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  54. <ItemGroup>
  55. <Folder Include="Content\" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="main.cs" />
  59. <Compile Include="FPSCounterComponent.cs">
  60. </Compile>
  61. <Compile Include="Game1.cs">
  62. </Compile>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Content Include="Content\monogameicon.png">
  66. </Content>
  67. <Content Include="Content\purpleBall.xnb">
  68. </Content>
  69. <Content Include="Content\spriteFont1.xnb">
  70. </Content>
  71. <Content Include="Default.png">
  72. </Content>
  73. <Content Include="monogameicon.png" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  77. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  78. <Name>MonoGame.Framework.MacOS</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <None Include="Info.plist">
  83. </None>
  84. </ItemGroup>
  85. </Project>