You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

68 lines
2.9 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. <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="benchmark\half.cpp" />
  31. <ClCompile Include="benchmark\real.cpp" />
  32. <ClCompile Include="benchmark\trig.cpp" />
  33. <ClCompile Include="benchmark\vector.cpp" />
  34. <ClCompile Include="benchsuite.cpp" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <ProjectReference Include="$(SolutionDir)\..\src\lolcore.vcxproj">
  38. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  39. </ProjectReference>
  40. <ProjectReference Include="$(SolutionDir)\..\src\bullet\lolbullet.vcxproj">
  41. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  42. </ProjectReference>
  43. <ProjectReference Include="$(SolutionDir)\..\src\lua\lollua.vcxproj">
  44. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  45. </ProjectReference>
  46. </ItemGroup>
  47. <PropertyGroup Label="Globals">
  48. <ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid>
  49. <ConfigurationType>Application</ConfigurationType>
  50. <Keyword>Win32Proj</Keyword>
  51. </PropertyGroup>
  52. <Import Project="$(SolutionDir)\msbuild\lol.config.props" />
  53. <ImportGroup Label="ExtensionSettings">
  54. <Import Project="$(SolutionDir)\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="$(SolutionDir)\msbuild\lol.vars.props" />
  59. </ImportGroup>
  60. <PropertyGroup Label="UserMacros" />
  61. <Import Project="$(SolutionDir)\msbuild\lol.rules.props" />
  62. <ItemDefinitionGroup />
  63. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  64. <ImportGroup Label="ExtensionTargets">
  65. <Import Project="$(SolutionDir)\msbuild\lolfx.targets" />
  66. </ImportGroup>
  67. </Project>