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.
 
 
 

83 rivejä
3.5 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 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="test-common.cpp" />
  35. <ClCompile Include="math\array2d.cpp" />
  36. <ClCompile Include="math\array3d.cpp" />
  37. <ClCompile Include="math\arraynd.cpp" />
  38. <ClCompile Include="math\box.cpp" />
  39. <ClCompile Include="math\bigint.cpp" />
  40. <ClCompile Include="math\cmplx.cpp" />
  41. <ClCompile Include="math\half.cpp" />
  42. <ClCompile Include="math\interp.cpp" />
  43. <ClCompile Include="math\matrix.cpp" />
  44. <ClCompile Include="math\noise\simplex.cpp" />
  45. <ClCompile Include="math\polynomial.cpp" />
  46. <ClCompile Include="math\quat.cpp" />
  47. <ClCompile Include="math\rand.cpp" />
  48. <ClCompile Include="math\real.cpp" />
  49. <ClCompile Include="math\rotation.cpp" />
  50. <ClCompile Include="math\sqt.cpp" />
  51. <ClCompile Include="math\trig.cpp" />
  52. <ClCompile Include="math\vector.cpp" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <ProjectReference Include="$(LolDir)\src\lol-core.vcxproj">
  56. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  57. </ProjectReference>
  58. <ProjectReference Condition="'$(enable_bullet)'!='no'" Include="$(LolDir)\src\3rdparty\lol-bullet.vcxproj">
  59. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  60. </ProjectReference>
  61. </ItemGroup>
  62. <PropertyGroup Label="Globals">
  63. <ProjectGuid>{962d4e25-45d3-4ace-8c02-69fa3713abd4}</ProjectGuid>
  64. <ConfigurationType>Application</ConfigurationType>
  65. <Keyword>Win32Proj</Keyword>
  66. </PropertyGroup>
  67. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  68. <ImportGroup Label="ExtensionSettings">
  69. <Import Project="$(LolDir)\build\msbuild\lolfx.props" />
  70. </ImportGroup>
  71. <ImportGroup Label="PropertySheets">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  74. </ImportGroup>
  75. <PropertyGroup Label="UserMacros" />
  76. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  77. <ItemDefinitionGroup />
  78. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  79. <ImportGroup Label="ExtensionTargets">
  80. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  81. </ImportGroup>
  82. </Project>