Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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 Condition="Exists('$(SolutionDir)\lol')">$(SolutionDir)\lol</LolDir>
  5. <LolDir Condition="!Exists('$(SolutionDir)\lol')">$(SolutionDir)</LolDir>
  6. </PropertyGroup>
  7. <ItemGroup Label="ProjectConfigurations">
  8. <ProjectConfiguration Include="Debug|NX64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>NX64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|ORBIS">
  13. <Configuration>Debug</Configuration>
  14. <Platform>ORBIS</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|Win32">
  17. <Configuration>Debug</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|x64">
  21. <Configuration>Debug</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|NX64">
  25. <Configuration>Release</Configuration>
  26. <Platform>NX64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|ORBIS">
  29. <Configuration>Release</Configuration>
  30. <Platform>ORBIS</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Win32">
  33. <Configuration>Release</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release|x64">
  37. <Configuration>Release</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. </ItemGroup>
  41. <ItemGroup>
  42. <ClCompile Include="04_texture.cpp" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <LolFxCompile Include="04_texture.lolfx" />
  46. </ItemGroup>
  47. <Import Project="$(LolDir)\build\msbuild\lol-core.props" />
  48. <Import Project="$(LolDir)\build\msbuild\lol-bullet.props" />
  49. <PropertyGroup Label="Globals">
  50. <ProjectGuid>{834852db-edb6-4fd0-bcf9-45cd01126962}</ProjectGuid>
  51. <ConfigurationType>Application</ConfigurationType>
  52. <Keyword>Win32Proj</Keyword>
  53. </PropertyGroup>
  54. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. <Import Project="$(LolDir)\build\msbuild\lolfx.props" />
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  61. </ImportGroup>
  62. <PropertyGroup Label="UserMacros" />
  63. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  64. <ItemDefinitionGroup />
  65. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  66. <ImportGroup Label="ExtensionTargets">
  67. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  68. </ImportGroup>
  69. </Project>