Updated project files for VS 10.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7609 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-02-04 08:36:28 +00:00
parent b84df65e94
commit 4d8ecb3612
3 changed files with 116 additions and 25 deletions

View File

@ -119,21 +119,29 @@
<ClCompile Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btDbvt.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btDispatcher.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btCollisionObject.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btCollisionWorld.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btGhostObject.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btManifoldResult.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp" />
@ -141,6 +149,7 @@
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btUnionFind.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btBox2dShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btBoxShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btCapsuleShape.cpp" />
@ -148,17 +157,21 @@
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btCompoundShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConcaveShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConeShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvex2dShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexHullShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexInternalShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btCylinderShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btEmptyShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btMultiSphereShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btOptimizedBvh.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btShapeHull.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btSphereShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btStaticPlaneShape.cpp" />
@ -167,13 +180,25 @@
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleBuffer.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleCallback.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleMesh.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleMeshShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\CollisionShapes\btUniformScalingShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\btContactProcessing.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\btGenericPoolAllocator.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\btGImpactBvh.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\btGImpactShape.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\btTriangleShapeEx.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\gim_box_set.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\gim_contact.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\gim_memory.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\Gimpact\gim_tri_collision.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexCast.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp" />
@ -181,14 +206,20 @@
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp" />
<ClCompile Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\Character\btKinematicCharacterController.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btContactConstraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btSorLcp.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" />
<ClCompile Include="..\..\bullet\src\BulletDynamics\Dynamics\btRigidBody.cpp" />
@ -200,42 +231,25 @@
<ClCompile Include="..\..\bullet\src\LinearMath\btConvexHull.cpp" />
<ClCompile Include="..\..\bullet\src\LinearMath\btGeometryUtil.cpp" />
<ClCompile Include="..\..\bullet\src\LinearMath\btQuickprof.cpp" />
<ClCompile Include="..\..\bullet\src\LinearMath\btSerializer.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\bullet\src\btBulletCollisionCommon.h" />
<ClInclude Include="..\..\bullet\src\btBulletDynamicsCommon.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btAabbUtil2.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btAlignedAllocator.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btAlignedObjectArray.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexHull.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btDefaultMotionState.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btGeometryUtil.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btIDebugDraw.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btList.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btMatrix3x3.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btMinMax.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btMotionState.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btPoint3.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btPoolAllocator.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btQuadWord.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btQuaternion.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btQuickprof.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btRandom.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btScalar.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btStackAlloc.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btTransform.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btTransformUtil.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btTypedUserInfo.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btVector3.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseInterface.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btDbvt.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btDispatcher.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btCollisionConfiguration.h" />
@ -244,11 +258,14 @@
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btCollisionObject.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btCollisionWorld.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btGhostObject.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btManifoldResult.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h" />
@ -256,6 +273,7 @@
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\btUnionFind.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btBox2dShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btBoxShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btCapsuleShape.h" />
@ -264,17 +282,22 @@
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btCompoundShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConcaveShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConeShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvex2dShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexHullShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexInternalShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btCylinderShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btEmptyShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btMaterial.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btMultiSphereShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btOptimizedBvh.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btShapeHull.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btSphereShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btStaticPlaneShape.h" />
@ -283,16 +306,45 @@
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleBuffer.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleCallback.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleInfoMap.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleMesh.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleMeshShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btTriangleShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\CollisionShapes\btUniformScalingShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btBoxCollision.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btClipPolygon.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btContactProcessing.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btGenericPoolAllocator.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btGeometryOperations.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btGImpactBvh.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btGImpactMassUtil.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btGImpactShape.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btQuantization.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\btTriangleShapeEx.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_array.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_basic_geometry_operations.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_bitset.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_box_collision.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_box_set.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_clip_polygon.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_contact.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_geometry.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_geom_types.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_hash_table.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_linear_math.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_math.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_memory.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_radixsort.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\Gimpact\gim_tri_collision.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexCast.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btManifoldPoint.h" />
@ -303,19 +355,27 @@
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h" />
<ClInclude Include="..\..\bullet\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\Character\btCharacterControllerInterface.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\Character\btKinematicCharacterController.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btConstraintSolver.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btContactConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btContactSolverInfo.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btHingeConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btJacobianEntry.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btSliderConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btSolverBody.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btSolverConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btSorLcp.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btTypedConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\Dynamics\btActionInterface.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\Dynamics\btDynamicsWorld.h" />
@ -324,6 +384,29 @@
<ClInclude Include="..\..\bullet\src\BulletDynamics\Vehicle\btRaycastVehicle.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\Vehicle\btVehicleRaycaster.h" />
<ClInclude Include="..\..\bullet\src\BulletDynamics\Vehicle\btWheelInfo.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btAabbUtil2.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btAlignedAllocator.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btAlignedObjectArray.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btConvexHull.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btDefaultMotionState.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btGeometryUtil.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btHashMap.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btIDebugDraw.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btList.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btMatrix3x3.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btMinMax.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btMotionState.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btPoolAllocator.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btQuadWord.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btQuaternion.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btQuickprof.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btRandom.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btScalar.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btSerializer.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btStackAlloc.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btTransform.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btTransformUtil.h" />
<ClInclude Include="..\..\bullet\src\LinearMath\btVector3.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View File

@ -200,6 +200,7 @@
<ClCompile Include="..\..\challenges\challenge.cpp" />
<ClCompile Include="..\..\challenges\challenge_data.cpp" />
<ClCompile Include="..\..\challenges\unlock_manager.cpp" />
<ClCompile Include="..\..\physics\btKartRaycast.cpp" />
<ClCompile Include="..\..\utils\constants.cpp" />
<ClCompile Include="..\..\utils\random_generator.cpp" />
<ClCompile Include="..\..\utils\string_utils.cpp" />
@ -406,6 +407,7 @@
<ClInclude Include="..\..\network\race_state.hpp" />
<ClInclude Include="..\..\network\remote_kart_info.hpp" />
<ClInclude Include="..\..\network\world_loaded_message.hpp" />
<ClInclude Include="..\..\physics\btKartRaycast.hpp" />
<ClInclude Include="..\..\utils\constants.hpp" />
<ClInclude Include="..\..\utils\no_copy.hpp" />
<ClInclude Include="..\..\utils\ptr_vector.hpp" />

View File

@ -714,6 +714,9 @@
<ClCompile Include="..\..\graphics\particle_kind_manager.cpp">
<Filter>Quelldateien\graphics</Filter>
</ClCompile>
<ClCompile Include="..\..\physics\btKartRaycast.cpp">
<Filter>Quelldateien\physics</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\main_loop.hpp">
@ -1337,5 +1340,8 @@
<ClInclude Include="..\..\graphics\particle_kind_manager.hpp">
<Filter>Headerdateien\graphics</Filter>
</ClInclude>
<ClInclude Include="..\..\physics\btKartRaycast.hpp">
<Filter>Headerdateien\physics</Filter>
</ClInclude>
</ItemGroup>
</Project>