GooCursor.Linux.csproj 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>True</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>False</Optimize>
  17. <OutputPath>bin\Debug</OutputPath>
  18. <DefineConstants>DEBUG</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <ConsolePause>False</ConsolePause>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24. <DebugType>none</DebugType>
  25. <Optimize>False</Optimize>
  26. <OutputPath>bin\Release</OutputPath>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <ConsolePause>False</ConsolePause>
  30. </PropertyGroup>
  31. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
  37. <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
  38. <Name>MonoGame.Framework.Linux</Name>
  39. </ProjectReference>
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Cursor.cs">
  43. <Link>Cursor.cs</Link>
  44. </Compile>
  45. <Compile Include="Game1.cs">
  46. <Link>Game1.cs</Link>
  47. </Compile>
  48. <Compile Include="Program.cs" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <None Include="Game.ico">
  52. <Link>Game.ico</Link>
  53. </None>
  54. <None Include="GameThumbnail.png">
  55. <Link>GameThumbnail.png</Link>
  56. </None>
  57. <None Include="Readme.md">
  58. <Link>Readme.md</Link>
  59. </None>
  60. <None Include="Content\SimpleFont.spritefont">
  61. <Link>Content\SimpleFont.spritefont</Link>
  62. </None>
  63. <None Include="Content\cursor.bmp">
  64. <Link>Content\cursor.bmp</Link>
  65. </None>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Content Include="Content\SimpleFont.xnb">
  69. <Link>Content\SimpleFont.xnb</Link>
  70. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  71. </Content>
  72. <Content Include="Content\cursor.xnb">
  73. <Link>Content\cursor.xnb</Link>
  74. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  75. </Content>
  76. </ItemGroup>
  77. </Project>