25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

68 satır
2.8 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|Win32">
  16. <Configuration>Debug</Configuration>
  17. <Platform>Win32</Platform>
  18. </ProjectConfiguration>
  19. <ProjectConfiguration Include="Debug|x64">
  20. <Configuration>Debug</Configuration>
  21. <Platform>x64</Platform>
  22. </ProjectConfiguration>
  23. <ProjectConfiguration Include="Release|NX64">
  24. <Configuration>Release</Configuration>
  25. <Platform>NX64</Platform>
  26. </ProjectConfiguration>
  27. <ProjectConfiguration Include="Release|ORBIS">
  28. <Configuration>Release</Configuration>
  29. <Platform>ORBIS</Platform>
  30. </ProjectConfiguration>
  31. <ProjectConfiguration Include="Release|Win32">
  32. <Configuration>Release</Configuration>
  33. <Platform>Win32</Platform>
  34. </ProjectConfiguration>
  35. <ProjectConfiguration Include="Release|x64">
  36. <Configuration>Release</Configuration>
  37. <Platform>x64</Platform>
  38. </ProjectConfiguration>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ClCompile Include="test-common.cpp" />
  42. <ClCompile Include="image\color.cpp" />
  43. <ClCompile Include="image\image.cpp" />
  44. </ItemGroup>
  45. <Import Project="$(LolDir)\build\msbuild\lol-core.props" />
  46. <Import Project="$(LolDir)\build\msbuild\lol-bullet.props" />
  47. <PropertyGroup Label="Globals">
  48. <ProjectGuid>{5a27ff18-a1ec-49be-9455-415f1c701153}</ProjectGuid>
  49. <ConfigurationType>Application</ConfigurationType>
  50. <Keyword>Win32Proj</Keyword>
  51. </PropertyGroup>
  52. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  53. <ImportGroup Label="ExtensionSettings">
  54. <Import Project="$(LolDir)\build\msbuild\lolfx.props" />
  55. </ImportGroup>
  56. <ImportGroup Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  59. </ImportGroup>
  60. <PropertyGroup Label="UserMacros" />
  61. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  62. <ItemDefinitionGroup />
  63. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  64. <ImportGroup Label="ExtensionTargets">
  65. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  66. </ImportGroup>
  67. </Project>