You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

65 lines
2.6 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Xbox 360">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Xbox 360</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Xbox 360">
  17. <Configuration>Release</Configuration>
  18. <Platform>Xbox 360</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClInclude Include="..\monsterz\board.h" />
  23. <ClInclude Include="..\monsterz\interface.h" />
  24. <ClInclude Include="..\monsterz\mash.h" />
  25. <ClInclude Include="..\monsterz\monsterz.h" />
  26. <ClInclude Include="..\monsterz\piece.h" />
  27. <ClInclude Include="..\monsterz\score.h" />
  28. <ClInclude Include="..\monsterz\thumbs.h" />
  29. <ClInclude Include="..\monsterz\title.h" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <ClCompile Include="..\monsterz\board.cpp" />
  33. <ClCompile Include="..\monsterz\interface.cpp" />
  34. <ClCompile Include="..\monsterz\mash.cpp" />
  35. <ClCompile Include="..\monsterz\monsterz.cpp" />
  36. <ClCompile Include="..\monsterz\piece.cpp" />
  37. <ClCompile Include="..\monsterz\score.cpp" />
  38. <ClCompile Include="..\monsterz\thumbs.cpp" />
  39. <ClCompile Include="..\monsterz\title.cpp" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <ProjectReference Include="lolcore.vcxproj">
  43. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  44. </ProjectReference>
  45. </ItemGroup>
  46. <PropertyGroup Label="Globals">
  47. <ProjectGuid>{17f0f184-4436-4d08-b8aa-16572ea238db}</ProjectGuid>
  48. <ConfigurationType>Application</ConfigurationType>
  49. <Keyword>Win32Proj</Keyword>
  50. </PropertyGroup>
  51. <Import Project="Lol.Config.props" />
  52. <ImportGroup Label="ExtensionSettings">
  53. </ImportGroup>
  54. <ImportGroup Label="PropertySheets">
  55. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  56. <Import Project="Lol.Vars.props" />
  57. </ImportGroup>
  58. <PropertyGroup Label="UserMacros" />
  59. <Import Project="Lol.Rules.props" />
  60. <ItemDefinitionGroup />
  61. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  62. <ImportGroup Label="ExtensionTargets">
  63. </ImportGroup>
  64. </Project>