25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

89 lines
3.7 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="Debug|Xbox 360">
  17. <Configuration>Debug</Configuration>
  18. <Platform>Xbox 360</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. <ProjectConfiguration Include="Release|Xbox 360">
  33. <Configuration>Release</Configuration>
  34. <Platform>Xbox 360</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ClCompile Include="test-common.cpp" />
  39. <ClCompile Include="math\array2d.cpp" />
  40. <ClCompile Include="math\array3d.cpp" />
  41. <ClCompile Include="math\arraynd.cpp" />
  42. <ClCompile Include="math\box.cpp" />
  43. <ClCompile Include="math\bigint.cpp" />
  44. <ClCompile Include="math\cmplx.cpp" />
  45. <ClCompile Include="math\half.cpp" />
  46. <ClCompile Include="math\interp.cpp" />
  47. <ClCompile Include="math\matrix.cpp" />
  48. <ClCompile Include="math\noise\simplex.cpp" />
  49. <ClCompile Include="math\polynomial.cpp" />
  50. <ClCompile Include="math\quat.cpp" />
  51. <ClCompile Include="math\rand.cpp" />
  52. <ClCompile Include="math\real.cpp" />
  53. <ClCompile Include="math\rotation.cpp" />
  54. <ClCompile Include="math\trig.cpp" />
  55. <ClCompile Include="math\vector.cpp" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ProjectReference Include="$(SolutionDir)\..\src\lolcore.vcxproj">
  59. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  60. </ProjectReference>
  61. <ProjectReference Include="$(SolutionDir)\..\src\bullet\lolbullet.vcxproj">
  62. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  63. </ProjectReference>
  64. <ProjectReference Include="$(SolutionDir)\..\src\lua\lollua.vcxproj">
  65. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  66. </ProjectReference>
  67. </ItemGroup>
  68. <PropertyGroup Label="Globals">
  69. <ProjectGuid>{962d4e25-45d3-4ace-8c02-69fa3713abd4}</ProjectGuid>
  70. <ConfigurationType>Application</ConfigurationType>
  71. <Keyword>Win32Proj</Keyword>
  72. </PropertyGroup>
  73. <Import Project="$(SolutionDir)\msbuild\lol.config.props" />
  74. <ImportGroup Label="ExtensionSettings">
  75. <Import Project="$(SolutionDir)\msbuild\lolfx.props" />
  76. </ImportGroup>
  77. <ImportGroup Label="PropertySheets">
  78. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  79. <Import Project="$(SolutionDir)\msbuild\lol.vars.props" />
  80. </ImportGroup>
  81. <PropertyGroup Label="UserMacros" />
  82. <Import Project="$(SolutionDir)\msbuild\lol.rules.props" />
  83. <ItemDefinitionGroup />
  84. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  85. <ImportGroup Label="ExtensionTargets">
  86. <Import Project="$(SolutionDir)\msbuild\lolfx.targets" />
  87. </ImportGroup>
  88. </Project>