GemstoneHunter.MacOS.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. <SuppressXamMacUpsell>True</SuppressXamMacUpsell>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>True</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>False</Optimize>
  19. <OutputPath>bin\Debug</OutputPath>
  20. <DefineConstants>DEBUG;MONOMAC</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  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|AnyCPU' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>False</Optimize>
  33. <OutputPath>bin\Release</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <ConsolePause>False</ConsolePause>
  37. <EnableCodeSigning>False</EnableCodeSigning>
  38. <CreatePackage>False</CreatePackage>
  39. <EnablePackageSigning>False</EnablePackageSigning>
  40. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  41. <DefineConstants>MONOMAC</DefineConstants>
  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="Game.ico" />
  56. <None Include="GameThumbnail.png" />
  57. <None Include="README.md" />
  58. </ItemGroup>
  59. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  60. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  61. <ItemGroup>
  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. <ProjectReference Include="..\..\..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
  67. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  68. <Name>Lidgren.Network.MacOS</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\..\..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  71. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  72. <Name>MonoGame.Framework.MacOS</Name>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Folder Include="Content\" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="AnimationStrip.cs" />
  80. <Compile Include="Enemy.cs" />
  81. <Compile Include="Game1.cs" />
  82. <Compile Include="GameObject.cs" />
  83. <Compile Include="Gemstone.cs" />
  84. <Compile Include="LevelManager.cs" />
  85. <Compile Include="Player.cs" />
  86. <Compile Include="Program.cs" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Content Include="Content\Fonts\Pericles10Bold.xnb" />
  90. <Content Include="Content\Fonts\Pericles8.xnb" />
  91. <Content Include="Content\Maps\MAP000.MAP" />
  92. <Content Include="Content\Maps\MAP001.MAP" />
  93. <Content Include="Content\Textures\Gem.xnb" />
  94. <Content Include="Content\Textures\PlatformTiles.xnb" />
  95. <Content Include="Content\Textures\TitleScreen.xnb" />
  96. <Content Include="Content\Textures\Sprites\Gem.xnb" />
  97. <Content Include="Content\Textures\Sprites\Player\Celebrate.xnb" />
  98. <Content Include="Content\Textures\Sprites\Player\Die.xnb" />
  99. <Content Include="Content\Textures\Sprites\Player\Idle.xnb" />
  100. <Content Include="Content\Textures\Sprites\Player\Jump.xnb" />
  101. <Content Include="Content\Textures\Sprites\Player\Run.xnb" />
  102. <Content Include="Content\Textures\Sprites\MonsterD\Die.xnb" />
  103. <Content Include="Content\Textures\Sprites\MonsterD\Idle.xnb" />
  104. <Content Include="Content\Textures\Sprites\MonsterD\Run.xnb" />
  105. <Content Include="Content\Textures\Sprites\MonsterC\Die.xnb" />
  106. <Content Include="Content\Textures\Sprites\MonsterC\Idle.xnb" />
  107. <Content Include="Content\Textures\Sprites\MonsterC\Run.xnb" />
  108. <Content Include="Content\Textures\Sprites\MonsterB\Die.xnb" />
  109. <Content Include="Content\Textures\Sprites\MonsterB\Idle.xnb" />
  110. <Content Include="Content\Textures\Sprites\MonsterB\Run.xnb" />
  111. <Content Include="Content\Textures\Sprites\MonsterA\Die.xnb" />
  112. <Content Include="Content\Textures\Sprites\MonsterA\Idle.xnb" />
  113. <Content Include="Content\Textures\Sprites\MonsterA\Run.xnb" />
  114. </ItemGroup>
  115. </Project>