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

70 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. <ClInclude Include="expression.h" />
  31. <ClInclude Include="matrix.h" />
  32. <ClInclude Include="solver.h" />
  33. </ItemGroup>
  34. <ItemGroup>
  35. <ClCompile Include="lolremez.cpp" />
  36. <ClCompile Include="solver.cpp" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <ProjectReference Include="$(SolutionDir)\..\src\lolcore.vcxproj">
  40. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  41. </ProjectReference>
  42. <ProjectReference Include="$(SolutionDir)\..\src\bullet\lolbullet.vcxproj">
  43. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  44. </ProjectReference>
  45. <ProjectReference Include="$(SolutionDir)\..\src\lua\lollua.vcxproj">
  46. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  47. </ProjectReference>
  48. </ItemGroup>
  49. <PropertyGroup Label="Globals">
  50. <ProjectGuid>{73F1A804-1116-46C3-922A-9C0ADEB33F52}</ProjectGuid>
  51. <ConfigurationType>Application</ConfigurationType>
  52. <Keyword>Win32Proj</Keyword>
  53. </PropertyGroup>
  54. <Import Project="$(SolutionDir)\msbuild\lol.config.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. <Import Project="$(SolutionDir)\msbuild\lolfx.props" />
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. <Import Project="$(SolutionDir)\msbuild\lol.vars.props" />
  61. </ImportGroup>
  62. <PropertyGroup Label="UserMacros" />
  63. <Import Project="$(SolutionDir)\msbuild\lol.rules.props" />
  64. <ItemDefinitionGroup />
  65. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  66. <ImportGroup Label="ExtensionTargets">
  67. <Import Project="$(SolutionDir)\msbuild\lolfx.targets" />
  68. </ImportGroup>
  69. </Project>