No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

btphystest.vcxproj 3.7 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 Condition="'$(enable_bullet)'!='no'" Include="$(LolDir)\src\3rdparty\lol-bullet.vcxproj">
  55. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  56. </ProjectReference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <None Include="Makefile.am">
  60. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  61. </None>
  62. </ItemGroup>
  63. <ItemGroup>
  64. <LolFxCompile Include="front_camera_sprite.lolfx" />
  65. </ItemGroup>
  66. <PropertyGroup Label="Globals">
  67. <ProjectGuid>{ee203b88-44cf-4859-9d42-7a1f43fecb52}</ProjectGuid>
  68. <ConfigurationType>Application</ConfigurationType>
  69. <Keyword>Win32Proj</Keyword>
  70. </PropertyGroup>
  71. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  72. <ImportGroup Label="ExtensionSettings">
  73. <Import Project="$(LolDir)\build\msbuild\lolfx.props" />
  74. </ImportGroup>
  75. <ImportGroup Label="PropertySheets">
  76. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  77. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  78. </ImportGroup>
  79. <PropertyGroup Label="UserMacros" />
  80. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  81. <ItemDefinitionGroup />
  82. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  83. <ImportGroup Label="ExtensionTargets">
  84. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  85. </ImportGroup>
  86. </Project>