No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

58 líneas
2.2 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. <PropertyGroup Label="LolMacros">
  4. <LolDir>$(SolutionDir)</LolDir>
  5. </PropertyGroup>
  6. <ItemGroup Label="ProjectConfigurations">
  7. <ProjectConfiguration Include="Debug|NX64">
  8. <Configuration>Debug</Configuration>
  9. <Platform>NX64</Platform>
  10. </ProjectConfiguration>
  11. <ProjectConfiguration Include="Debug|ORBIS">
  12. <Configuration>Debug</Configuration>
  13. <Platform>ORBIS</Platform>
  14. </ProjectConfiguration>
  15. <ProjectConfiguration Include="Debug|Prospero">
  16. <Configuration>Debug</Configuration>
  17. <Platform>Prospero</Platform>
  18. </ProjectConfiguration>
  19. <ProjectConfiguration Include="Debug|Win32">
  20. <Configuration>Debug</Configuration>
  21. <Platform>Win32</Platform>
  22. </ProjectConfiguration>
  23. <ProjectConfiguration Include="Debug|x64">
  24. <Configuration>Debug</Configuration>
  25. <Platform>x64</Platform>
  26. </ProjectConfiguration>
  27. <ProjectConfiguration Include="Release|NX64">
  28. <Configuration>Release</Configuration>
  29. <Platform>NX64</Platform>
  30. </ProjectConfiguration>
  31. <ProjectConfiguration Include="Release|ORBIS">
  32. <Configuration>Release</Configuration>
  33. <Platform>ORBIS</Platform>
  34. </ProjectConfiguration>
  35. <ProjectConfiguration Include="Release|Prospero">
  36. <Configuration>Release</Configuration>
  37. <Platform>Prospero</Platform>
  38. </ProjectConfiguration>
  39. <ProjectConfiguration Include="Release|Win32">
  40. <Configuration>Release</Configuration>
  41. <Platform>Win32</Platform>
  42. </ProjectConfiguration>
  43. <ProjectConfiguration Include="Release|x64">
  44. <Configuration>Release</Configuration>
  45. <Platform>x64</Platform>
  46. </ProjectConfiguration>
  47. </ItemGroup>
  48. <PropertyGroup Label="Globals">
  49. <ProjectGuid>{C57C9F9F-8EAE-4265-A210-B0CAA717A3A0}</ProjectGuid>
  50. <ConfigurationType>Application</ConfigurationType>
  51. <Keyword>Win32Proj</Keyword>
  52. </PropertyGroup>
  53. <Import Project="$(LolDir)\build\msbuild\lol.props" />
  54. <ItemGroup>
  55. <ClCompile Include="window.cpp" />
  56. </ItemGroup>
  57. <Import Project="$(LolDir)\build\msbuild\lol-core.props" />
  58. </Project>