Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

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