<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|PS3"> <Configuration>Debug</Configuration> <Platform>PS3</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|Xbox 360"> <Configuration>Debug</Configuration> <Platform>Xbox 360</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|PS3"> <Configuration>Release</Configuration> <Platform>PS3</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Xbox 360"> <Configuration>Release</Configuration> <Platform>Xbox 360</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}</ProjectGuid> <ConfigurationType>StaticLibrary</ConfigurationType> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(SolutionDir)\Lol.Core.Config.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <UseDebugLibraries>true</UseDebugLibraries> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <UseDebugLibraries>true</UseDebugLibraries> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'" Label="Configuration"> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'" Label="Configuration"> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" Label="Configuration"> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PS3'" Label="Configuration"> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <ImportGroup Label="ExtensionSettings"> <Import Project="$(SolutionDir)\Lol.Fx.props" /> </ImportGroup> <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(SolutionDir)\Lol.Core.Vars.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <Import Project="$(SolutionDir)\Lol.Core.Rules.props" /> <ItemDefinitionGroup> <ClCompile> <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="application\application.cpp" /> <ClCompile Include="audio.cpp" /> <ClCompile Include="bullet\BulletCollision\BroadphaseCollision\btAxisSweep3.cpp" /> <ClCompile Include="bullet\BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp" /> <ClCompile Include="bullet\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\BroadphaseCollision\btDbvt.cpp" /> <ClCompile Include="bullet\BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp" /> <ClCompile Include="bullet\BulletCollision\BroadphaseCollision\btDispatcher.cpp" /> <ClCompile Include="bullet\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp" /> <ClCompile Include="bullet\BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp" /> <ClCompile Include="bullet\BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp" /> <ClCompile Include="bullet\BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btCollisionObject.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btCollisionWorld.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btGhostObject.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btManifoldResult.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\btUnionFind.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btBox2dShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btBoxShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btCapsuleShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btCollisionShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btCompoundShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btConcaveShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btConeShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btConvex2dShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btConvexHullShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btConvexInternalShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btConvexPolyhedron.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btConvexShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btCylinderShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btEmptyShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btMultiSphereShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btOptimizedBvh.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btShapeHull.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btSphereShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btStaticPlaneShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btStridingMeshInterface.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btTetrahedronShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btTriangleBuffer.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btTriangleCallback.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btTriangleMesh.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btTriangleMeshShape.cpp" /> <ClCompile Include="bullet\BulletCollision\CollisionShapes\btUniformScalingShape.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\btContactProcessing.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\btGenericPoolAllocator.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\btGImpactBvh.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\btGImpactShape.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\btTriangleShapeEx.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\gim_box_set.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\gim_contact.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\gim_memory.cpp" /> <ClCompile Include="bullet\BulletCollision\Gimpact\gim_tri_collision.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btConvexCast.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btPersistentManifold.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp" /> <ClCompile Include="bullet\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp" /> <ClCompile Include="bullet\BulletDynamics\Character\btKinematicCharacterController.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btContactConstraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" /> <ClCompile Include="bullet\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" /> <ClCompile Include="bullet\BulletDynamics\Dynamics\btRigidBody.cpp" /> <ClCompile Include="bullet\BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp" /> <ClCompile Include="bullet\BulletDynamics\Dynamics\Bullet-C-API.cpp" /> <ClCompile Include="bullet\BulletDynamics\Vehicle\btRaycastVehicle.cpp" /> <ClCompile Include="bullet\BulletDynamics\Vehicle\btWheelInfo.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\btGpu3DGridBroadphase.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\btParallelConstraintSolver.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\btThreadSupportInterface.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\PosixThreadSupport.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SequentialThreadSupport.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuCollisionObjectWrapper.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuCollisionTaskProcess.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuFakeDma.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuGatheringCollisionDispatcher.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuLibspe2Support.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuSampleTask\SpuSampleTask.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\SpuSampleTaskProcess.cpp" /> <ClCompile Condition="'true'=='false'" Include="bullet\BulletMultiThreaded\Win32ThreadSupport.cpp" /> <ClCompile Include="bullet\BulletSoftBody\btDefaultSoftBodySolver.cpp" /> <ClCompile Include="bullet\BulletSoftBody\btSoftBody.cpp" /> <ClCompile Include="bullet\BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletSoftBody\btSoftBodyHelpers.cpp" /> <ClCompile Include="bullet\BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.cpp" /> <ClCompile Include="bullet\BulletSoftBody\btSoftRigidCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\BulletSoftBody\btSoftRigidDynamicsWorld.cpp" /> <ClCompile Include="bullet\BulletSoftBody\btSoftSoftCollisionAlgorithm.cpp" /> <ClCompile Include="bullet\LinearMath\btAlignedAllocator.cpp" /> <ClCompile Include="bullet\LinearMath\btConvexHull.cpp" /> <ClCompile Include="bullet\LinearMath\btConvexHullComputer.cpp" /> <ClCompile Include="bullet\LinearMath\btGeometryUtil.cpp" /> <ClCompile Include="bullet\LinearMath\btQuickprof.cpp" /> <ClCompile Include="bullet\LinearMath\btSerializer.cpp" /> <ClCompile Include="camera.cpp" /> <ClCompile Include="debug\fps.cpp" /> <ClCompile Include="debug\quad.cpp" /> <ClCompile Include="debug\record.cpp" /> <ClCompile Include="debug\sphere.cpp" /> <ClCompile Include="debug\stats.cpp" /> <ClCompile Include="dict.cpp" /> <ClCompile Include="easymesh\easymesh-compiler.cpp" /> <ClCompile Include="easymesh\easymesh.cpp" /> <ClCompile Include="eglapp.cpp" /> <ClCompile Include="emitter.cpp" /> <ClCompile Include="entity.cpp" /> <ClCompile Include="font.cpp" /> <ClCompile Include="forge.cpp" /> <ClCompile Include="generated\easymesh-parser.cpp" /> <ClCompile Include="generated\easymesh-scanner.cpp" /> <ClCompile Include="generated\lolfx-parser.cpp" /> <ClCompile Include="generated\lolfx-scanner.cpp" /> <ClCompile Include="gpu\framebuffer.cpp" /> <ClCompile Include="gpu\indexbuffer.cpp" /> <ClCompile Include="gpu\lolfx-compiler.cpp" /> <ClCompile Include="gpu\shader.cpp" /> <ClCompile Include="gpu\vertexbuffer.cpp" /> <ClCompile Include="gradient.cpp" /> <ClCompile Include="hash.cpp" /> <ClCompile Include="image\codec\android-image.cpp" /> <ClCompile Include="image\codec\dummy-image.cpp" /> <ClCompile Include="image\codec\gdiplus-image.cpp" /> <ClCompile Include="image\codec\ios-image.cpp" /> <ClCompile Include="image\codec\ps3-image.cpp" /> <ClCompile Include="image\codec\sdl-image.cpp" /> <ClCompile Include="image\image.cpp" /> <ClCompile Include="input\input.cpp" /> <ClCompile Include="input\stick.cpp" /> <ClCompile Include="layer.cpp" /> <ClCompile Include="log.cpp" /> <ClCompile Include="map.cpp" /> <ClCompile Include="math\half.cpp" /> <ClCompile Include="math\real.cpp" /> <ClCompile Include="math\trig.cpp" /> <ClCompile Include="math\vector.cpp" /> <ClCompile Include="platform.cpp" /> <ClCompile Include="platform\d3d9\d3d9input.cpp" /> <ClCompile Include="platform\ps3\ps3app.cpp" /> <ClCompile Include="platform\ps3\ps3input.cpp" /> <ClCompile Include="platform\sdl\sdlapp.cpp" /> <ClCompile Include="platform\sdl\sdlinput.cpp" /> <ClCompile Include="platform\xbox\xboxapp.cpp" /> <ClCompile Include="platform\xbox\xboxinput.cpp" /> <ClCompile Include="profiler.cpp" /> <ClCompile Include="sample.cpp" /> <ClCompile Include="sampler.cpp" /> <ClCompile Include="scene.cpp" /> <ClCompile Include="sprite.cpp" /> <ClCompile Include="text.cpp" /> <ClCompile Include="ticker.cpp" /> <ClCompile Include="tiler.cpp" /> <ClCompile Include="tileset.cpp" /> <ClCompile Include="timer.cpp" /> <ClCompile Include="video.cpp" /> <ClCompile Include="world.cpp" /> <ClCompile Include="worldentity.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="application\application.h" /> <ClInclude Include="array.h" /> <ClInclude Include="audio.h" /> <ClInclude Include="bitfield.h" /> <ClInclude Include="bullet\btBulletCollisionCommon.h" /> <ClInclude Include="bullet\btBulletDynamicsCommon.h" /> <ClInclude Include="bullet\Bullet-C-Api.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btAxisSweep3.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btBroadphaseInterface.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btBroadphaseProxy.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btDbvt.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btDbvtBroadphase.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btDispatcher.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btOverlappingPairCache.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btQuantizedBvh.h" /> <ClInclude Include="bullet\BulletCollision\BroadphaseCollision\btSimpleBroadphase.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btBoxBoxDetector.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btCollisionConfiguration.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btCollisionCreateFunc.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btCollisionDispatcher.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btCollisionObject.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btCollisionWorld.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btGhostObject.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btInternalEdgeUtility.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btManifoldResult.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btSimulationIslandManager.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\btUnionFind.h" /> <ClInclude Include="bullet\BulletCollision\CollisionDispatch\SphereTriangleDetector.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btBox2dShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btBoxShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btCapsuleShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btCollisionMargin.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btCollisionShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btCompoundShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btConcaveShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btConeShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btConvex2dShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btConvexHullShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btConvexInternalShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btConvexPointCloudShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btConvexPolyhedron.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btConvexShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btCylinderShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btEmptyShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btMaterial.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btMinkowskiSumShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btMultiSphereShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btOptimizedBvh.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btPolyhedralConvexShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btShapeHull.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btSphereShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btStaticPlaneShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btStridingMeshInterface.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btTetrahedronShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btTriangleBuffer.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btTriangleCallback.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btTriangleInfoMap.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btTriangleMesh.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btTriangleMeshShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btTriangleShape.h" /> <ClInclude Include="bullet\BulletCollision\CollisionShapes\btUniformScalingShape.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btBoxCollision.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btClipPolygon.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btContactProcessing.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btGenericPoolAllocator.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btGeometryOperations.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btGImpactBvh.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btGImpactMassUtil.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btGImpactQuantizedBvh.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btGImpactShape.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btQuantization.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\btTriangleShapeEx.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_array.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_basic_geometry_operations.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_bitset.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_box_collision.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_box_set.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_clip_polygon.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_contact.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_geometry.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_geom_types.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_hash_table.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_linear_math.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_math.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_memory.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_radixsort.h" /> <ClInclude Include="bullet\BulletCollision\Gimpact\gim_tri_collision.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btConvexCast.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btGjkEpa2.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btManifoldPoint.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btPersistentManifold.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btPointCollector.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btRaycastCallback.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h" /> <ClInclude Include="bullet\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h" /> <ClInclude Include="bullet\BulletDynamics\Character\btCharacterControllerInterface.h" /> <ClInclude Include="bullet\BulletDynamics\Character\btKinematicCharacterController.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btConeTwistConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btConstraintSolver.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btContactConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btContactSolverInfo.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btHinge2Constraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btHingeConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btJacobianEntry.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btSliderConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btSolverBody.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btSolverConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btTypedConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\ConstraintSolver\btUniversalConstraint.h" /> <ClInclude Include="bullet\BulletDynamics\Dynamics\btActionInterface.h" /> <ClInclude Include="bullet\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h" /> <ClInclude Include="bullet\BulletDynamics\Dynamics\btDynamicsWorld.h" /> <ClInclude Include="bullet\BulletDynamics\Dynamics\btRigidBody.h" /> <ClInclude Include="bullet\BulletDynamics\Dynamics\btSimpleDynamicsWorld.h" /> <ClInclude Include="bullet\BulletDynamics\Vehicle\btRaycastVehicle.h" /> <ClInclude Include="bullet\BulletDynamics\Vehicle\btVehicleRaycaster.h" /> <ClInclude Include="bullet\BulletDynamics\Vehicle\btWheelInfo.h" /> <ClInclude Include="bullet\BulletMultiThreaded\btGpu3DGridBroadphase.h" /> <ClInclude Include="bullet\BulletMultiThreaded\btGpu3DGridBroadphaseSharedCode.h" /> <ClInclude Include="bullet\BulletMultiThreaded\btGpu3DGridBroadphaseSharedDefs.h" /> <ClInclude Include="bullet\BulletMultiThreaded\btGpu3DGridBroadphaseSharedTypes.h" /> <ClInclude Include="bullet\BulletMultiThreaded\btGpuDefines.h" /> <ClInclude Include="bullet\BulletMultiThreaded\btGpuUtilsSharedCode.h" /> <ClInclude Include="bullet\BulletMultiThreaded\btGpuUtilsSharedDefs.h" /> <ClInclude Include="bullet\BulletMultiThreaded\btParallelConstraintSolver.h" /> <ClInclude Include="bullet\BulletMultiThreaded\btThreadSupportInterface.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverBuffer_DX11.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11SIMDAware.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverTriangleData_DX11.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexBuffer_DX11.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexData_DX11.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverBuffer_OpenCL.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCL.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCLSIMDAware.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverOutputCLtoGL.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverTriangleData_OpenCL.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexBuffer_OpenGL.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexData_OpenCL.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCLSIMDAware.h" /> <ClInclude Include="bullet\BulletMultiThreaded\GpuSoftBodySolvers\Shared\btSoftBodySolverData.h" /> <ClInclude Include="bullet\BulletMultiThreaded\HeapManager.h" /> <ClInclude Include="bullet\BulletMultiThreaded\PlatformDefinitions.h" /> <ClInclude Include="bullet\BulletMultiThreaded\PosixThreadSupport.h" /> <ClInclude Include="bullet\BulletMultiThreaded\PpuAddressSpace.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SequentialThreadSupport.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuCollisionObjectWrapper.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuCollisionTaskProcess.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuDoubleBuffer.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuFakeDma.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuGatheringCollisionDispatcher.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuLibspe2Support.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\Box.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuConvexPenetrationDepthSolver.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuLocalSupport.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuPreferredPenetrationDirections.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuSampleTask\SpuSampleTask.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuSampleTaskProcess.h" /> <ClInclude Include="bullet\BulletMultiThreaded\SpuSync.h" /> <ClInclude Include="bullet\BulletMultiThreaded\TrbDynBody.h" /> <ClInclude Include="bullet\BulletMultiThreaded\TrbStateVec.h" /> <ClInclude Include="bullet\BulletMultiThreaded\vectormath2bullet.h" /> <ClInclude Include="bullet\BulletMultiThreaded\Win32ThreadSupport.h" /> <ClInclude Include="bullet\BulletSoftBody\btDefaultSoftBodySolver.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftBody.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftBodyData.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftBodyHelpers.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftBodyInternals.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftBodySolvers.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftBodySolverVertexBuffer.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftRigidCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftRigidDynamicsWorld.h" /> <ClInclude Include="bullet\BulletSoftBody\btSoftSoftCollisionAlgorithm.h" /> <ClInclude Include="bullet\BulletSoftBody\btSparseSDF.h" /> <ClInclude Include="bullet\LinearMath\btAabbUtil2.h" /> <ClInclude Include="bullet\LinearMath\btAlignedAllocator.h" /> <ClInclude Include="bullet\LinearMath\btAlignedObjectArray.h" /> <ClInclude Include="bullet\LinearMath\btConvexHull.h" /> <ClInclude Include="bullet\LinearMath\btConvexHullComputer.h" /> <ClInclude Include="bullet\LinearMath\btDefaultMotionState.h" /> <ClInclude Include="bullet\LinearMath\btGeometryUtil.h" /> <ClInclude Include="bullet\LinearMath\btGrahamScan2dConvexHull.h" /> <ClInclude Include="bullet\LinearMath\btHashMap.h" /> <ClInclude Include="bullet\LinearMath\btIDebugDraw.h" /> <ClInclude Include="bullet\LinearMath\btList.h" /> <ClInclude Include="bullet\LinearMath\btMatrix3x3.h" /> <ClInclude Include="bullet\LinearMath\btMinMax.h" /> <ClInclude Include="bullet\LinearMath\btMotionState.h" /> <ClInclude Include="bullet\LinearMath\btPoolAllocator.h" /> <ClInclude Include="bullet\LinearMath\btQuadWord.h" /> <ClInclude Include="bullet\LinearMath\btQuaternion.h" /> <ClInclude Include="bullet\LinearMath\btQuickprof.h" /> <ClInclude Include="bullet\LinearMath\btRandom.h" /> <ClInclude Include="bullet\LinearMath\btScalar.h" /> <ClInclude Include="bullet\LinearMath\btSerializer.h" /> <ClInclude Include="bullet\LinearMath\btStackAlloc.h" /> <ClInclude Include="bullet\LinearMath\btTransform.h" /> <ClInclude Include="bullet\LinearMath\btTransformUtil.h" /> <ClInclude Include="bullet\LinearMath\btVector3.h" /> <ClInclude Include="camera.h" /> <ClInclude Include="core.h" /> <ClInclude Include="debug\fps.h" /> <ClInclude Include="debug\quad.h" /> <ClInclude Include="debug\record.h" /> <ClInclude Include="debug\sphere.h" /> <ClInclude Include="debug\stats.h" /> <ClInclude Include="dict.h" /> <ClInclude Include="easymesh\easymesh-compiler.h" /> <ClInclude Include="easymesh\easymesh.h" /> <ClInclude Include="eglapp.h" /> <ClInclude Include="emitter.h" /> <ClInclude Include="entity.h" /> <ClInclude Include="font.h" /> <ClInclude Include="forge.h" /> <ClInclude Include="generated\easymesh-parser.h" /> <ClInclude Include="generated\location.hh" /> <ClInclude Include="generated\lolfx-parser.h" /> <ClInclude Include="generated\position.hh" /> <ClInclude Include="generated\stack.hh" /> <ClInclude Include="gpu\framebuffer.h" /> <ClInclude Include="gpu\indexbuffer.h" /> <ClInclude Include="gpu\lolfx-compiler.h" /> <ClInclude Include="gpu\shader.h" /> <ClInclude Include="gpu\vertexbuffer.h" /> <ClInclude Include="gradient.h" /> <ClInclude Include="hash.h" /> <ClInclude Include="image\image-private.h" /> <ClInclude Include="image\image.h" /> <ClInclude Include="input\input.h" /> <ClInclude Include="input\stick.h" /> <ClInclude Include="layer.h" /> <ClInclude Include="log.h" /> <ClInclude Include="loldebug.h" /> <ClInclude Include="lolgl.h" /> <ClInclude Include="lol\debug.h" /> <ClInclude Include="lol\math\half.h" /> <ClInclude Include="lol\math\math.h" /> <ClInclude Include="lol\math\real.h" /> <ClInclude Include="lol\math\remez.h" /> <ClInclude Include="lol\math\vector.h" /> <ClInclude Include="lol\unit.h" /> <ClInclude Include="map.h" /> <ClInclude Include="numeric.h" /> <ClInclude Include="platform.h" /> <ClInclude Include="platform\d3d9\d3d9input.h" /> <ClInclude Include="platform\ps3\ps3app.h" /> <ClInclude Include="platform\ps3\ps3input.h" /> <ClInclude Include="platform\ps3\threadbase.h" /> <ClInclude Include="platform\sdl\sdlapp.h" /> <ClInclude Include="platform\sdl\sdlinput.h" /> <ClInclude Include="platform\xbox\xboxapp.h" /> <ClInclude Include="platform\xbox\xboxinput.h" /> <ClInclude Include="profiler.h" /> <ClInclude Include="sample.h" /> <ClInclude Include="sampler.h" /> <ClInclude Include="scene.h" /> <ClInclude Include="simd.h" /> <ClInclude Include="sprite.h" /> <ClInclude Include="text.h" /> <ClInclude Include="thread\thread.h" /> <ClInclude Include="thread\threadbase.h" /> <ClInclude Include="ticker.h" /> <ClInclude Include="tiler.h" /> <ClInclude Include="tileset.h" /> <ClInclude Include="timer.h" /> <ClInclude Include="video.h" /> <ClInclude Include="world.h" /> <ClInclude Include="worldentity.h" /> </ItemGroup> <ItemGroup> <LolFxCompile Include="easymesh\shiny.lolfx" /> <LolFxCompile Include="gpu\defaultmaterial.lolfx" /> <LolFxCompile Include="gpu\emptymaterial.lolfx" /> <LolFxCompile Include="gpu\testmaterial.lolfx" /> <LolFxCompile Include="gpu\tile.lolfx" /> </ItemGroup> <ItemGroup> <None Include="easymesh\easymesh-parser.y" /> <None Include="easymesh\easymesh-scanner.l" /> <None Include="gpu\lolfx-parser.y" /> <None Include="gpu\lolfx-scanner.l" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> <Import Project="$(SolutionDir)\Lol.Fx.targets" /> </ImportGroup> </Project>