Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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