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.
 
 
 

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