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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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|ORBIS">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ORBIS</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ORBIS">
  17. <Configuration>Release</Configuration>
  18. <Platform>ORBIS</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClCompile Include="03_noise.cpp" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <LolFxCompile Include="03_noise.lolfx" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <ProjectReference Include="$(SolutionDir)\..\src\lol-core.vcxproj">
  37. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  38. </ProjectReference>
  39. <ProjectReference Include="$(SolutionDir)\..\src\bullet\lol-bullet.vcxproj">
  40. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  41. </ProjectReference>
  42. <ProjectReference Include="$(SolutionDir)\..\src\lua\lol-lua.vcxproj">
  43. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  44. </ProjectReference>
  45. </ItemGroup>
  46. <PropertyGroup Label="Globals">
  47. <ProjectGuid>{b0a53d75-cbb4-4fdf-93ac-2d12a79ada0e}</ProjectGuid>
  48. <ConfigurationType>Application</ConfigurationType>
  49. <Keyword>Win32Proj</Keyword>
  50. </PropertyGroup>
  51. <Import Project="$(SolutionDir)\msbuild\lol.config.props" />
  52. <ImportGroup Label="ExtensionSettings">
  53. <Import Project="$(SolutionDir)\msbuild\lolfx.props" />
  54. </ImportGroup>
  55. <ImportGroup Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. <Import Project="$(SolutionDir)\msbuild\lol.vars.props" />
  58. </ImportGroup>
  59. <PropertyGroup Label="UserMacros" />
  60. <Import Project="$(SolutionDir)\msbuild\lol.rules.props" />
  61. <ItemDefinitionGroup />
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  63. <ImportGroup Label="ExtensionTargets">
  64. <Import Project="$(SolutionDir)\msbuild\lolfx.targets" />
  65. </ImportGroup>
  66. </Project>