Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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|ORBIS">
  9. <Configuration>Debug</Configuration>
  10. <Platform>ORBIS</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|ORBIS">
  21. <Configuration>Release</Configuration>
  22. <Platform>ORBIS</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Win32">
  25. <Configuration>Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|x64">
  29. <Configuration>Release</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. </ItemGroup>
  33. <ItemGroup>
  34. <ClCompile Include="benchmark\half.cpp" />
  35. <ClCompile Include="benchmark\real.cpp" />
  36. <ClCompile Include="benchmark\trig.cpp" />
  37. <ClCompile Include="benchmark\vector.cpp" />
  38. <ClCompile Include="benchsuite.cpp" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ProjectReference Include="$(LolDir)\src\lol-core.vcxproj">
  42. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  43. </ProjectReference>
  44. <ProjectReference Include="$(LolDir)\src\3rdparty\lol-bullet.vcxproj">
  45. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  46. </ProjectReference>
  47. <ProjectReference Include="$(LolDir)\src\3rdparty\lol-lua.vcxproj">
  48. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  49. </ProjectReference>
  50. </ItemGroup>
  51. <PropertyGroup Label="Globals">
  52. <ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid>
  53. <ConfigurationType>Application</ConfigurationType>
  54. <Keyword>Win32Proj</Keyword>
  55. </PropertyGroup>
  56. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. <Import Project="$(LolDir)\build\msbuild\lolfx.props" />
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  63. </ImportGroup>
  64. <PropertyGroup Label="UserMacros" />
  65. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  66. <ItemDefinitionGroup />
  67. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  68. <ImportGroup Label="ExtensionTargets">
  69. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  70. </ImportGroup>
  71. </Project>