2
0

Draw2D.MacOS.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. <UseSGen>False</UseSGen>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>False</Optimize>
  33. <OutputPath>bin\Release</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <ConsolePause>False</ConsolePause>
  37. <EnableCodeSigning>False</EnableCodeSigning>
  38. <CreatePackage>False</CreatePackage>
  39. <EnablePackageSigning>False</EnablePackageSigning>
  40. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  41. <UseSGen>False</UseSGen>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="System" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="MonoMac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\..\..\MonoMac\monomac\src\MonoMac.dll</HintPath>
  52. </Reference>
  53. </ItemGroup>
  54. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  55. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  56. <ItemGroup>
  57. <Folder Include="Content\" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="main.cs" />
  61. <Compile Include="FPSCounterComponent.cs">
  62. </Compile>
  63. <Compile Include="Game1.cs">
  64. </Compile>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Content Include="Default.png">
  68. </Content>
  69. <Content Include="monogameicon.png" />
  70. <Content Include="..\CompiledContent\OSX\Content\Fonts\Font.xnb">
  71. <Link>Content\Font.xnb</Link>
  72. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  73. </Content>
  74. <Content Include="..\CompiledContent\OSX\Content\Textures\logo.xnb">
  75. <Link>Content\logo.xnb</Link>
  76. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  77. </Content>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <None Include="Info.plist">
  81. </None>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  85. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  86. <Name>MonoGame.Framework.MacOS</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
  89. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  90. <Name>Lidgren.Network.MacOS</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. </Project>