CatapaultGame.MacOS.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1F4BF77D-34DA-417D-96DE-24213A05729B}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>CatapaultGame</RootNamespace>
  12. <AssemblyName>Catapault</AssemblyName>
  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; MONOMAC</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <PlatformTarget>x86</PlatformTarget>
  23. <ConsolePause>False</ConsolePause>
  24. <EnableCodeSigning>False</EnableCodeSigning>
  25. <CreatePackage>False</CreatePackage>
  26. <EnablePackageSigning>False</EnablePackageSigning>
  27. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  28. <UseSGen>False</UseSGen>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>False</Optimize>
  33. <OutputPath>bin\Release</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <PlatformTarget>x86</PlatformTarget>
  37. <ConsolePause>False</ConsolePause>
  38. <EnableCodeSigning>False</EnableCodeSigning>
  39. <CreatePackage>False</CreatePackage>
  40. <EnablePackageSigning>False</EnablePackageSigning>
  41. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  42. <UseSGen>False</UseSGen>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="System" />
  46. <Reference Include="System.Xml" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="MonoMac" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <None Include="Info.plist">
  54. </None>
  55. <None Include="Background.png" />
  56. <None Include="Game.ico" />
  57. </ItemGroup>
  58. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  59. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  60. <ItemGroup>
  61. <Compile Include="CatapultGame.cs" />
  62. <Compile Include="Program.cs" />
  63. <Compile Include="Catapult\Catapult.cs" />
  64. <Compile Include="Catapult\Projectile.cs" />
  65. <Compile Include="Players\AI.cs" />
  66. <Compile Include="Players\Human.cs" />
  67. <Compile Include="Players\Player.cs" />
  68. <Compile Include="ScreenManager\GameScreen.cs" />
  69. <Compile Include="ScreenManager\InputState.cs" />
  70. <Compile Include="ScreenManager\MenuEntry.cs" />
  71. <Compile Include="ScreenManager\MenuScreen.cs" />
  72. <Compile Include="ScreenManager\PlayerIndexEventArgs.cs" />
  73. <Compile Include="ScreenManager\ScreenManager.cs" />
  74. <Compile Include="Screens\BackgroundScreen.cs" />
  75. <Compile Include="Screens\GameplayScreen.cs" />
  76. <Compile Include="Screens\InstructionsScreen.cs" />
  77. <Compile Include="Screens\MainMenuScreen.cs" />
  78. <Compile Include="Screens\PauseScreen.cs" />
  79. <Compile Include="Utility\Animation.cs" />
  80. <Compile Include="Utility\AudioManager.cs" />
  81. <Compile Include="ScreenManager\MouseGestureType.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Content Include="Content\Fonts\HUDFont.xnb" />
  85. <Content Include="Content\Fonts\MenuFont.xnb" />
  86. <Content Include="Content\Sounds\BoulderHit.xnb" />
  87. <Content Include="Content\Sounds\CatapultExplosion.xnb" />
  88. <Content Include="Content\Sounds\CatapultFire.xnb" />
  89. <Content Include="Content\Sounds\Lose.xnb" />
  90. <Content Include="Content\Sounds\RopeStretch.xnb" />
  91. <Content Include="Content\Sounds\Win.xnb" />
  92. <Content Include="Content\Textures\Ammo\rock_ammo.xnb" />
  93. <Content Include="Content\Textures\Backgrounds\blank.xnb" />
  94. <Content Include="Content\Textures\Backgrounds\cloud1.xnb" />
  95. <Content Include="Content\Textures\Backgrounds\cloud2.xnb" />
  96. <Content Include="Content\Textures\Backgrounds\defeat.xnb" />
  97. <Content Include="Content\Textures\Backgrounds\gameplay_screen.xnb" />
  98. <Content Include="Content\Textures\Backgrounds\instructions.xnb" />
  99. <Content Include="Content\Textures\Backgrounds\mountain.xnb" />
  100. <Content Include="Content\Textures\Backgrounds\sky.xnb" />
  101. <Content Include="Content\Textures\Backgrounds\title_screen.xnb" />
  102. <Content Include="Content\Textures\Backgrounds\victory.xnb" />
  103. <Content Include="Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb" />
  104. <Content Include="Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb" />
  105. <Content Include="Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb" />
  106. <Content Include="Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb" />
  107. <Content Include="Content\Textures\Catapults\Fire_Miss\fire_miss.xnb" />
  108. <Content Include="Content\Textures\Catapults\Hit_Smoke\smoke.xnb" />
  109. <Content Include="Content\Textures\Catapults\AnimationsDef.xml" />
  110. <Content Include="Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb" />
  111. <Content Include="Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb" />
  112. <Content Include="Content\Textures\Catapults\Red\redIdle\redIdle.xnb" />
  113. <Content Include="Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb" />
  114. <Content Include="Content\Textures\HUD\Arrow.xnb" />
  115. <Content Include="Content\Textures\HUD\ammoType.xnb" />
  116. <Content Include="Content\Textures\HUD\hudBackground.xnb" />
  117. <Content Include="Content\Textures\HUD\windArrow.xnb" />
  118. </ItemGroup>
  119. </Project>