GooCursor.Linux.csproj 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>{EA7CF275-795B-4385-80AA-C41DA3B9B0F9}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>GooCursor</RootNamespace>
  11. <AssemblyName>GooCursor</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  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</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. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
  38. <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
  39. <Name>MonoGame.Framework.Linux</Name>
  40. </ProjectReference>
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="Cursor.cs">
  44. <Link>Cursor.cs</Link>
  45. </Compile>
  46. <Compile Include="Game1.cs">
  47. <Link>Game1.cs</Link>
  48. </Compile>
  49. <Compile Include="Program.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <None Include="Game.ico">
  53. <Link>Game.ico</Link>
  54. </None>
  55. <None Include="GameThumbnail.png">
  56. <Link>GameThumbnail.png</Link>
  57. </None>
  58. <None Include="Readme.md">
  59. <Link>Readme.md</Link>
  60. </None>
  61. <None Include="Content\SimpleFont.spritefont">
  62. <Link>Content\SimpleFont.spritefont</Link>
  63. </None>
  64. <None Include="Content\cursor.bmp">
  65. <Link>Content\cursor.bmp</Link>
  66. </None>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Content Include="Content\SimpleFont.xnb">
  70. <Link>Content\SimpleFont.xnb</Link>
  71. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  72. </Content>
  73. <Content Include="Content\cursor.xnb">
  74. <Link>Content\cursor.xnb</Link>
  75. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  76. </Content>
  77. </ItemGroup>
  78. </Project>