MonoGame.Samples.Tetris.Linux.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{86A619E2-C8F0-452B-B762-C69D5BB07C98}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>Tetris</RootNamespace>
  11. <AssemblyName>Tetris</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG LINUX</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <PlatformTarget>x86</PlatformTarget>
  23. <ConsolePause>false</ConsolePause>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  26. <DebugType>none</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Release</OutputPath>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <PlatformTarget>x86</PlatformTarget>
  32. <ConsolePause>false</ConsolePause>
  33. </PropertyGroup>
  34. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Xml" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Drawing" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <None Include="..\..\MacOS\Tetris\Content\font.spritefont">
  44. <Link>Content\font.spritefont</Link>
  45. </None>
  46. <None Include="..\..\MacOS\Tetris\Content\Content.contentproj">
  47. <Link>Content\Content.contentproj</Link>
  48. </None>
  49. <None Include="..\..\MacOS\Tetris\Content\background.psd">
  50. <Link>Content\background.psd</Link>
  51. </None>
  52. <None Include="..\..\MacOS\Tetris\Info.plist">
  53. <Link>Info.plist</Link>
  54. </None>
  55. <None Include="..\..\MacOS\Tetris\GameThumbnail.png">
  56. <Link>GameThumbnail.png</Link>
  57. </None>
  58. <None Include="..\..\MacOS\Tetris\Game.ico">
  59. <Link>Game.ico</Link>
  60. </None>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Program.cs" />
  64. <Compile Include="..\..\MacOS\Tetris\Score.cs">
  65. <Link>Score.cs</Link>
  66. </Compile>
  67. <Compile Include="..\..\MacOS\Tetris\Record.cs">
  68. <Link>Record.cs</Link>
  69. </Compile>
  70. <Compile Include="..\..\MacOS\Tetris\Board.cs">
  71. <Link>Board.cs</Link>
  72. </Compile>
  73. <Compile Include="Engine.cs" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Folder Include="Content\" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
  80. <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
  81. <Name>MonoGame.Framework.Linux</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Content Include="..\..\MacOS\Tetris\Content\Arial.xnb">
  86. <Link>Content\Arial.xnb</Link>
  87. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  88. </Content>
  89. <Content Include="..\..\MacOS\Tetris\Content\background.png">
  90. <Link>Content\background.png</Link>
  91. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  92. </Content>
  93. <Content Include="..\..\MacOS\Tetris\Content\tetris.png">
  94. <Link>Content\tetris.png</Link>
  95. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  96. </Content>
  97. <Content Include="..\..\MacOS\Tetris\Content\score.png">
  98. <Link>Content\score.png</Link>
  99. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  100. </Content>
  101. </ItemGroup>
  102. </Project>