MonoGame.Samples.FloodControl.Linux.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="3.5" 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>{86A219E2-C8F1-422B-C762-C69D5BB07C98}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>FloodControl</RootNamespace>
  11. <AssemblyName>FloodControl</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</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="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\README.md">
  44. <Link>README.md</Link>
  45. </None>
  46. <None Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\Info.plist">
  47. <Link>Info.plist</Link>
  48. </None>
  49. <None Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\GameThumbnail.png">
  50. <Link>GameThumbnail.png</Link>
  51. </None>
  52. <None Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\Game.ico">
  53. <Link>Game.ico</Link>
  54. </None>
  55. <None Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\FloodControl.sln">
  56. <Link>FloodControl.sln</Link>
  57. </None>
  58. <None Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\FloodControl.csproj">
  59. <Link>FloodControl.csproj</Link>
  60. </None>
  61. <None Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\Content\Fonts\Pericles36.xnb">
  62. <Link>Content\Fonts\Pericles36.xnb</Link>
  63. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  64. </None>
  65. <None Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\Content\Textures\TitleScreen.xnb">
  66. <Link>Content\Textures\TitleScreen.xnb</Link>
  67. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  68. </None>
  69. <None Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\Content\Textures\Tile_Sheet.xnb">
  70. <Link>Content\Textures\Tile_Sheet.xnb</Link>
  71. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  72. </None>
  73. <None Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\Content\Textures\Background.xnb">
  74. <Link>Content\Textures\Background.xnb</Link>
  75. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  76. </None>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Folder Include="Content\" />
  80. <Folder Include="Content\Textures\" />
  81. <Folder Include="Content\Fonts\" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="Program.cs" />
  85. <Compile Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\ScoreZooms.cs">
  86. <Link>ScoreZooms.cs</Link>
  87. </Compile>
  88. <Compile Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\RotatingPiece.cs">
  89. <Link>RotatingPiece.cs</Link>
  90. </Compile>
  91. <Compile Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\GamePiece.cs">
  92. <Link>GamePiece.cs</Link>
  93. </Compile>
  94. <Compile Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\GameBoard.cs">
  95. <Link>GameBoard.cs</Link>
  96. </Compile>
  97. <Compile Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\Game1.cs">
  98. <Link>Game1.cs</Link>
  99. </Compile>
  100. <Compile Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\FallingPiece.cs">
  101. <Link>FallingPiece.cs</Link>
  102. </Compile>
  103. <Compile Include="..\..\..\..\..\..\..\projects\monogame\Samples\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\FloodControl\FadingPiece.cs">
  104. <Link>FadingPiece.cs</Link>
  105. </Compile>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ProjectReference Include="..\..\..\..\..\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
  109. <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
  110. <Name>MonoGame.Framework.Linux</Name>
  111. </ProjectReference>
  112. </ItemGroup>
  113. </Project>