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.
 
 
 

90 line
3.8 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. <ClInclude Include="btphystest.h" />
  35. <ClInclude Include="physicobject.h" />
  36. <ClInclude Include="physics\bulletcharactercontroller.h" />
  37. <ClInclude Include="physics\easycharactercontroller.h" />
  38. <ClInclude Include="physics\easyconstraint.h" />
  39. <ClInclude Include="physics\easyphysics.h" />
  40. <ClInclude Include="physics\lolbtphysicsintegration.h" />
  41. <ClInclude Include="physics\lolphysics.h" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <ClCompile Include="btphystest.cpp" />
  45. <ClCompile Include="physics\bulletcharactercontroller.cpp" />
  46. <ClCompile Include="physics\easycharactercontroller.cpp" />
  47. <ClCompile Include="physics\easyconstraint.cpp" />
  48. <ClCompile Include="physics\easyphysics.cpp" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <ProjectReference Include="$(LolDir)\src\lol-core.vcxproj">
  52. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  53. </ProjectReference>
  54. <ProjectReference Include="$(LolDir)\src\3rdparty\lol-bullet.vcxproj">
  55. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  56. </ProjectReference>
  57. <ProjectReference Include="$(LolDir)\src\3rdparty\lol-lua.vcxproj">
  58. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  59. </ProjectReference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <None Include="Makefile.am">
  63. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  64. </None>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <LolFxCompile Include="front_camera_sprite.lolfx" />
  68. </ItemGroup>
  69. <PropertyGroup Label="Globals">
  70. <ProjectGuid>{ee203b88-44cf-4859-9d42-7a1f43fecb52}</ProjectGuid>
  71. <ConfigurationType>Application</ConfigurationType>
  72. <Keyword>Win32Proj</Keyword>
  73. </PropertyGroup>
  74. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  75. <ImportGroup Label="ExtensionSettings">
  76. <Import Project="$(LolDir)\build\msbuild\lolfx.props" />
  77. </ImportGroup>
  78. <ImportGroup Label="PropertySheets">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  81. </ImportGroup>
  82. <PropertyGroup Label="UserMacros" />
  83. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  84. <ItemDefinitionGroup />
  85. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  86. <ImportGroup Label="ExtensionTargets">
  87. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  88. </ImportGroup>
  89. </Project>