MonoGame.Samples.RobotRampage.Linux.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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>{9522776F-02BA-4BED-B8BB-6BAE580F4068}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>AsteroidBeltAssault</RootNamespace>
  11. <AssemblyName>FloodControl</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\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\README.md">
  44. <Link>README.md</Link>
  45. </None>
  46. <None Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Info.plist">
  47. <Link>Info.plist</Link>
  48. </None>
  49. <None Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\GameThumbnail.png">
  50. <Link>GameThumbnail.png</Link>
  51. </None>
  52. <None Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Game.ico">
  53. <Link>Game.ico</Link>
  54. </None>
  55. </ItemGroup>
  56. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  57. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  58. <ItemGroup>
  59. <Folder Include="Content\" />
  60. <Folder Include="Content\Fonts\" />
  61. <Folder Include="Content\Textures\" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Program.cs" />
  65. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\WeaponManager.cs">
  66. <Link>WeaponManager.cs</Link>
  67. </Compile>
  68. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\TileMap.cs">
  69. <Link>TileMap.cs</Link>
  70. </Compile>
  71. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Sprite.cs">
  72. <Link>Sprite.cs</Link>
  73. </Compile>
  74. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Player.cs">
  75. <Link>Player.cs</Link>
  76. </Compile>
  77. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\PathNode.cs">
  78. <Link>PathNode.cs</Link>
  79. </Compile>
  80. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\PathFinder.cs">
  81. <Link>PathFinder.cs</Link>
  82. </Compile>
  83. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Particle.cs">
  84. <Link>Particle.cs</Link>
  85. </Compile>
  86. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\GoalManager.cs">
  87. <Link>GoalManager.cs</Link>
  88. </Compile>
  89. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\GameManager.cs">
  90. <Link>GameManager.cs</Link>
  91. </Compile>
  92. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Game1.cs">
  93. <Link>Game1.cs</Link>
  94. </Compile>
  95. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\EnemyManager.cs">
  96. <Link>EnemyManager.cs</Link>
  97. </Compile>
  98. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Enemy.cs">
  99. <Link>Enemy.cs</Link>
  100. </Compile>
  101. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\EffectsManager.cs">
  102. <Link>EffectsManager.cs</Link>
  103. </Compile>
  104. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\ComputerTerminal.cs">
  105. <Link>ComputerTerminal.cs</Link>
  106. </Compile>
  107. <Compile Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Camera.cs">
  108. <Link>Camera.cs</Link>
  109. </Compile>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <ProjectReference Include="..\..\..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
  113. <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
  114. <Name>MonoGame.Framework.Linux</Name>
  115. </ProjectReference>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Content Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Content\Fonts\Pericles14.xnb">
  119. <Link>Content\Fonts\Pericles14.xnb</Link>
  120. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  121. </Content>
  122. <Content Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Content\Textures\TitleScreen.xnb">
  123. <Link>Content\Textures\TitleScreen.xnb</Link>
  124. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  125. </Content>
  126. <Content Include="..\..\..\..\MacOS\BookSourceCode\XNAGameDevelopmentbyExampleCode\RobotRampage\Content\Textures\SpriteSheet.xnb">
  127. <Link>Content\Textures\SpriteSheet.xnb</Link>
  128. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  129. </Content>
  130. </ItemGroup>
  131. </Project>