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.
 
 
 

756 lines
62 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|NX64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>NX64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|ORBIS">
  13. <Configuration>Debug</Configuration>
  14. <Platform>ORBIS</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|Win32">
  17. <Configuration>Debug</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|x64">
  21. <Configuration>Debug</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|NX64">
  25. <Configuration>Release</Configuration>
  26. <Platform>NX64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|ORBIS">
  29. <Configuration>Release</Configuration>
  30. <Platform>ORBIS</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Win32">
  33. <Configuration>Release</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release|x64">
  37. <Configuration>Release</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. </ItemGroup>
  41. <PropertyGroup Label="Globals">
  42. <ProjectGuid>{83D3B207-C601-4025-8F41-01DEDC354661}</ProjectGuid>
  43. <ConfigurationType>StaticLibrary</ConfigurationType>
  44. <Keyword>Win32Proj</Keyword>
  45. </PropertyGroup>
  46. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  47. <PropertyGroup Label="Configuration">
  48. <CharacterSet>MultiByte</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  51. <UseDebugLibraries>true</UseDebugLibraries>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  54. <UseDebugLibraries>false</UseDebugLibraries>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. </PropertyGroup>
  57. <ImportGroup Label="PropertySheets">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  60. </ImportGroup>
  61. <PropertyGroup Label="UserMacros" />
  62. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  63. <ItemDefinitionGroup>
  64. <ClCompile>
  65. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  66. </ClCompile>
  67. </ItemDefinitionGroup>
  68. <ItemGroup>
  69. <!--<ClCompile Include="bullet3/src/btBulletCollisionAll.cpp" />-->
  70. <ClInclude Include="bullet3/src/btBulletCollisionCommon.h" />
  71. <!--<ClCompile Include="bullet3/src/btBulletDynamicsAll.cpp" />-->
  72. <ClInclude Include="bullet3/src/btBulletDynamicsCommon.h" />
  73. <!--<ClCompile Include="bullet3/src/btLinearMathAll.cpp" />-->
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ClInclude Include="bullet3/src/Bullet3Collision/BroadPhaseCollision/b3BroadphaseCallback.h" />
  77. <ClCompile Include="bullet3/src/Bullet3Collision/BroadPhaseCollision/b3DynamicBvhBroadphase.cpp" />
  78. <ClInclude Include="bullet3/src/Bullet3Collision/BroadPhaseCollision/b3DynamicBvhBroadphase.h" />
  79. <ClCompile Include="bullet3/src/Bullet3Collision/BroadPhaseCollision/b3DynamicBvh.cpp" />
  80. <ClInclude Include="bullet3/src/Bullet3Collision/BroadPhaseCollision/b3DynamicBvh.h" />
  81. <ClCompile Include="bullet3/src/Bullet3Collision/BroadPhaseCollision/b3OverlappingPairCache.cpp" />
  82. <ClInclude Include="bullet3/src/Bullet3Collision/BroadPhaseCollision/b3OverlappingPairCache.h" />
  83. <ClInclude Include="bullet3/src/Bullet3Collision/BroadPhaseCollision/b3OverlappingPair.h" />
  84. <ClInclude Include="bullet3/src/Bullet3Collision/BroadPhaseCollision/shared/b3Aabb.h" />
  85. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/b3Config.h" />
  86. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/b3Contact4.h" />
  87. <ClCompile Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/b3ConvexUtility.cpp" />
  88. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/b3ConvexUtility.h" />
  89. <ClCompile Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/b3CpuNarrowPhase.cpp" />
  90. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/b3CpuNarrowPhase.h" />
  91. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/b3RaycastInfo.h" />
  92. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/b3RigidBodyCL.h" />
  93. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3BvhSubtreeInfoData.h" />
  94. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3BvhTraversal.h" />
  95. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3ClipFaces.h" />
  96. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3Collidable.h" />
  97. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3Contact4Data.h" />
  98. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3ContactConvexConvexSAT.h" />
  99. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3ContactSphereSphere.h" />
  100. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h" />
  101. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3FindConcaveSatAxis.h" />
  102. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3FindSeparatingAxis.h" />
  103. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3MprPenetration.h" />
  104. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3NewContactReduction.h" />
  105. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3QuantizedBvhNodeData.h" />
  106. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3ReduceContacts.h" />
  107. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3RigidBodyData.h" />
  108. <ClInclude Include="bullet3/src/Bullet3Collision/NarrowPhaseCollision/shared/b3UpdateAabbs.h" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ClCompile Include="bullet3/src/Bullet3Common/b3AlignedAllocator.cpp" />
  112. <ClInclude Include="bullet3/src/Bullet3Common/b3AlignedAllocator.h" />
  113. <ClInclude Include="bullet3/src/Bullet3Common/b3AlignedObjectArray.h" />
  114. <ClInclude Include="bullet3/src/Bullet3Common/b3CommandLineArgs.h" />
  115. <ClInclude Include="bullet3/src/Bullet3Common/b3FileUtils.h" />
  116. <ClInclude Include="bullet3/src/Bullet3Common/b3HashMap.h" />
  117. <ClCompile Include="bullet3/src/Bullet3Common/b3Logging.cpp" />
  118. <ClInclude Include="bullet3/src/Bullet3Common/b3Logging.h" />
  119. <ClInclude Include="bullet3/src/Bullet3Common/b3Matrix3x3.h" />
  120. <ClInclude Include="bullet3/src/Bullet3Common/b3MinMax.h" />
  121. <ClInclude Include="bullet3/src/Bullet3Common/b3PoolAllocator.h" />
  122. <ClInclude Include="bullet3/src/Bullet3Common/b3QuadWord.h" />
  123. <ClInclude Include="bullet3/src/Bullet3Common/b3Quaternion.h" />
  124. <ClInclude Include="bullet3/src/Bullet3Common/b3Random.h" />
  125. <ClInclude Include="bullet3/src/Bullet3Common/b3ResizablePool.h" />
  126. <ClInclude Include="bullet3/src/Bullet3Common/b3Scalar.h" />
  127. <ClInclude Include="bullet3/src/Bullet3Common/b3StackAlloc.h" />
  128. <ClInclude Include="bullet3/src/Bullet3Common/b3Transform.h" />
  129. <ClInclude Include="bullet3/src/Bullet3Common/b3TransformUtil.h" />
  130. <ClCompile Include="bullet3/src/Bullet3Common/b3Vector3.cpp" />
  131. <ClInclude Include="bullet3/src/Bullet3Common/b3Vector3.h" />
  132. <ClInclude Include="bullet3/src/Bullet3Common/shared/b3Float4.h" />
  133. <ClInclude Include="bullet3/src/Bullet3Common/shared/b3Int2.h" />
  134. <ClInclude Include="bullet3/src/Bullet3Common/shared/b3Int4.h" />
  135. <ClInclude Include="bullet3/src/Bullet3Common/shared/b3Mat3x3.h" />
  136. <ClInclude Include="bullet3/src/Bullet3Common/shared/b3PlatformDefinitions.h" />
  137. <ClInclude Include="bullet3/src/Bullet3Common/shared/b3Quat.h" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <ClCompile Include="bullet3/src/Bullet3Dynamics/b3CpuRigidBodyPipeline.cpp" />
  141. <ClInclude Include="bullet3/src/Bullet3Dynamics/b3CpuRigidBodyPipeline.h" />
  142. <ClInclude Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3ContactSolverInfo.h" />
  143. <ClCompile Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3FixedConstraint.cpp" />
  144. <ClInclude Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3FixedConstraint.h" />
  145. <ClCompile Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3Generic6DofConstraint.cpp" />
  146. <ClInclude Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3Generic6DofConstraint.h" />
  147. <ClInclude Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3JacobianEntry.h" />
  148. <ClCompile Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3PgsJacobiSolver.cpp" />
  149. <ClInclude Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3PgsJacobiSolver.h" />
  150. <ClCompile Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3Point2PointConstraint.cpp" />
  151. <ClInclude Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3Point2PointConstraint.h" />
  152. <ClInclude Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3SolverBody.h" />
  153. <ClInclude Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3SolverConstraint.h" />
  154. <ClCompile Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3TypedConstraint.cpp" />
  155. <ClInclude Include="bullet3/src/Bullet3Dynamics/ConstraintSolver/b3TypedConstraint.h" />
  156. <ClInclude Include="bullet3/src/Bullet3Dynamics/shared/b3ContactConstraint4.h" />
  157. <ClInclude Include="bullet3/src/Bullet3Dynamics/shared/b3ConvertConstraint4.h" />
  158. <ClInclude Include="bullet3/src/Bullet3Dynamics/shared/b3Inertia.h" />
  159. <ClInclude Include="bullet3/src/Bullet3Dynamics/shared/b3IntegrateTransforms.h" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <ClInclude Include="bullet3/src/Bullet3Geometry/b3AabbUtil.h" />
  163. <ClCompile Include="bullet3/src/Bullet3Geometry/b3ConvexHullComputer.cpp" />
  164. <ClInclude Include="bullet3/src/Bullet3Geometry/b3ConvexHullComputer.h" />
  165. <ClCompile Include="bullet3/src/Bullet3Geometry/b3GeometryUtil.cpp" />
  166. <ClInclude Include="bullet3/src/Bullet3Geometry/b3GeometryUtil.h" />
  167. <ClInclude Include="bullet3/src/Bullet3Geometry/b3GrahamScan2dConvexHull.h" />
  168. </ItemGroup>
  169. <ItemGroup Condition="false">
  170. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3GpuBroadphaseInterface.h" />
  171. <ClCompile Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3GpuGridBroadphase.cpp" />
  172. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3GpuGridBroadphase.h" />
  173. <ClCompile Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvhBroadphase.cpp" />
  174. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvhBroadphase.h" />
  175. <ClCompile Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvh.cpp" />
  176. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvh.h" />
  177. <ClCompile Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3GpuSapBroadphase.cpp" />
  178. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3GpuSapBroadphase.h" />
  179. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/b3SapAabb.h" />
  180. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/kernels/gridBroadphase.cl" />
  181. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/kernels/gridBroadphaseKernels.h" />
  182. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/kernels/parallelLinearBvh.cl" />
  183. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/kernels/parallelLinearBvhKernels.h" />
  184. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/kernels/sap.cl" />
  185. <ClInclude Include="bullet3/src/Bullet3OpenCL/BroadphaseCollision/kernels/sapKernels.h" />
  186. <ClInclude Include="bullet3/src/Bullet3OpenCL/Initialize/b3OpenCLInclude.h" />
  187. <ClCompile Include="bullet3/src/Bullet3OpenCL/Initialize/b3OpenCLUtils.cpp" />
  188. <ClInclude Include="bullet3/src/Bullet3OpenCL/Initialize/b3OpenCLUtils.h" />
  189. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3BvhInfo.h" />
  190. <ClCompile Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3ContactCache.cpp" />
  191. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3ContactCache.h" />
  192. <ClCompile Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3ConvexHullContact.cpp" />
  193. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3ConvexHullContact.h" />
  194. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3ConvexPolyhedronCL.h" />
  195. <ClCompile Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3GjkEpa.cpp" />
  196. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3GjkEpa.h" />
  197. <ClCompile Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3OptimizedBvh.cpp" />
  198. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3OptimizedBvh.h" />
  199. <ClCompile Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3QuantizedBvh.cpp" />
  200. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3QuantizedBvh.h" />
  201. <ClCompile Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3StridingMeshInterface.cpp" />
  202. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3StridingMeshInterface.h" />
  203. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3SupportMappings.h" />
  204. <ClCompile Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3TriangleCallback.cpp" />
  205. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3TriangleCallback.h" />
  206. <ClCompile Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3TriangleIndexVertexArray.cpp" />
  207. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3TriangleIndexVertexArray.h" />
  208. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3VectorFloat4.h" />
  209. <ClCompile Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3VoronoiSimplexSolver.cpp" />
  210. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/b3VoronoiSimplexSolver.h" />
  211. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/bvhTraversal.cl" />
  212. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/bvhTraversal.h" />
  213. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/mpr.cl" />
  214. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/mprKernels.h" />
  215. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/primitiveContacts.cl" />
  216. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/primitiveContacts.h" />
  217. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/sat.cl" />
  218. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/satClipHullContacts.cl" />
  219. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/satClipHullContacts.h" />
  220. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/satConcave.cl" />
  221. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/satConcaveKernels.h" />
  222. <ClInclude Include="bullet3/src/Bullet3OpenCL/NarrowphaseCollision/kernels/satKernels.h" />
  223. <ClCompile Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3BoundSearchCL.cpp" />
  224. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3BoundSearchCL.h" />
  225. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3BufferInfoCL.h" />
  226. <ClCompile Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3FillCL.cpp" />
  227. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3FillCL.h" />
  228. <ClCompile Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3LauncherCL.cpp" />
  229. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3LauncherCL.h" />
  230. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3OpenCLArray.h" />
  231. <ClCompile Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3PrefixScanCL.cpp" />
  232. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3PrefixScanCL.h" />
  233. <ClCompile Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3PrefixScanFloat4CL.cpp" />
  234. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3PrefixScanFloat4CL.h" />
  235. <ClCompile Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3RadixSort32CL.cpp" />
  236. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/b3RadixSort32CL.h" />
  237. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/BoundSearchKernels.cl" />
  238. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/BoundSearchKernelsCL.h" />
  239. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/CopyKernels.cl" />
  240. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/CopyKernelsCL.h" />
  241. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/FillKernels.cl" />
  242. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/FillKernelsCL.h" />
  243. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/PrefixScanFloat4Kernels.cl" />
  244. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/PrefixScanKernels.cl" />
  245. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/PrefixScanKernelsCL.h" />
  246. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/PrefixScanKernelsFloat4CL.h" />
  247. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/RadixSort32Kernels.cl" />
  248. <ClInclude Include="bullet3/src/Bullet3OpenCL/ParallelPrimitives/kernels/RadixSort32KernelsCL.h" />
  249. <ClCompile Include="bullet3/src/Bullet3OpenCL/Raycast/b3GpuRaycast.cpp" />
  250. <ClInclude Include="bullet3/src/Bullet3OpenCL/Raycast/b3GpuRaycast.h" />
  251. <ClInclude Include="bullet3/src/Bullet3OpenCL/Raycast/kernels/rayCastKernels.cl" />
  252. <ClInclude Include="bullet3/src/Bullet3OpenCL/Raycast/kernels/rayCastKernels.h" />
  253. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuConstraint4.h" />
  254. <ClCompile Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuGenericConstraint.cpp" />
  255. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuGenericConstraint.h" />
  256. <ClCompile Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuJacobiContactSolver.cpp" />
  257. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuJacobiContactSolver.h" />
  258. <ClCompile Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuNarrowPhase.cpp" />
  259. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuNarrowPhase.h" />
  260. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuNarrowPhaseInternalData.h" />
  261. <ClCompile Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuPgsConstraintSolver.cpp" />
  262. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuPgsConstraintSolver.h" />
  263. <ClCompile Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuPgsContactSolver.cpp" />
  264. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuPgsContactSolver.h" />
  265. <ClCompile Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuRigidBodyPipeline.cpp" />
  266. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuRigidBodyPipeline.h" />
  267. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuRigidBodyPipelineInternalData.h" />
  268. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuSolverBody.h" />
  269. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3GpuSolverConstraint.h" />
  270. <ClCompile Include="bullet3/src/Bullet3OpenCL/RigidBody/b3Solver.cpp" />
  271. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/b3Solver.h" />
  272. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/batchingKernels.cl" />
  273. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/batchingKernels.h" />
  274. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/batchingKernelsNew.cl" />
  275. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/batchingKernelsNew.h" />
  276. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/integrateKernel.cl" />
  277. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/integrateKernel.h" />
  278. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/jointSolver.cl" />
  279. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/jointSolver.h" />
  280. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/solveContact.cl" />
  281. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/solveContact.h" />
  282. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/solveFriction.cl" />
  283. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/solveFriction.h" />
  284. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/solverSetup2.cl" />
  285. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/solverSetup2.h" />
  286. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/solverSetup.cl" />
  287. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/solverSetup.h" />
  288. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/solverUtils.cl" />
  289. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/solverUtils.h" />
  290. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/updateAabbsKernel.cl" />
  291. <ClInclude Include="bullet3/src/Bullet3OpenCL/RigidBody/kernels/updateAabbsKernel.h" />
  292. </ItemGroup>
  293. <ItemGroup>
  294. <ClInclude Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/autogenerated/bullet2.h" />
  295. <ClCompile Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3BulletFile.cpp" />
  296. <ClInclude Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3BulletFile.h" />
  297. <ClCompile Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3Chunk.cpp" />
  298. <ClInclude Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3Chunk.h" />
  299. <ClInclude Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3Common.h" />
  300. <ClInclude Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3Defines.h" />
  301. <ClCompile Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3DNA.cpp" />
  302. <ClInclude Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3DNA.h" />
  303. <ClCompile Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3File.cpp" />
  304. <ClInclude Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3File.h" />
  305. <ClCompile Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3Serializer.cpp" />
  306. <ClInclude Include="bullet3/src/Bullet3Serialize/Bullet2FileLoader/b3Serializer.h" />
  307. </ItemGroup>
  308. <ItemGroup>
  309. <ClCompile Include="bullet3/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp" />
  310. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h" />
  311. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h" />
  312. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h" />
  313. <ClCompile Include="bullet3/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp" />
  314. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" />
  315. <ClCompile Include="bullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp" />
  316. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h" />
  317. <ClCompile Include="bullet3/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp" />
  318. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h" />
  319. <ClCompile Include="bullet3/src/BulletCollision/BroadphaseCollision/btDbvt.cpp" />
  320. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btDbvt.h" />
  321. <ClCompile Include="bullet3/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp" />
  322. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btDispatcher.h" />
  323. <ClCompile Include="bullet3/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp" />
  324. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h" />
  325. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h" />
  326. <ClCompile Include="bullet3/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp" />
  327. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h" />
  328. <ClCompile Include="bullet3/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp" />
  329. <ClInclude Include="bullet3/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h" />
  330. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp" />
  331. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h" />
  332. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp" />
  333. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.h" />
  334. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp" />
  335. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h" />
  336. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp" />
  337. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.h" />
  338. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionConfiguration.h" />
  339. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h" />
  340. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp" />
  341. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h" />
  342. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionDispatcherMt.cpp" />
  343. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionDispatcherMt.h" />
  344. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp" />
  345. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionObject.h" />
  346. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionObjectWrapper.h" />
  347. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp" />
  348. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionWorld.h" />
  349. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionWorldImporter.cpp" />
  350. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btCollisionWorldImporter.h" />
  351. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp" />
  352. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h" />
  353. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp" />
  354. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.h" />
  355. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp" />
  356. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.h" />
  357. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp" />
  358. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h" />
  359. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp" />
  360. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h" />
  361. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp" />
  362. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h" />
  363. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp" />
  364. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h" />
  365. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp" />
  366. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.h" />
  367. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btGhostObject.cpp" />
  368. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btGhostObject.h" />
  369. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btHashedSimplePairCache.cpp" />
  370. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btHashedSimplePairCache.h" />
  371. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp" />
  372. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btInternalEdgeUtility.h" />
  373. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp" />
  374. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btManifoldResult.h" />
  375. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp" />
  376. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h" />
  377. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp" />
  378. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h" />
  379. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp" />
  380. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h" />
  381. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp" />
  382. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h" />
  383. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/btUnionFind.cpp" />
  384. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/btUnionFind.h" />
  385. <ClCompile Include="bullet3/src/BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp" />
  386. <ClInclude Include="bullet3/src/BulletCollision/CollisionDispatch/SphereTriangleDetector.h" />
  387. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btBox2dShape.cpp" />
  388. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btBox2dShape.h" />
  389. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btBoxShape.cpp" />
  390. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btBoxShape.h" />
  391. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp" />
  392. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h" />
  393. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp" />
  394. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btCapsuleShape.h" />
  395. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btCollisionMargin.h" />
  396. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btCollisionShape.cpp" />
  397. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btCollisionShape.h" />
  398. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btCompoundShape.cpp" />
  399. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btCompoundShape.h" />
  400. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btConcaveShape.cpp" />
  401. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btConcaveShape.h" />
  402. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btConeShape.cpp" />
  403. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btConeShape.h" />
  404. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btConvex2dShape.cpp" />
  405. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btConvex2dShape.h" />
  406. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp" />
  407. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btConvexHullShape.h" />
  408. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp" />
  409. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btConvexInternalShape.h" />
  410. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp" />
  411. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btConvexPointCloudShape.h" />
  412. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btConvexPolyhedron.cpp" />
  413. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btConvexPolyhedron.h" />
  414. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btConvexShape.cpp" />
  415. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btConvexShape.h" />
  416. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp" />
  417. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h" />
  418. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btCylinderShape.cpp" />
  419. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btCylinderShape.h" />
  420. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btEmptyShape.cpp" />
  421. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btEmptyShape.h" />
  422. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp" />
  423. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h" />
  424. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btMaterial.h" />
  425. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btMiniSDF.cpp" />
  426. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btMiniSDF.h" />
  427. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp" />
  428. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btMinkowskiSumShape.h" />
  429. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp" />
  430. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h" />
  431. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp" />
  432. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btMultiSphereShape.h" />
  433. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp" />
  434. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btOptimizedBvh.h" />
  435. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp" />
  436. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h" />
  437. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp" />
  438. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h" />
  439. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btSdfCollisionShape.cpp" />
  440. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btSdfCollisionShape.h" />
  441. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btShapeHull.cpp" />
  442. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btShapeHull.h" />
  443. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btSphereShape.cpp" />
  444. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btSphereShape.h" />
  445. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp" />
  446. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h" />
  447. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp" />
  448. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h" />
  449. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp" />
  450. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btTetrahedronShape.h" />
  451. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleBuffer.cpp" />
  452. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleBuffer.h" />
  453. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleCallback.cpp" />
  454. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleCallback.h" />
  455. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp" />
  456. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h" />
  457. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp" />
  458. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h" />
  459. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h" />
  460. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp" />
  461. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleMesh.h" />
  462. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp" />
  463. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h" />
  464. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btTriangleShape.h" />
  465. <ClCompile Include="bullet3/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp" />
  466. <ClInclude Include="bullet3/src/BulletCollision/CollisionShapes/btUniformScalingShape.h" />
  467. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btBoxCollision.h" />
  468. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btClipPolygon.h" />
  469. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btCompoundFromGimpact.h" />
  470. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/btContactProcessing.cpp" />
  471. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btContactProcessing.h" />
  472. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btContactProcessingStructs.h" />
  473. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/btGenericPoolAllocator.cpp" />
  474. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btGenericPoolAllocator.h" />
  475. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btGeometryOperations.h" />
  476. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/btGImpactBvh.cpp" />
  477. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btGImpactBvh.h" />
  478. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btGImpactBvhStructs.h" />
  479. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp" />
  480. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h" />
  481. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btGImpactMassUtil.h" />
  482. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp" />
  483. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h" />
  484. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btGImpactQuantizedBvhStructs.h" />
  485. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/btGImpactShape.cpp" />
  486. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btGImpactShape.h" />
  487. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btQuantization.h" />
  488. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp" />
  489. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/btTriangleShapeEx.h" />
  490. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_array.h" />
  491. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_basic_geometry_operations.h" />
  492. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_bitset.h" />
  493. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_box_collision.h" />
  494. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/gim_box_set.cpp" />
  495. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_box_set.h" />
  496. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_clip_polygon.h" />
  497. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/gim_contact.cpp" />
  498. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_contact.h" />
  499. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_geometry.h" />
  500. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_geom_types.h" />
  501. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_hash_table.h" />
  502. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_linear_math.h" />
  503. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_math.h" />
  504. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/gim_memory.cpp" />
  505. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_memory.h" />
  506. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_pair.h" />
  507. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_radixsort.h" />
  508. <ClCompile Include="bullet3/src/BulletCollision/Gimpact/gim_tri_collision.cpp" />
  509. <ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_tri_collision.h" />
  510. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btComputeGjkEpaPenetration.h" />
  511. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp" />
  512. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.h" />
  513. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btConvexCast.cpp" />
  514. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btConvexCast.h" />
  515. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h" />
  516. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h" />
  517. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btGjkCollisionDescription.h" />
  518. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp" />
  519. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.h" />
  520. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp" />
  521. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h" />
  522. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btGjkEpa3.h" />
  523. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp" />
  524. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h" />
  525. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp" />
  526. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h" />
  527. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h" />
  528. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp" />
  529. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h" />
  530. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btMprPenetration.h" />
  531. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp" />
  532. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h" />
  533. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btPointCollector.h" />
  534. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp" />
  535. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.h" />
  536. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp" />
  537. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btRaycastCallback.h" />
  538. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h" />
  539. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp" />
  540. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h" />
  541. <ClCompile Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp" />
  542. <ClInclude Include="bullet3/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h" />
  543. </ItemGroup>
  544. <ItemGroup>
  545. <ClInclude Include="bullet3/src/BulletDynamics/Character/btCharacterControllerInterface.h" />
  546. <ClCompile Include="bullet3/src/BulletDynamics/Character/btKinematicCharacterController.cpp" />
  547. <ClInclude Include="bullet3/src/BulletDynamics/Character/btKinematicCharacterController.h" />
  548. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btBatchedConstraints.cpp" />
  549. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btBatchedConstraints.h" />
  550. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp" />
  551. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h" />
  552. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btConstraintSolver.h" />
  553. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp" />
  554. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btContactConstraint.h" />
  555. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h" />
  556. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btFixedConstraint.cpp" />
  557. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btFixedConstraint.h" />
  558. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btGearConstraint.cpp" />
  559. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btGearConstraint.h" />
  560. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp" />
  561. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h" />
  562. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.cpp" />
  563. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.h" />
  564. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp" />
  565. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h" />
  566. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp" />
  567. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h" />
  568. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp" />
  569. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h" />
  570. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h" />
  571. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btNNCGConstraintSolver.cpp" />
  572. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btNNCGConstraintSolver.h" />
  573. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp" />
  574. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h" />
  575. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp" />
  576. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h" />
  577. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.cpp" />
  578. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.h" />
  579. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp" />
  580. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h" />
  581. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.cpp" />
  582. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.h" />
  583. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btSolverBody.h" />
  584. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h" />
  585. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp" />
  586. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h" />
  587. <ClCompile Include="bullet3/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp" />
  588. <ClInclude Include="bullet3/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h" />
  589. <ClInclude Include="bullet3/src/BulletDynamics/Dynamics/btActionInterface.h" />
  590. <ClCompile Include="bullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp" />
  591. <ClInclude Include="bullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h" />
  592. <ClCompile Include="bullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorldMt.cpp" />
  593. <ClInclude Include="bullet3/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorldMt.h" />
  594. <ClInclude Include="bullet3/src/BulletDynamics/Dynamics/btDynamicsWorld.h" />
  595. <ClCompile Include="bullet3/src/BulletDynamics/Dynamics/btRigidBody.cpp" />
  596. <ClInclude Include="bullet3/src/BulletDynamics/Dynamics/btRigidBody.h" />
  597. <ClCompile Include="bullet3/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp" />
  598. <ClInclude Include="bullet3/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h" />
  599. <ClCompile Include="bullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp" />
  600. <ClInclude Include="bullet3/src/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h" />
  601. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraint.cpp" />
  602. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraint.h" />
  603. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp" />
  604. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h" />
  605. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBody.cpp" />
  606. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp" />
  607. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h" />
  608. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyFixedConstraint.cpp" />
  609. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyFixedConstraint.h" />
  610. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyGearConstraint.cpp" />
  611. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyGearConstraint.h" />
  612. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBody.h" />
  613. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h" />
  614. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyJointFeedback.h" />
  615. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.cpp" />
  616. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.h" />
  617. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyJointMotor.cpp" />
  618. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyJointMotor.h" />
  619. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyLinkCollider.h" />
  620. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyLink.h" />
  621. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyPoint2Point.cpp" />
  622. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyPoint2Point.h" />
  623. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodySliderConstraint.cpp" />
  624. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodySliderConstraint.h" />
  625. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodySolverConstraint.h" />
  626. <ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.cpp" />
  627. <ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.h" />
  628. <ClCompile Include="bullet3/src/BulletDynamics/MLCPSolvers/btDantzigLCP.cpp" />
  629. <ClInclude Include="bullet3/src/BulletDynamics/MLCPSolvers/btDantzigLCP.h" />
  630. <ClInclude Include="bullet3/src/BulletDynamics/MLCPSolvers/btDantzigSolver.h" />
  631. <ClCompile Include="bullet3/src/BulletDynamics/MLCPSolvers/btLemkeAlgorithm.cpp" />
  632. <ClInclude Include="bullet3/src/BulletDynamics/MLCPSolvers/btLemkeAlgorithm.h" />
  633. <ClInclude Include="bullet3/src/BulletDynamics/MLCPSolvers/btLemkeSolver.h" />
  634. <ClCompile Include="bullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp" />
  635. <ClInclude Include="bullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolver.h" />
  636. <ClInclude Include="bullet3/src/BulletDynamics/MLCPSolvers/btMLCPSolverInterface.h" />
  637. <ClInclude Include="bullet3/src/BulletDynamics/MLCPSolvers/btPATHSolver.h" />
  638. <ClInclude Include="bullet3/src/BulletDynamics/MLCPSolvers/btSolveProjectedGaussSeidel.h" />
  639. <ClCompile Include="bullet3/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp" />
  640. <ClInclude Include="bullet3/src/BulletDynamics/Vehicle/btRaycastVehicle.h" />
  641. <ClInclude Include="bullet3/src/BulletDynamics/Vehicle/btVehicleRaycaster.h" />
  642. <ClCompile Include="bullet3/src/BulletDynamics/Vehicle/btWheelInfo.cpp" />
  643. <ClInclude Include="bullet3/src/BulletDynamics/Vehicle/btWheelInfo.h" />
  644. </ItemGroup>
  645. <ItemGroup>
  646. <ClInclude Include="bullet3/src/BulletInverseDynamics/details/IDEigenInterface.hpp" />
  647. <ClInclude Include="bullet3/src/BulletInverseDynamics/details/IDLinearMathInterface.hpp" />
  648. <ClInclude Include="bullet3/src/BulletInverseDynamics/details/IDMatVec.hpp" />
  649. <ClCompile Include="bullet3/src/BulletInverseDynamics/details/MultiBodyTreeImpl.cpp" />
  650. <ClInclude Include="bullet3/src/BulletInverseDynamics/details/MultiBodyTreeImpl.hpp" />
  651. <ClCompile Include="bullet3/src/BulletInverseDynamics/details/MultiBodyTreeInitCache.cpp" />
  652. <ClInclude Include="bullet3/src/BulletInverseDynamics/details/MultiBodyTreeInitCache.hpp" />
  653. <ClInclude Include="bullet3/src/BulletInverseDynamics/IDConfigBuiltin.hpp" />
  654. <ClInclude Include="bullet3/src/BulletInverseDynamics/IDConfigEigen.hpp" />
  655. <ClInclude Include="bullet3/src/BulletInverseDynamics/IDConfig.hpp" />
  656. <ClInclude Include="bullet3/src/BulletInverseDynamics/IDErrorMessages.hpp" />
  657. <ClCompile Include="bullet3/src/BulletInverseDynamics/IDMath.cpp" />
  658. <ClInclude Include="bullet3/src/BulletInverseDynamics/IDMath.hpp" />
  659. <ClCompile Include="bullet3/src/BulletInverseDynamics/MultiBodyTree.cpp" />
  660. <ClInclude Include="bullet3/src/BulletInverseDynamics/MultiBodyTree.hpp" />
  661. </ItemGroup>
  662. <ItemGroup>
  663. <ClInclude Include="bullet3/src/BulletSoftBody/btCGProjection.h" />
  664. <ClInclude Include="bullet3/src/BulletSoftBody/btConjugateGradient.h" />
  665. <ClCompile Include="bullet3/src/BulletSoftBody/btDefaultSoftBodySolver.cpp" />
  666. <ClInclude Include="bullet3/src/BulletSoftBody/btDefaultSoftBodySolver.h" />
  667. <ClCompile Include="bullet3/src/BulletSoftBody/btDeformableBackwardEulerObjective.cpp" />
  668. <ClInclude Include="bullet3/src/BulletSoftBody/btDeformableBackwardEulerObjective.h" />
  669. <ClCompile Include="bullet3/src/BulletSoftBody/btDeformableBodySolver.cpp" />
  670. <ClInclude Include="bullet3/src/BulletSoftBody/btDeformableBodySolver.h" />
  671. <ClCompile Include="bullet3/src/BulletSoftBody/btDeformableContactProjection.cpp" />
  672. <ClInclude Include="bullet3/src/BulletSoftBody/btDeformableContactProjection.h" />
  673. <ClInclude Include="bullet3/src/BulletSoftBody/btDeformableCorotatedForce.h" />
  674. <ClInclude Include="bullet3/src/BulletSoftBody/btDeformableGravityForce.h" />
  675. <ClInclude Include="bullet3/src/BulletSoftBody/btDeformableLagrangianForce.h" />
  676. <ClInclude Include="bullet3/src/BulletSoftBody/btDeformableMassSpringForce.h" />
  677. <ClCompile Include="bullet3/src/BulletSoftBody/btDeformableMultiBodyConstraintSolver.cpp" />
  678. <ClInclude Include="bullet3/src/BulletSoftBody/btDeformableMultiBodyConstraintSolver.h" />
  679. <ClCompile Include="bullet3/src/BulletSoftBody/btDeformableMultiBodyDynamicsWorld.cpp" />
  680. <ClInclude Include="bullet3/src/BulletSoftBody/btDeformableMultiBodyDynamicsWorld.h" />
  681. <ClInclude Include="bullet3/src/BulletSoftBody/btDeformableNeoHookeanForce.h" />
  682. <ClInclude Include="bullet3/src/BulletSoftBody/btPreconditioner.h" />
  683. <ClCompile Include="bullet3/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp" />
  684. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h" />
  685. <ClCompile Include="bullet3/src/BulletSoftBody/btSoftBody.cpp" />
  686. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftBodyData.h" />
  687. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftBody.h" />
  688. <ClCompile Include="bullet3/src/BulletSoftBody/btSoftBodyHelpers.cpp" />
  689. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftBodyHelpers.h" />
  690. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftBodyInternals.h" />
  691. <ClCompile Include="bullet3/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp" />
  692. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h" />
  693. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftBodySolvers.h" />
  694. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftBodySolverVertexBuffer.h" />
  695. <ClCompile Include="bullet3/src/BulletSoftBody/btSoftMultiBodyDynamicsWorld.cpp" />
  696. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftMultiBodyDynamicsWorld.h" />
  697. <ClCompile Include="bullet3/src/BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp" />
  698. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftRigidCollisionAlgorithm.h" />
  699. <ClCompile Include="bullet3/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp" />
  700. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftRigidDynamicsWorld.h" />
  701. <ClCompile Include="bullet3/src/BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp" />
  702. <ClInclude Include="bullet3/src/BulletSoftBody/btSoftSoftCollisionAlgorithm.h" />
  703. <ClInclude Include="bullet3/src/BulletSoftBody/btSparseSDF.h" />
  704. </ItemGroup>
  705. <ItemGroup>
  706. <ClInclude Include="bullet3/src/LinearMath/btAabbUtil2.h" />
  707. <ClCompile Include="bullet3/src/LinearMath/btAlignedAllocator.cpp" />
  708. <ClInclude Include="bullet3/src/LinearMath/btAlignedAllocator.h" />
  709. <ClInclude Include="bullet3/src/LinearMath/btAlignedObjectArray.h" />
  710. <ClCompile Include="bullet3/src/LinearMath/btConvexHullComputer.cpp" />
  711. <ClInclude Include="bullet3/src/LinearMath/btConvexHullComputer.h" />
  712. <ClCompile Include="bullet3/src/LinearMath/btConvexHull.cpp" />
  713. <ClInclude Include="bullet3/src/LinearMath/btConvexHull.h" />
  714. <ClInclude Include="bullet3/src/LinearMath/btCpuFeatureUtility.h" />
  715. <ClInclude Include="bullet3/src/LinearMath/btDefaultMotionState.h" />
  716. <ClCompile Include="bullet3/src/LinearMath/btGeometryUtil.cpp" />
  717. <ClInclude Include="bullet3/src/LinearMath/btGeometryUtil.h" />
  718. <ClInclude Include="bullet3/src/LinearMath/btGrahamScan2dConvexHull.h" />
  719. <ClInclude Include="bullet3/src/LinearMath/btHashMap.h" />
  720. <ClInclude Include="bullet3/src/LinearMath/btIDebugDraw.h" />
  721. <ClInclude Include="bullet3/src/LinearMath/btList.h" />
  722. <ClInclude Include="bullet3/src/LinearMath/btMatrix3x3.h" />
  723. <ClInclude Include="bullet3/src/LinearMath/btMatrixX.h" />
  724. <ClInclude Include="bullet3/src/LinearMath/btMinMax.h" />
  725. <ClInclude Include="bullet3/src/LinearMath/btMotionState.h" />
  726. <ClCompile Include="bullet3/src/LinearMath/btPolarDecomposition.cpp" />
  727. <ClInclude Include="bullet3/src/LinearMath/btPolarDecomposition.h" />
  728. <ClInclude Include="bullet3/src/LinearMath/btPoolAllocator.h" />
  729. <ClInclude Include="bullet3/src/LinearMath/btQuadWord.h" />
  730. <ClInclude Include="bullet3/src/LinearMath/btQuaternion.h" />
  731. <ClCompile Include="bullet3/src/LinearMath/btQuickprof.cpp" />
  732. <ClInclude Include="bullet3/src/LinearMath/btQuickprof.h" />
  733. <ClInclude Include="bullet3/src/LinearMath/btRandom.h" />
  734. <ClInclude Include="bullet3/src/LinearMath/btScalar.h" />
  735. <ClCompile Include="bullet3/src/LinearMath/btSerializer64.cpp" />
  736. <ClCompile Include="bullet3/src/LinearMath/btSerializer.cpp" />
  737. <ClInclude Include="bullet3/src/LinearMath/btSerializer.h" />
  738. <ClInclude Include="bullet3/src/LinearMath/btSpatialAlgebra.h" />
  739. <ClInclude Include="bullet3/src/LinearMath/btStackAlloc.h" />
  740. <ClCompile Include="bullet3/src/LinearMath/btThreads.cpp" />
  741. <ClInclude Include="bullet3/src/LinearMath/btThreads.h" />
  742. <ClInclude Include="bullet3/src/LinearMath/btTransform.h" />
  743. <ClInclude Include="bullet3/src/LinearMath/btTransformUtil.h" />
  744. <ClCompile Include="bullet3/src/LinearMath/btVector3.cpp" />
  745. <ClInclude Include="bullet3/src/LinearMath/btVector3.h" />
  746. </ItemGroup>
  747. <ItemGroup Condition="false">
  748. <ClCompile Include="bullet3/src/clew/clew.c" />
  749. <ClInclude Include="bullet3/src/clew/clew.h" />
  750. </ItemGroup>
  751. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  752. <ImportGroup Label="ExtensionTargets">
  753. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  754. </ImportGroup>
  755. </Project>