AsteroidBeltAssault.Linux.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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>{86A219E2-C8F0-452B-B762-C69D5BB07C99}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>AsteroidBeltAssault</RootNamespace>
  11. <AssemblyName>FloodControl</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  14. <DebugSymbols>True</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>False</Optimize>
  17. <OutputPath>bin\Debug</OutputPath>
  18. <DefineConstants>DEBUG,LINUX</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <PlatformTarget>x86</PlatformTarget>
  22. <ConsolePause>False</ConsolePause>
  23. <EnvironmentVariables>
  24. <EnvironmentVariables>
  25. <Variable name="MONO_IOMAP" value="all" />
  26. </EnvironmentVariables>
  27. </EnvironmentVariables>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  30. <DebugType>none</DebugType>
  31. <Optimize>False</Optimize>
  32. <OutputPath>bin\Release</OutputPath>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <PlatformTarget>x86</PlatformTarget>
  36. <ConsolePause>False</ConsolePause>
  37. </PropertyGroup>
  38. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Xml" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Drawing" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <None Include="Game.ico">
  48. <Link>Game.ico</Link>
  49. </None>
  50. <None Include="GameThumbnail.png">
  51. <Link>GameThumbnail.png</Link>
  52. </None>
  53. <None Include="README.md">
  54. <Link>README.md</Link>
  55. </None>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Folder Include="Content\" />
  59. <Folder Include="Content\Fonts\" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="AsteroidManager.cs">
  63. <Link>AsteroidManager.cs</Link>
  64. </Compile>
  65. <Compile Include="CollisionManager.cs">
  66. <Link>CollisionManager.cs</Link>
  67. </Compile>
  68. <Compile Include="Enemy.cs">
  69. <Link>Enemy.cs</Link>
  70. </Compile>
  71. <Compile Include="EnemyManager.cs">
  72. <Link>EnemyManager.cs</Link>
  73. </Compile>
  74. <Compile Include="ExplosionManager.cs">
  75. <Link>ExplosionManager.cs</Link>
  76. </Compile>
  77. <Compile Include="Game1.cs">
  78. <Link>Game1.cs</Link>
  79. </Compile>
  80. <Compile Include="Particle.cs">
  81. <Link>Particle.cs</Link>
  82. </Compile>
  83. <Compile Include="PlayerManager.cs">
  84. <Link>PlayerManager.cs</Link>
  85. </Compile>
  86. <Compile Include="ShotManager.cs">
  87. <Link>ShotManager.cs</Link>
  88. </Compile>
  89. <Compile Include="SoundManager.cs">
  90. <Link>SoundManager.cs</Link>
  91. </Compile>
  92. <Compile Include="Sprite.cs">
  93. <Link>Sprite.cs</Link>
  94. </Compile>
  95. <Compile Include="StarField.cs">
  96. <Link>StarField.cs</Link>
  97. </Compile>
  98. <Compile Include="Program.cs" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Content Include="Content\Fonts\Pericles14.xnb">
  102. <Link>Content\Fonts\Pericles14.xnb</Link>
  103. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  104. </Content>
  105. <Content Include="Content\Sounds\Explosion1.xnb">
  106. <Link>Content\Sounds\Explosion1.xnb</Link>
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </Content>
  109. <Content Include="Content\Sounds\Explosion2.xnb">
  110. <Link>Content\Sounds\Explosion2.xnb</Link>
  111. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  112. </Content>
  113. <Content Include="Content\Sounds\Explosion3.xnb">
  114. <Link>Content\Sounds\Explosion3.xnb</Link>
  115. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  116. </Content>
  117. <Content Include="Content\Sounds\Explosion4.xnb">
  118. <Link>Content\Sounds\Explosion4.xnb</Link>
  119. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  120. </Content>
  121. <Content Include="Content\Sounds\Shot1.xnb">
  122. <Link>Content\Sounds\Shot1.xnb</Link>
  123. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  124. </Content>
  125. <Content Include="Content\Sounds\Shot2.xnb">
  126. <Link>Content\Sounds\Shot2.xnb</Link>
  127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  128. </Content>
  129. <Content Include="Content\Textures\SpriteSheet.xnb">
  130. <Link>Content\Textures\SpriteSheet.xnb</Link>
  131. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  132. </Content>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Resource Include="Content\Textures\TitleScreen.xnb">
  136. <Link>Content\Textures\TitleScreen.xnb</Link>
  137. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  138. </Resource>
  139. </ItemGroup>
  140. </Project>