GemstoneHunter.MacOS.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{81313197-A8DF-4465-B503-2DD8248B80A9}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>GemstoneHunter</RootNamespace>
  12. <AssemblyName>GemstoneHunter</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>false</ConsolePause>
  23. <EnableCodeSigning>false</EnableCodeSigning>
  24. <CreatePackage>false</CreatePackage>
  25. <EnablePackageSigning>false</EnablePackageSigning>
  26. <IncludeMonoRuntime>false</IncludeMonoRuntime>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Release</OutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <ConsolePause>false</ConsolePause>
  35. <EnableCodeSigning>false</EnableCodeSigning>
  36. <CreatePackage>false</CreatePackage>
  37. <EnablePackageSigning>false</EnablePackageSigning>
  38. <IncludeMonoRuntime>false</IncludeMonoRuntime>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Xml" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="MonoMac" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <None Include="Info.plist">
  50. </None>
  51. <None Include="Game.ico" />
  52. <None Include="GameThumbnail.png" />
  53. <None Include="README.md" />
  54. </ItemGroup>
  55. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  56. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  57. <ItemGroup>
  58. <ProjectReference Include="..\..\..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  59. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  60. <Name>MonoGame.Framework.MacOS</Name>
  61. </ProjectReference>
  62. <ProjectReference Include="TileEngine\Tile Engine.MacOS.csproj">
  63. <Project>{521972FD-1A9B-4CFD-A435-EB2224985131}</Project>
  64. <Name>Tile Engine.MacOS</Name>
  65. </ProjectReference>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Folder Include="Content\" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="AnimationStrip.cs" />
  72. <Compile Include="Enemy.cs" />
  73. <Compile Include="Game1.cs" />
  74. <Compile Include="GameObject.cs" />
  75. <Compile Include="Gemstone.cs" />
  76. <Compile Include="LevelManager.cs" />
  77. <Compile Include="Player.cs" />
  78. <Compile Include="Program.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Content Include="Content\Fonts\Pericles10Bold.xnb" />
  82. <Content Include="Content\Fonts\Pericles8.xnb" />
  83. <Content Include="Content\Maps\MAP000.MAP" />
  84. <Content Include="Content\Maps\MAP001.MAP" />
  85. <Content Include="Content\Textures\Gem.xnb" />
  86. <Content Include="Content\Textures\PlatformTiles.xnb" />
  87. <Content Include="Content\Textures\TitleScreen.xnb" />
  88. <Content Include="Content\Textures\Sprites\Gem.xnb" />
  89. <Content Include="Content\Textures\Sprites\Player\Celebrate.xnb" />
  90. <Content Include="Content\Textures\Sprites\Player\Die.xnb" />
  91. <Content Include="Content\Textures\Sprites\Player\Idle.xnb" />
  92. <Content Include="Content\Textures\Sprites\Player\Jump.xnb" />
  93. <Content Include="Content\Textures\Sprites\Player\Run.xnb" />
  94. <Content Include="Content\Textures\Sprites\MonsterD\Die.xnb" />
  95. <Content Include="Content\Textures\Sprites\MonsterD\Idle.xnb" />
  96. <Content Include="Content\Textures\Sprites\MonsterD\Run.xnb" />
  97. <Content Include="Content\Textures\Sprites\MonsterC\Die.xnb" />
  98. <Content Include="Content\Textures\Sprites\MonsterC\Idle.xnb" />
  99. <Content Include="Content\Textures\Sprites\MonsterC\Run.xnb" />
  100. <Content Include="Content\Textures\Sprites\MonsterB\Die.xnb" />
  101. <Content Include="Content\Textures\Sprites\MonsterB\Idle.xnb" />
  102. <Content Include="Content\Textures\Sprites\MonsterB\Run.xnb" />
  103. <Content Include="Content\Textures\Sprites\MonsterA\Die.xnb" />
  104. <Content Include="Content\Textures\Sprites\MonsterA\Idle.xnb" />
  105. <Content Include="Content\Textures\Sprites\MonsterA\Run.xnb" />
  106. </ItemGroup>
  107. </Project>