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.
 
 
 

54 lines
2.1 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="..\deushax\debugsprite.h" />
  23. <ClInclude Include="..\deushax\game.h" />
  24. </ItemGroup>
  25. <ItemGroup>
  26. <ClCompile Include="..\deushax\debugsprite.cpp" />
  27. <ClCompile Include="..\deushax\deushax.cpp" />
  28. <ClCompile Include="..\deushax\game.cpp" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <ProjectReference Include="lolcore.vcxproj">
  32. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  33. </ProjectReference>
  34. </ItemGroup>
  35. <PropertyGroup Label="Globals">
  36. <ProjectGuid>{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}</ProjectGuid>
  37. <ConfigurationType>Application</ConfigurationType>
  38. <Keyword>Win32Proj</Keyword>
  39. </PropertyGroup>
  40. <Import Project="Lol.Config.props" />
  41. <ImportGroup Label="ExtensionSettings">
  42. </ImportGroup>
  43. <ImportGroup Label="PropertySheets">
  44. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  45. <Import Project="Lol.Vars.props" />
  46. </ImportGroup>
  47. <PropertyGroup Label="UserMacros" />
  48. <Import Project="Lol.Rules.props" />
  49. <ItemDefinitionGroup />
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  51. <ImportGroup Label="ExtensionTargets">
  52. </ImportGroup>
  53. </Project>