GooCursor.MacOS.csproj 3.5 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)' == '' ">x86</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{18E6467D-47C4-47CA-8CD1-508AD311C054}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>GooCursor</RootNamespace>
  12. <AssemblyName>GooCursor</AssemblyName>
  13. <SuppressXamMacUpsell>True</SuppressXamMacUpsell>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  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. <PlatformTarget>x86</PlatformTarget>
  24. <ConsolePause>False</ConsolePause>
  25. <EnableCodeSigning>False</EnableCodeSigning>
  26. <CreatePackage>False</CreatePackage>
  27. <EnablePackageSigning>False</EnablePackageSigning>
  28. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  29. <UseSGen>False</UseSGen>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  32. <DebugType>none</DebugType>
  33. <Optimize>False</Optimize>
  34. <OutputPath>bin\Release</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <PlatformTarget>x86</PlatformTarget>
  38. <ConsolePause>False</ConsolePause>
  39. <EnableCodeSigning>False</EnableCodeSigning>
  40. <CreatePackage>False</CreatePackage>
  41. <EnablePackageSigning>False</EnablePackageSigning>
  42. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  43. <DefineConstants>MONOMAC</DefineConstants>
  44. <UseSGen>False</UseSGen>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="System" />
  48. <Reference Include="System.Xml" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Drawing" />
  52. <Reference Include="MonoMac" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <None Include="Info.plist">
  56. </None>
  57. <None Include="Content\SimpleFont.spritefont" />
  58. <None Include="Content\cursor.bmp" />
  59. <None Include="Game.ico" />
  60. <None Include="GameThumbnail.png" />
  61. <None Include="Readme.md" />
  62. </ItemGroup>
  63. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  64. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  65. <ItemGroup>
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="Cursor.cs" />
  68. <Compile Include="Game1.cs" />
  69. <Compile Include="Program.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Content Include="Content\SimpleFont.xnb" />
  73. <Content Include="Content\cursor.xnb" />
  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. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
  81. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  82. <Name>Lidgren.Network.MacOS</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. </Project>