@@ -1,460 +1,460 @@ | |||
<?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>{83D3B207-C601-4025-8F41-01DEDC354661}</ProjectGuid> | |||
<ConfigurationType>StaticLibrary</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<PropertyGroup Label="Configuration"> | |||
<CharacterSet>MultiByte</CharacterSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> | |||
<UseDebugLibraries>true</UseDebugLibraries> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
</PropertyGroup> | |||
<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="BulletCollision\BroadphaseCollision\btAxisSweep3.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btDbvt.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btDispatcher.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionObject.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionWorld.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btGhostObject.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btManifoldResult.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btUnionFind.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btBox2dShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btBoxShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btCapsuleShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btCollisionShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btCompoundShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConcaveShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConeShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvex2dShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexHullShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexInternalShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexPolyhedron.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btCylinderShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btEmptyShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btMultiSphereShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btOptimizedBvh.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btShapeHull.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btSphereShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btStaticPlaneShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btStridingMeshInterface.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTetrahedronShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleBuffer.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleCallback.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleMesh.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleMeshShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btUniformScalingShape.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btContactProcessing.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btGenericPoolAllocator.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btGImpactBvh.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btGImpactShape.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btTriangleShapeEx.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\gim_box_set.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\gim_contact.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\gim_memory.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\gim_tri_collision.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btConvexCast.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btPersistentManifold.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp" /> | |||
<ClCompile Include="BulletDynamics\Character\btKinematicCharacterController.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btContactConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" /> | |||
<ClCompile Include="BulletDynamics\Dynamics\btRigidBody.cpp" /> | |||
<ClCompile Include="BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp" /> | |||
<ClCompile Include="BulletDynamics\Dynamics\Bullet-C-API.cpp" /> | |||
<ClCompile Include="BulletDynamics\Vehicle\btRaycastVehicle.cpp" /> | |||
<ClCompile Include="BulletDynamics\Vehicle\btWheelInfo.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btGpu3DGridBroadphase.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btParallelConstraintSolver.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btThreadSupportInterface.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\PosixThreadSupport.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SequentialThreadSupport.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuCollisionObjectWrapper.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuCollisionTaskProcess.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuFakeDma.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuGatheringCollisionDispatcher.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuLibspe2Support.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuSampleTask\SpuSampleTask.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuSampleTaskProcess.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\Win32ThreadSupport.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btDefaultSoftBodySolver.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftBody.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftBodyHelpers.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftRigidCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftRigidDynamicsWorld.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftSoftCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="LinearMath\btAlignedAllocator.cpp" /> | |||
<ClCompile Include="LinearMath\btConvexHull.cpp" /> | |||
<ClCompile Include="LinearMath\btConvexHullComputer.cpp" /> | |||
<ClCompile Include="LinearMath\btGeometryUtil.cpp" /> | |||
<ClCompile Include="LinearMath\btQuickprof.cpp" /> | |||
<ClCompile Include="LinearMath\btSerializer.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="btBulletCollisionCommon.h" /> | |||
<ClInclude Include="btBulletDynamicsCommon.h" /> | |||
<ClInclude Include="Bullet-C-Api.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btAxisSweep3.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btBroadphaseInterface.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btBroadphaseProxy.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btDbvt.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btDbvtBroadphase.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btDispatcher.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btOverlappingPairCache.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btQuantizedBvh.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btSimpleBroadphase.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btBoxBoxDetector.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionConfiguration.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionCreateFunc.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionDispatcher.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionObject.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionWorld.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btGhostObject.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btInternalEdgeUtility.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btManifoldResult.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btSimulationIslandManager.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btUnionFind.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\SphereTriangleDetector.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btBox2dShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btBoxShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btCapsuleShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btCollisionMargin.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btCollisionShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btCompoundShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConcaveShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConeShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvex2dShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexHullShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexInternalShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexPointCloudShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexPolyhedron.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btCylinderShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btEmptyShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btMaterial.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btMinkowskiSumShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btMultiSphereShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btOptimizedBvh.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btPolyhedralConvexShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btShapeHull.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btSphereShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btStaticPlaneShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btStridingMeshInterface.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTetrahedronShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleBuffer.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleCallback.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleInfoMap.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleMesh.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleMeshShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btUniformScalingShape.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btBoxCollision.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btClipPolygon.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btContactProcessing.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGenericPoolAllocator.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGeometryOperations.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGImpactBvh.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGImpactMassUtil.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGImpactQuantizedBvh.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGImpactShape.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btQuantization.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btTriangleShapeEx.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_array.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_basic_geometry_operations.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_bitset.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_box_collision.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_box_set.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_clip_polygon.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_contact.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_geometry.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_geom_types.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_hash_table.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_linear_math.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_math.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_memory.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_radixsort.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_tri_collision.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btConvexCast.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkEpa2.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btManifoldPoint.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPersistentManifold.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPointCollector.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btRaycastCallback.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h" /> | |||
<ClInclude Include="BulletDynamics\Character\btCharacterControllerInterface.h" /> | |||
<ClInclude Include="BulletDynamics\Character\btKinematicCharacterController.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btConeTwistConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btConstraintSolver.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btContactConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btContactSolverInfo.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btHinge2Constraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btHingeConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btJacobianEntry.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btSliderConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolverBody.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolverConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btTypedConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btUniversalConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\Dynamics\btActionInterface.h" /> | |||
<ClInclude Include="BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h" /> | |||
<ClInclude Include="BulletDynamics\Dynamics\btDynamicsWorld.h" /> | |||
<ClInclude Include="BulletDynamics\Dynamics\btRigidBody.h" /> | |||
<ClInclude Include="BulletDynamics\Dynamics\btSimpleDynamicsWorld.h" /> | |||
<ClInclude Include="BulletDynamics\Vehicle\btRaycastVehicle.h" /> | |||
<ClInclude Include="BulletDynamics\Vehicle\btVehicleRaycaster.h" /> | |||
<ClInclude Include="BulletDynamics\Vehicle\btWheelInfo.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphase.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedCode.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedDefs.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedTypes.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpuDefines.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpuUtilsSharedCode.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpuUtilsSharedDefs.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btParallelConstraintSolver.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btThreadSupportInterface.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverBuffer_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11SIMDAware.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverTriangleData_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexBuffer_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexData_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverBuffer_OpenCL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCLSIMDAware.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverOutputCLtoGL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverTriangleData_OpenCL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexBuffer_OpenGL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexData_OpenCL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCLSIMDAware.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\Shared\btSoftBodySolverData.h" /> | |||
<ClInclude Include="BulletMultiThreaded\HeapManager.h" /> | |||
<ClInclude Include="BulletMultiThreaded\PlatformDefinitions.h" /> | |||
<ClInclude Include="BulletMultiThreaded\PosixThreadSupport.h" /> | |||
<ClInclude Include="BulletMultiThreaded\PpuAddressSpace.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SequentialThreadSupport.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuCollisionObjectWrapper.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuCollisionTaskProcess.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuDoubleBuffer.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuFakeDma.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuGatheringCollisionDispatcher.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuLibspe2Support.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\Box.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuConvexPenetrationDepthSolver.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuLocalSupport.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuPreferredPenetrationDirections.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuSampleTask\SpuSampleTask.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuSampleTaskProcess.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuSync.h" /> | |||
<ClInclude Include="BulletMultiThreaded\TrbDynBody.h" /> | |||
<ClInclude Include="BulletMultiThreaded\TrbStateVec.h" /> | |||
<ClInclude Include="BulletMultiThreaded\vectormath2bullet.h" /> | |||
<ClInclude Include="BulletMultiThreaded\Win32ThreadSupport.h" /> | |||
<ClInclude Include="BulletSoftBody\btDefaultSoftBodySolver.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBody.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodyData.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodyHelpers.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodyInternals.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodySolvers.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodySolverVertexBuffer.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftRigidCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftRigidDynamicsWorld.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftSoftCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletSoftBody\btSparseSDF.h" /> | |||
<ClInclude Include="LinearMath\btAabbUtil2.h" /> | |||
<ClInclude Include="LinearMath\btAlignedAllocator.h" /> | |||
<ClInclude Include="LinearMath\btAlignedObjectArray.h" /> | |||
<ClInclude Include="LinearMath\btConvexHull.h" /> | |||
<ClInclude Include="LinearMath\btConvexHullComputer.h" /> | |||
<ClInclude Include="LinearMath\btDefaultMotionState.h" /> | |||
<ClInclude Include="LinearMath\btGeometryUtil.h" /> | |||
<ClInclude Include="LinearMath\btGrahamScan2dConvexHull.h" /> | |||
<ClInclude Include="LinearMath\btHashMap.h" /> | |||
<ClInclude Include="LinearMath\btIDebugDraw.h" /> | |||
<ClInclude Include="LinearMath\btList.h" /> | |||
<ClInclude Include="LinearMath\btMatrix3x3.h" /> | |||
<ClInclude Include="LinearMath\btMinMax.h" /> | |||
<ClInclude Include="LinearMath\btMotionState.h" /> | |||
<ClInclude Include="LinearMath\btPoolAllocator.h" /> | |||
<ClInclude Include="LinearMath\btQuadWord.h" /> | |||
<ClInclude Include="LinearMath\btQuaternion.h" /> | |||
<ClInclude Include="LinearMath\btQuickprof.h" /> | |||
<ClInclude Include="LinearMath\btRandom.h" /> | |||
<ClInclude Include="LinearMath\btScalar.h" /> | |||
<ClInclude Include="LinearMath\btSerializer.h" /> | |||
<ClInclude Include="LinearMath\btStackAlloc.h" /> | |||
<ClInclude Include="LinearMath\btTransform.h" /> | |||
<ClInclude Include="LinearMath\btTransformUtil.h" /> | |||
<ClInclude Include="LinearMath\btVector3.h" /> | |||
</ItemGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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>{83D3B207-C601-4025-8F41-01DEDC354661}</ProjectGuid> | |||
<ConfigurationType>StaticLibrary</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<PropertyGroup Label="Configuration"> | |||
<CharacterSet>MultiByte</CharacterSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> | |||
<UseDebugLibraries>true</UseDebugLibraries> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
</PropertyGroup> | |||
<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="BulletCollision\BroadphaseCollision\btAxisSweep3.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btDbvt.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btDispatcher.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp" /> | |||
<ClCompile Include="BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionObject.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btCollisionWorld.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btGhostObject.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btManifoldResult.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\btUnionFind.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btBox2dShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btBoxShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btCapsuleShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btCollisionShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btCompoundShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConcaveShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConeShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvex2dShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexHullShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexInternalShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexPolyhedron.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btCylinderShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btEmptyShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btMultiSphereShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btOptimizedBvh.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btShapeHull.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btSphereShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btStaticPlaneShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btStridingMeshInterface.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTetrahedronShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleBuffer.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleCallback.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleMesh.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btTriangleMeshShape.cpp" /> | |||
<ClCompile Include="BulletCollision\CollisionShapes\btUniformScalingShape.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btContactProcessing.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btGenericPoolAllocator.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btGImpactBvh.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btGImpactShape.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\btTriangleShapeEx.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\gim_box_set.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\gim_contact.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\gim_memory.cpp" /> | |||
<ClCompile Include="BulletCollision\Gimpact\gim_tri_collision.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btConvexCast.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btPersistentManifold.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp" /> | |||
<ClCompile Include="BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp" /> | |||
<ClCompile Include="BulletDynamics\Character\btKinematicCharacterController.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btContactConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" /> | |||
<ClCompile Include="BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" /> | |||
<ClCompile Include="BulletDynamics\Dynamics\btRigidBody.cpp" /> | |||
<ClCompile Include="BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp" /> | |||
<ClCompile Include="BulletDynamics\Dynamics\Bullet-C-API.cpp" /> | |||
<ClCompile Include="BulletDynamics\Vehicle\btRaycastVehicle.cpp" /> | |||
<ClCompile Include="BulletDynamics\Vehicle\btWheelInfo.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btGpu3DGridBroadphase.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btParallelConstraintSolver.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\btThreadSupportInterface.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\PosixThreadSupport.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SequentialThreadSupport.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuCollisionObjectWrapper.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuCollisionTaskProcess.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuFakeDma.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuGatheringCollisionDispatcher.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuLibspe2Support.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuSampleTask\SpuSampleTask.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\SpuSampleTaskProcess.cpp" /> | |||
<ClCompile Condition="'true'=='false'" Include="BulletMultiThreaded\Win32ThreadSupport.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btDefaultSoftBodySolver.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftBody.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftBodyHelpers.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftRigidCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftRigidDynamicsWorld.cpp" /> | |||
<ClCompile Include="BulletSoftBody\btSoftSoftCollisionAlgorithm.cpp" /> | |||
<ClCompile Include="LinearMath\btAlignedAllocator.cpp" /> | |||
<ClCompile Include="LinearMath\btConvexHull.cpp" /> | |||
<ClCompile Include="LinearMath\btConvexHullComputer.cpp" /> | |||
<ClCompile Include="LinearMath\btGeometryUtil.cpp" /> | |||
<ClCompile Include="LinearMath\btQuickprof.cpp" /> | |||
<ClCompile Include="LinearMath\btSerializer.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="btBulletCollisionCommon.h" /> | |||
<ClInclude Include="btBulletDynamicsCommon.h" /> | |||
<ClInclude Include="Bullet-C-Api.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btAxisSweep3.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btBroadphaseInterface.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btBroadphaseProxy.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btDbvt.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btDbvtBroadphase.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btDispatcher.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btOverlappingPairCache.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btQuantizedBvh.h" /> | |||
<ClInclude Include="BulletCollision\BroadphaseCollision\btSimpleBroadphase.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btBoxBoxDetector.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionConfiguration.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionCreateFunc.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionDispatcher.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionObject.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCollisionWorld.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btGhostObject.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btInternalEdgeUtility.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btManifoldResult.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btSimulationIslandManager.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\btUnionFind.h" /> | |||
<ClInclude Include="BulletCollision\CollisionDispatch\SphereTriangleDetector.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btBox2dShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btBoxShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btCapsuleShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btCollisionMargin.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btCollisionShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btCompoundShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConcaveShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConeShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvex2dShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexHullShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexInternalShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexPointCloudShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexPolyhedron.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btCylinderShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btEmptyShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btMaterial.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btMinkowskiSumShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btMultiSphereShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btOptimizedBvh.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btPolyhedralConvexShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btShapeHull.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btSphereShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btStaticPlaneShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btStridingMeshInterface.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTetrahedronShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleBuffer.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleCallback.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleInfoMap.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleMesh.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleMeshShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btTriangleShape.h" /> | |||
<ClInclude Include="BulletCollision\CollisionShapes\btUniformScalingShape.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btBoxCollision.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btClipPolygon.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btContactProcessing.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGenericPoolAllocator.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGeometryOperations.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGImpactBvh.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGImpactMassUtil.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGImpactQuantizedBvh.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btGImpactShape.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btQuantization.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\btTriangleShapeEx.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_array.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_basic_geometry_operations.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_bitset.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_box_collision.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_box_set.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_clip_polygon.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_contact.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_geometry.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_geom_types.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_hash_table.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_linear_math.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_math.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_memory.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_radixsort.h" /> | |||
<ClInclude Include="BulletCollision\Gimpact\gim_tri_collision.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btConvexCast.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkEpa2.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btManifoldPoint.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPersistentManifold.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPointCollector.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btRaycastCallback.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h" /> | |||
<ClInclude Include="BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h" /> | |||
<ClInclude Include="BulletDynamics\Character\btCharacterControllerInterface.h" /> | |||
<ClInclude Include="BulletDynamics\Character\btKinematicCharacterController.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btConeTwistConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btConstraintSolver.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btContactConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btContactSolverInfo.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btHinge2Constraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btHingeConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btJacobianEntry.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btSliderConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolverBody.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btSolverConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btTypedConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\ConstraintSolver\btUniversalConstraint.h" /> | |||
<ClInclude Include="BulletDynamics\Dynamics\btActionInterface.h" /> | |||
<ClInclude Include="BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h" /> | |||
<ClInclude Include="BulletDynamics\Dynamics\btDynamicsWorld.h" /> | |||
<ClInclude Include="BulletDynamics\Dynamics\btRigidBody.h" /> | |||
<ClInclude Include="BulletDynamics\Dynamics\btSimpleDynamicsWorld.h" /> | |||
<ClInclude Include="BulletDynamics\Vehicle\btRaycastVehicle.h" /> | |||
<ClInclude Include="BulletDynamics\Vehicle\btVehicleRaycaster.h" /> | |||
<ClInclude Include="BulletDynamics\Vehicle\btWheelInfo.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphase.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedCode.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedDefs.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpu3DGridBroadphaseSharedTypes.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpuDefines.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpuUtilsSharedCode.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btGpuUtilsSharedDefs.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btParallelConstraintSolver.h" /> | |||
<ClInclude Include="BulletMultiThreaded\btThreadSupportInterface.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverBuffer_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11SIMDAware.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverTriangleData_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexBuffer_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexData_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverBuffer_OpenCL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCLSIMDAware.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverOutputCLtoGL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverTriangleData_OpenCL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexBuffer_OpenGL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexData_OpenCL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCLSIMDAware.h" /> | |||
<ClInclude Include="BulletMultiThreaded\GpuSoftBodySolvers\Shared\btSoftBodySolverData.h" /> | |||
<ClInclude Include="BulletMultiThreaded\HeapManager.h" /> | |||
<ClInclude Include="BulletMultiThreaded\PlatformDefinitions.h" /> | |||
<ClInclude Include="BulletMultiThreaded\PosixThreadSupport.h" /> | |||
<ClInclude Include="BulletMultiThreaded\PpuAddressSpace.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SequentialThreadSupport.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuCollisionObjectWrapper.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuCollisionTaskProcess.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuDoubleBuffer.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuFakeDma.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuGatheringCollisionDispatcher.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuLibspe2Support.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\Box.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuConvexPenetrationDepthSolver.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuLocalSupport.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuPreferredPenetrationDirections.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuSampleTask\SpuSampleTask.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuSampleTaskProcess.h" /> | |||
<ClInclude Include="BulletMultiThreaded\SpuSync.h" /> | |||
<ClInclude Include="BulletMultiThreaded\TrbDynBody.h" /> | |||
<ClInclude Include="BulletMultiThreaded\TrbStateVec.h" /> | |||
<ClInclude Include="BulletMultiThreaded\vectormath2bullet.h" /> | |||
<ClInclude Include="BulletMultiThreaded\Win32ThreadSupport.h" /> | |||
<ClInclude Include="BulletSoftBody\btDefaultSoftBodySolver.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBody.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodyData.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodyHelpers.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodyInternals.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodySolvers.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftBodySolverVertexBuffer.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftRigidCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftRigidDynamicsWorld.h" /> | |||
<ClInclude Include="BulletSoftBody\btSoftSoftCollisionAlgorithm.h" /> | |||
<ClInclude Include="BulletSoftBody\btSparseSDF.h" /> | |||
<ClInclude Include="LinearMath\btAabbUtil2.h" /> | |||
<ClInclude Include="LinearMath\btAlignedAllocator.h" /> | |||
<ClInclude Include="LinearMath\btAlignedObjectArray.h" /> | |||
<ClInclude Include="LinearMath\btConvexHull.h" /> | |||
<ClInclude Include="LinearMath\btConvexHullComputer.h" /> | |||
<ClInclude Include="LinearMath\btDefaultMotionState.h" /> | |||
<ClInclude Include="LinearMath\btGeometryUtil.h" /> | |||
<ClInclude Include="LinearMath\btGrahamScan2dConvexHull.h" /> | |||
<ClInclude Include="LinearMath\btHashMap.h" /> | |||
<ClInclude Include="LinearMath\btIDebugDraw.h" /> | |||
<ClInclude Include="LinearMath\btList.h" /> | |||
<ClInclude Include="LinearMath\btMatrix3x3.h" /> | |||
<ClInclude Include="LinearMath\btMinMax.h" /> | |||
<ClInclude Include="LinearMath\btMotionState.h" /> | |||
<ClInclude Include="LinearMath\btPoolAllocator.h" /> | |||
<ClInclude Include="LinearMath\btQuadWord.h" /> | |||
<ClInclude Include="LinearMath\btQuaternion.h" /> | |||
<ClInclude Include="LinearMath\btQuickprof.h" /> | |||
<ClInclude Include="LinearMath\btRandom.h" /> | |||
<ClInclude Include="LinearMath\btScalar.h" /> | |||
<ClInclude Include="LinearMath\btSerializer.h" /> | |||
<ClInclude Include="LinearMath\btStackAlloc.h" /> | |||
<ClInclude Include="LinearMath\btTransform.h" /> | |||
<ClInclude Include="LinearMath\btTransformUtil.h" /> | |||
<ClInclude Include="LinearMath\btVector3.h" /> | |||
</ItemGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,295 +1,295 @@ | |||
<?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="camera.cpp" /> | |||
<ClCompile Include="base\assert.cpp" /> | |||
<ClCompile Include="base\hash.cpp" /> | |||
<ClCompile Include="base\log.cpp" /> | |||
<ClCompile Include="base\string.cpp" /> | |||
<ClCompile Include="debug\fps.cpp" /> | |||
<ClCompile Include="debug\lines.cpp" /> | |||
<ClCompile Include="debug\record.cpp" /> | |||
<ClCompile Include="debug\stats.cpp" /> | |||
<ClCompile Include="dict.cpp" /> | |||
<ClCompile Include="easymesh\csgbsp.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\lolfx.cpp" /> | |||
<ClCompile Include="gpu\shader.cpp" /> | |||
<ClCompile Include="gpu\texture.cpp" /> | |||
<ClCompile Include="gpu\vertexbuffer.cpp" /> | |||
<ClCompile Include="gradient.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\color\cie1931.cpp" /> | |||
<ClCompile Include="image\image.cpp" /> | |||
<ClCompile Include="input\input.cpp" /> | |||
<ClCompile Include="input\keyboard.cpp" /> | |||
<ClCompile Include="input\stick.cpp" /> | |||
<ClCompile Include="layer.cpp" /> | |||
<ClCompile Include="light.cpp" /> | |||
<ClCompile Include="map.cpp" /> | |||
<ClCompile Include="math\geometry.cpp" /> | |||
<ClCompile Include="math\half.cpp" /> | |||
<ClCompile Include="math\real.cpp" /> | |||
<ClCompile Include="math\trig.cpp" /> | |||
<ClCompile Include="math\vector.cpp" /> | |||
<ClCompile Include="mesh\mesh.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="sys\file.cpp" /> | |||
<ClCompile Include="sys\init.cpp" /> | |||
<ClCompile Include="sys\timer.cpp" /> | |||
<ClCompile Include="text.cpp" /> | |||
<ClCompile Include="ticker.cpp" /> | |||
<ClCompile Include="tiler.cpp" /> | |||
<ClCompile Include="tileset.cpp" /> | |||
<ClCompile Include="video.cpp" /> | |||
<ClCompile Include="world.cpp" /> | |||
<ClCompile Include="worldentity.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="application\application.h" /> | |||
<ClInclude Include="audio.h" /> | |||
<ClInclude Include="camera.h" /> | |||
<ClInclude Include="core.h" /> | |||
<ClInclude Include="debug\fps.h" /> | |||
<ClInclude Include="debug\record.h" /> | |||
<ClInclude Include="debug\stats.h" /> | |||
<ClInclude Include="dict.h" /> | |||
<ClInclude Include="easymesh\csgbsp.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\lolfx-compiler.h" /> | |||
<ClInclude Include="gradient.h" /> | |||
<ClInclude Include="image\image-private.h" /> | |||
<ClInclude Include="input\input.h" /> | |||
<ClInclude Include="input\keyboard.h" /> | |||
<ClInclude Include="input\stick.h" /> | |||
<ClInclude Include="layer.h" /> | |||
<ClInclude Include="light.h" /> | |||
<ClInclude Include="loldebug.h" /> | |||
<ClInclude Include="lolgl.h" /> | |||
<ClInclude Include="lol\base\all.h" /> | |||
<ClInclude Include="lol\base\array.h" /> | |||
<ClInclude Include="lol\base\assert.h" /> | |||
<ClInclude Include="lol\base\hash.h" /> | |||
<ClInclude Include="lol\base\log.h" /> | |||
<ClInclude Include="lol\base\map.h" /> | |||
<ClInclude Include="lol\base\string.h" /> | |||
<ClInclude Include="lol\base\types.h" /> | |||
<ClInclude Include="lol\debug\all.h" /> | |||
<ClInclude Include="lol\debug\lines.h" /> | |||
<ClInclude Include="lol\gpu\all.h" /> | |||
<ClInclude Include="lol\gpu\framebuffer.h" /> | |||
<ClInclude Include="lol\gpu\indexbuffer.h" /> | |||
<ClInclude Include="lol\gpu\lolfx.h" /> | |||
<ClInclude Include="lol\gpu\shader.h" /> | |||
<ClInclude Include="lol\gpu\texture.h" /> | |||
<ClInclude Include="lol\gpu\vertexbuffer.h" /> | |||
<ClInclude Include="lol\image\all.h" /> | |||
<ClInclude Include="lol\image\color.h" /> | |||
<ClInclude Include="lol\image\image.h" /> | |||
<ClInclude Include="lol\math\all.h" /> | |||
<ClInclude Include="lol\math\constants.h" /> | |||
<ClInclude Include="lol\math\functions.h" /> | |||
<ClInclude Include="lol\math\geometry.h" /> | |||
<ClInclude Include="lol\math\half.h" /> | |||
<ClInclude Include="lol\math\interp.h" /> | |||
<ClInclude Include="lol\math\rand.h" /> | |||
<ClInclude Include="lol\math\real.h" /> | |||
<ClInclude Include="lol\math\remez.h" /> | |||
<ClInclude Include="lol\math\vector.h" /> | |||
<ClInclude Include="lol\sys\all.h" /> | |||
<ClInclude Include="lol\sys\atomic.h" /> | |||
<ClInclude Include="lol\sys\file.h" /> | |||
<ClInclude Include="lol\sys\init.h" /> | |||
<ClInclude Include="lol\sys\sys.h" /> | |||
<ClInclude Include="lol\sys\thread.h" /> | |||
<ClInclude Include="lol\sys\timer.h" /> | |||
<ClInclude Include="lol\unit.h" /> | |||
<ClInclude Include="mesh\mesh.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="sys\threadbase.h" /> | |||
<ClInclude Include="text.h" /> | |||
<ClInclude Include="ticker.h" /> | |||
<ClInclude Include="tiler.h" /> | |||
<ClInclude Include="tileset.h" /> | |||
<ClInclude Include="video.h" /> | |||
<ClInclude Include="world.h" /> | |||
<ClInclude Include="worldentity.h" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="easymesh\shiny.lolfx" /> | |||
<LolFxCompile Include="easymesh\shinydebuglighting.lolfx" /> | |||
<LolFxCompile Include="easymesh\shinydebugnormal.lolfx" /> | |||
<LolFxCompile Include="easymesh\shinydebugUV.lolfx" /> | |||
<LolFxCompile Include="easymesh\shinydebugwireframe.lolfx" /> | |||
<LolFxCompile Include="easymesh\shiny_SK.lolfx" /> | |||
<LolFxCompile Include="gpu\defaultmaterial.lolfx" /> | |||
<LolFxCompile Include="gpu\emptymaterial.lolfx" /> | |||
<LolFxCompile Include="gpu\line.lolfx" /> | |||
<LolFxCompile Include="gpu\testmaterial.lolfx" /> | |||
<LolFxCompile Include="gpu\tile.lolfx" /> | |||
<LolFxCompile Include="gradient.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> | |||
<ItemGroup> | |||
<ProjectReference Include="bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="lua\lollua.vcxproj"> | |||
<Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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="camera.cpp" /> | |||
<ClCompile Include="base\assert.cpp" /> | |||
<ClCompile Include="base\hash.cpp" /> | |||
<ClCompile Include="base\log.cpp" /> | |||
<ClCompile Include="base\string.cpp" /> | |||
<ClCompile Include="debug\fps.cpp" /> | |||
<ClCompile Include="debug\lines.cpp" /> | |||
<ClCompile Include="debug\record.cpp" /> | |||
<ClCompile Include="debug\stats.cpp" /> | |||
<ClCompile Include="dict.cpp" /> | |||
<ClCompile Include="easymesh\csgbsp.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\lolfx.cpp" /> | |||
<ClCompile Include="gpu\shader.cpp" /> | |||
<ClCompile Include="gpu\texture.cpp" /> | |||
<ClCompile Include="gpu\vertexbuffer.cpp" /> | |||
<ClCompile Include="gradient.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\color\cie1931.cpp" /> | |||
<ClCompile Include="image\image.cpp" /> | |||
<ClCompile Include="input\input.cpp" /> | |||
<ClCompile Include="input\keyboard.cpp" /> | |||
<ClCompile Include="input\stick.cpp" /> | |||
<ClCompile Include="layer.cpp" /> | |||
<ClCompile Include="light.cpp" /> | |||
<ClCompile Include="map.cpp" /> | |||
<ClCompile Include="math\geometry.cpp" /> | |||
<ClCompile Include="math\half.cpp" /> | |||
<ClCompile Include="math\real.cpp" /> | |||
<ClCompile Include="math\trig.cpp" /> | |||
<ClCompile Include="math\vector.cpp" /> | |||
<ClCompile Include="mesh\mesh.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="sys\file.cpp" /> | |||
<ClCompile Include="sys\init.cpp" /> | |||
<ClCompile Include="sys\timer.cpp" /> | |||
<ClCompile Include="text.cpp" /> | |||
<ClCompile Include="ticker.cpp" /> | |||
<ClCompile Include="tiler.cpp" /> | |||
<ClCompile Include="tileset.cpp" /> | |||
<ClCompile Include="video.cpp" /> | |||
<ClCompile Include="world.cpp" /> | |||
<ClCompile Include="worldentity.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="application\application.h" /> | |||
<ClInclude Include="audio.h" /> | |||
<ClInclude Include="camera.h" /> | |||
<ClInclude Include="core.h" /> | |||
<ClInclude Include="debug\fps.h" /> | |||
<ClInclude Include="debug\record.h" /> | |||
<ClInclude Include="debug\stats.h" /> | |||
<ClInclude Include="dict.h" /> | |||
<ClInclude Include="easymesh\csgbsp.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\lolfx-compiler.h" /> | |||
<ClInclude Include="gradient.h" /> | |||
<ClInclude Include="image\image-private.h" /> | |||
<ClInclude Include="input\input.h" /> | |||
<ClInclude Include="input\keyboard.h" /> | |||
<ClInclude Include="input\stick.h" /> | |||
<ClInclude Include="layer.h" /> | |||
<ClInclude Include="light.h" /> | |||
<ClInclude Include="loldebug.h" /> | |||
<ClInclude Include="lolgl.h" /> | |||
<ClInclude Include="lol\base\all.h" /> | |||
<ClInclude Include="lol\base\array.h" /> | |||
<ClInclude Include="lol\base\assert.h" /> | |||
<ClInclude Include="lol\base\hash.h" /> | |||
<ClInclude Include="lol\base\log.h" /> | |||
<ClInclude Include="lol\base\map.h" /> | |||
<ClInclude Include="lol\base\string.h" /> | |||
<ClInclude Include="lol\base\types.h" /> | |||
<ClInclude Include="lol\debug\all.h" /> | |||
<ClInclude Include="lol\debug\lines.h" /> | |||
<ClInclude Include="lol\gpu\all.h" /> | |||
<ClInclude Include="lol\gpu\framebuffer.h" /> | |||
<ClInclude Include="lol\gpu\indexbuffer.h" /> | |||
<ClInclude Include="lol\gpu\lolfx.h" /> | |||
<ClInclude Include="lol\gpu\shader.h" /> | |||
<ClInclude Include="lol\gpu\texture.h" /> | |||
<ClInclude Include="lol\gpu\vertexbuffer.h" /> | |||
<ClInclude Include="lol\image\all.h" /> | |||
<ClInclude Include="lol\image\color.h" /> | |||
<ClInclude Include="lol\image\image.h" /> | |||
<ClInclude Include="lol\math\all.h" /> | |||
<ClInclude Include="lol\math\constants.h" /> | |||
<ClInclude Include="lol\math\functions.h" /> | |||
<ClInclude Include="lol\math\geometry.h" /> | |||
<ClInclude Include="lol\math\half.h" /> | |||
<ClInclude Include="lol\math\interp.h" /> | |||
<ClInclude Include="lol\math\rand.h" /> | |||
<ClInclude Include="lol\math\real.h" /> | |||
<ClInclude Include="lol\math\remez.h" /> | |||
<ClInclude Include="lol\math\vector.h" /> | |||
<ClInclude Include="lol\sys\all.h" /> | |||
<ClInclude Include="lol\sys\atomic.h" /> | |||
<ClInclude Include="lol\sys\file.h" /> | |||
<ClInclude Include="lol\sys\init.h" /> | |||
<ClInclude Include="lol\sys\sys.h" /> | |||
<ClInclude Include="lol\sys\thread.h" /> | |||
<ClInclude Include="lol\sys\timer.h" /> | |||
<ClInclude Include="lol\unit.h" /> | |||
<ClInclude Include="mesh\mesh.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="sys\threadbase.h" /> | |||
<ClInclude Include="text.h" /> | |||
<ClInclude Include="ticker.h" /> | |||
<ClInclude Include="tiler.h" /> | |||
<ClInclude Include="tileset.h" /> | |||
<ClInclude Include="video.h" /> | |||
<ClInclude Include="world.h" /> | |||
<ClInclude Include="worldentity.h" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="easymesh\shiny.lolfx" /> | |||
<LolFxCompile Include="easymesh\shinydebuglighting.lolfx" /> | |||
<LolFxCompile Include="easymesh\shinydebugnormal.lolfx" /> | |||
<LolFxCompile Include="easymesh\shinydebugUV.lolfx" /> | |||
<LolFxCompile Include="easymesh\shinydebugwireframe.lolfx" /> | |||
<LolFxCompile Include="easymesh\shiny_SK.lolfx" /> | |||
<LolFxCompile Include="gpu\defaultmaterial.lolfx" /> | |||
<LolFxCompile Include="gpu\emptymaterial.lolfx" /> | |||
<LolFxCompile Include="gpu\line.lolfx" /> | |||
<LolFxCompile Include="gpu\testmaterial.lolfx" /> | |||
<LolFxCompile Include="gpu\tile.lolfx" /> | |||
<LolFxCompile Include="gradient.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> | |||
<ItemGroup> | |||
<ProjectReference Include="bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="lua\lollua.vcxproj"> | |||
<Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,131 +1,131 @@ | |||
<?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>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</ProjectGuid> | |||
<ConfigurationType>StaticLibrary</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<PropertyGroup Label="Configuration"> | |||
<CharacterSet>MultiByte</CharacterSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> | |||
<UseDebugLibraries>true</UseDebugLibraries> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
</PropertyGroup> | |||
<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>LUA_ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
</ClCompile> | |||
</ItemDefinitionGroup> | |||
<ItemGroup> | |||
<ClCompile Include="lapi.c" /> | |||
<ClCompile Include="lauxlib.c" /> | |||
<ClCompile Include="lbaselib.c" /> | |||
<ClCompile Include="lbitlib.c" /> | |||
<ClCompile Include="lcode.c" /> | |||
<ClCompile Include="lcorolib.c" /> | |||
<ClCompile Include="lctype.c" /> | |||
<ClCompile Include="ldblib.c" /> | |||
<ClCompile Include="ldebug.c" /> | |||
<ClCompile Include="ldo.c" /> | |||
<ClCompile Include="ldump.c" /> | |||
<ClCompile Include="lfunc.c" /> | |||
<ClCompile Include="lgc.c" /> | |||
<ClCompile Include="linit.c" /> | |||
<ClCompile Include="liolib.c" /> | |||
<ClCompile Include="llex.c" /> | |||
<ClCompile Include="lmathlib.c" /> | |||
<ClCompile Include="lmem.c" /> | |||
<ClCompile Include="loadlib.c" /> | |||
<ClCompile Include="lobject.c" /> | |||
<ClCompile Include="lopcodes.c" /> | |||
<ClCompile Include="loslib.c" /> | |||
<ClCompile Include="lparser.c" /> | |||
<ClCompile Include="lstate.c" /> | |||
<ClCompile Include="lstring.c" /> | |||
<ClCompile Include="lstrlib.c" /> | |||
<ClCompile Include="ltable.c" /> | |||
<ClCompile Include="ltablib.c" /> | |||
<ClCompile Include="ltm.c" /> | |||
<ClCompile Include="lua.c" /> | |||
<ClCompile Include="luac.c" /> | |||
<ClCompile Include="lundump.c" /> | |||
<ClCompile Include="lvm.c" /> | |||
<ClCompile Include="lzio.c" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="lapi.h" /> | |||
<ClInclude Include="lauxlib.h" /> | |||
<ClInclude Include="lcode.h" /> | |||
<ClInclude Include="lctype.h" /> | |||
<ClInclude Include="ldebug.h" /> | |||
<ClInclude Include="ldo.h" /> | |||
<ClInclude Include="lfunc.h" /> | |||
<ClInclude Include="lgc.h" /> | |||
<ClInclude Include="llex.h" /> | |||
<ClInclude Include="llimits.h" /> | |||
<ClInclude Include="lmem.h" /> | |||
<ClInclude Include="lobject.h" /> | |||
<ClInclude Include="lopcodes.h" /> | |||
<ClInclude Include="lparser.h" /> | |||
<ClInclude Include="lstate.h" /> | |||
<ClInclude Include="lstring.h" /> | |||
<ClInclude Include="ltable.h" /> | |||
<ClInclude Include="ltm.h" /> | |||
<ClInclude Include="luaconf.h" /> | |||
<ClInclude Include="lua.h" /> | |||
<ClInclude Include="lua.hpp" /> | |||
<ClInclude Include="lualib.h" /> | |||
<ClInclude Include="lundump.h" /> | |||
<ClInclude Include="lvm.h" /> | |||
<ClInclude Include="lzio.h" /> | |||
</ItemGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</ProjectGuid> | |||
<ConfigurationType>StaticLibrary</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<PropertyGroup Label="Configuration"> | |||
<CharacterSet>MultiByte</CharacterSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> | |||
<UseDebugLibraries>true</UseDebugLibraries> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
</PropertyGroup> | |||
<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>LUA_ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
</ClCompile> | |||
</ItemDefinitionGroup> | |||
<ItemGroup> | |||
<ClCompile Include="lapi.c" /> | |||
<ClCompile Include="lauxlib.c" /> | |||
<ClCompile Include="lbaselib.c" /> | |||
<ClCompile Include="lbitlib.c" /> | |||
<ClCompile Include="lcode.c" /> | |||
<ClCompile Include="lcorolib.c" /> | |||
<ClCompile Include="lctype.c" /> | |||
<ClCompile Include="ldblib.c" /> | |||
<ClCompile Include="ldebug.c" /> | |||
<ClCompile Include="ldo.c" /> | |||
<ClCompile Include="ldump.c" /> | |||
<ClCompile Include="lfunc.c" /> | |||
<ClCompile Include="lgc.c" /> | |||
<ClCompile Include="linit.c" /> | |||
<ClCompile Include="liolib.c" /> | |||
<ClCompile Include="llex.c" /> | |||
<ClCompile Include="lmathlib.c" /> | |||
<ClCompile Include="lmem.c" /> | |||
<ClCompile Include="loadlib.c" /> | |||
<ClCompile Include="lobject.c" /> | |||
<ClCompile Include="lopcodes.c" /> | |||
<ClCompile Include="loslib.c" /> | |||
<ClCompile Include="lparser.c" /> | |||
<ClCompile Include="lstate.c" /> | |||
<ClCompile Include="lstring.c" /> | |||
<ClCompile Include="lstrlib.c" /> | |||
<ClCompile Include="ltable.c" /> | |||
<ClCompile Include="ltablib.c" /> | |||
<ClCompile Include="ltm.c" /> | |||
<ClCompile Include="lua.c" /> | |||
<ClCompile Include="luac.c" /> | |||
<ClCompile Include="lundump.c" /> | |||
<ClCompile Include="lvm.c" /> | |||
<ClCompile Include="lzio.c" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="lapi.h" /> | |||
<ClInclude Include="lauxlib.h" /> | |||
<ClInclude Include="lcode.h" /> | |||
<ClInclude Include="lctype.h" /> | |||
<ClInclude Include="ldebug.h" /> | |||
<ClInclude Include="ldo.h" /> | |||
<ClInclude Include="lfunc.h" /> | |||
<ClInclude Include="lgc.h" /> | |||
<ClInclude Include="llex.h" /> | |||
<ClInclude Include="llimits.h" /> | |||
<ClInclude Include="lmem.h" /> | |||
<ClInclude Include="lobject.h" /> | |||
<ClInclude Include="lopcodes.h" /> | |||
<ClInclude Include="lparser.h" /> | |||
<ClInclude Include="lstate.h" /> | |||
<ClInclude Include="lstring.h" /> | |||
<ClInclude Include="ltable.h" /> | |||
<ClInclude Include="ltm.h" /> | |||
<ClInclude Include="luaconf.h" /> | |||
<ClInclude Include="lua.h" /> | |||
<ClInclude Include="lua.hpp" /> | |||
<ClInclude Include="lualib.h" /> | |||
<ClInclude Include="lundump.h" /> | |||
<ClInclude Include="lvm.h" /> | |||
<ClInclude Include="lzio.h" /> | |||
</ItemGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,72 +1,72 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="benchmark\half.cpp" /> | |||
<ClCompile Include="benchmark\real.cpp" /> | |||
<ClCompile Include="benchmark\trig.cpp" /> | |||
<ClCompile Include="benchmark\vector.cpp" /> | |||
<ClCompile Include="benchsuite.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="benchmark\half.cpp" /> | |||
<ClCompile Include="benchmark\real.cpp" /> | |||
<ClCompile Include="benchmark\trig.cpp" /> | |||
<ClCompile Include="benchmark\vector.cpp" /> | |||
<ClCompile Include="benchsuite.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,87 +1,87 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClInclude Include="btphystest.h" /> | |||
<ClInclude Include="physicobject.h" /> | |||
<ClInclude Include="physics\bulletcharactercontroller.h" /> | |||
<ClInclude Include="physics\easycharactercontroller.h" /> | |||
<ClInclude Include="physics\easyconstraint.h" /> | |||
<ClInclude Include="physics\easyphysics.h" /> | |||
<ClInclude Include="physics\lolbtphysicsintegration.h" /> | |||
<ClInclude Include="physics\lolphysics.h" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClCompile Include="btphystest.cpp" /> | |||
<ClCompile Include="physics\bulletcharactercontroller.cpp" /> | |||
<ClCompile Include="physics\easycharactercontroller.cpp" /> | |||
<ClCompile Include="physics\easyconstraint.cpp" /> | |||
<ClCompile Include="physics\easyphysics.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<None Include="Makefile.am"> | |||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | |||
</None> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{ee203b88-44cf-4859-9d42-7a1f43fecb52}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClInclude Include="btphystest.h" /> | |||
<ClInclude Include="physicobject.h" /> | |||
<ClInclude Include="physics\bulletcharactercontroller.h" /> | |||
<ClInclude Include="physics\easycharactercontroller.h" /> | |||
<ClInclude Include="physics\easyconstraint.h" /> | |||
<ClInclude Include="physics\easyphysics.h" /> | |||
<ClInclude Include="physics\lolbtphysicsintegration.h" /> | |||
<ClInclude Include="physics\lolphysics.h" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClCompile Include="btphystest.cpp" /> | |||
<ClCompile Include="physics\bulletcharactercontroller.cpp" /> | |||
<ClCompile Include="physics\easycharactercontroller.cpp" /> | |||
<ClCompile Include="physics\easyconstraint.cpp" /> | |||
<ClCompile Include="physics\easyphysics.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<None Include="Makefile.am"> | |||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | |||
</None> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{ee203b88-44cf-4859-9d42-7a1f43fecb52}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,151 +1,151 @@ | |||
<?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|Win32"> | |||
<Configuration>Debug</Configuration> | |||
<Platform>Win32</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Debug|x64"> | |||
<Configuration>Debug</Configuration> | |||
<Platform>x64</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Release|Win32"> | |||
<Configuration>Release</Configuration> | |||
<Platform>Win32</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Release|x64"> | |||
<Configuration>Release</Configuration> | |||
<Platform>x64</Platform> | |||
</ProjectConfiguration> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{A2767731-6FBF-442C-900F-301D095516E7}</ProjectGuid> | |||
<Keyword>Win32Proj</Keyword> | |||
<RootNamespace>remez</RootNamespace> | |||
</PropertyGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<UseDebugLibraries>true</UseDebugLibraries> | |||
<CharacterSet>Unicode</CharacterSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<UseDebugLibraries>true</UseDebugLibraries> | |||
<CharacterSet>Unicode</CharacterSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
<CharacterSet>Unicode</CharacterSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
<CharacterSet>Unicode</CharacterSet> | |||
</PropertyGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
<ImportGroup Label="ExtensionSettings"> | |||
</ImportGroup> | |||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<PropertyGroup Label="UserMacros" /> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
<LinkIncremental>true</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
<LinkIncremental>true</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
<LinkIncremental>false</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
<LinkIncremental>false</LinkIncremental> | |||
</PropertyGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
<ClCompile> | |||
<PrecompiledHeader> | |||
</PrecompiledHeader> | |||
<WarningLevel>Level3</WarningLevel> | |||
<Optimization>Disabled</Optimization> | |||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
</ClCompile> | |||
<Link> | |||
<SubSystem>Console</SubSystem> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
</Link> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
<ClCompile> | |||
<PrecompiledHeader> | |||
</PrecompiledHeader> | |||
<WarningLevel>Level3</WarningLevel> | |||
<Optimization>Disabled</Optimization> | |||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
</ClCompile> | |||
<Link> | |||
<SubSystem>Console</SubSystem> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
</Link> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
<ClCompile> | |||
<WarningLevel>Level3</WarningLevel> | |||
<PrecompiledHeader> | |||
</PrecompiledHeader> | |||
<Optimization>MaxSpeed</Optimization> | |||
<FunctionLevelLinking>true</FunctionLevelLinking> | |||
<IntrinsicFunctions>true</IntrinsicFunctions> | |||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
</ClCompile> | |||
<Link> | |||
<SubSystem>Console</SubSystem> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
<OptimizeReferences>true</OptimizeReferences> | |||
<Profile>true</Profile> | |||
</Link> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
<ClCompile> | |||
<WarningLevel>Level3</WarningLevel> | |||
<PrecompiledHeader> | |||
</PrecompiledHeader> | |||
<Optimization>MaxSpeed</Optimization> | |||
<FunctionLevelLinking>true</FunctionLevelLinking> | |||
<IntrinsicFunctions>true</IntrinsicFunctions> | |||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
</ClCompile> | |||
<Link> | |||
<SubSystem>Console</SubSystem> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
<OptimizeReferences>true</OptimizeReferences> | |||
<Profile>true</Profile> | |||
</Link> | |||
</ItemDefinitionGroup> | |||
<ItemGroup> | |||
<ClCompile Include="real.cpp" /> | |||
<ClCompile Include="remez.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="lol\math\matrix.h" /> | |||
<ClInclude Include="lol\math\real.h" /> | |||
<ClInclude Include="lol\math\remez.h" /> | |||
</ItemGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
</ImportGroup> | |||
<?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|Win32"> | |||
<Configuration>Debug</Configuration> | |||
<Platform>Win32</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Debug|x64"> | |||
<Configuration>Debug</Configuration> | |||
<Platform>x64</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Release|Win32"> | |||
<Configuration>Release</Configuration> | |||
<Platform>Win32</Platform> | |||
</ProjectConfiguration> | |||
<ProjectConfiguration Include="Release|x64"> | |||
<Configuration>Release</Configuration> | |||
<Platform>x64</Platform> | |||
</ProjectConfiguration> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{A2767731-6FBF-442C-900F-301D095516E7}</ProjectGuid> | |||
<Keyword>Win32Proj</Keyword> | |||
<RootNamespace>remez</RootNamespace> | |||
</PropertyGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<UseDebugLibraries>true</UseDebugLibraries> | |||
<CharacterSet>Unicode</CharacterSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<UseDebugLibraries>true</UseDebugLibraries> | |||
<CharacterSet>Unicode</CharacterSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
<CharacterSet>Unicode</CharacterSet> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<UseDebugLibraries>false</UseDebugLibraries> | |||
<WholeProgramOptimization>true</WholeProgramOptimization> | |||
<CharacterSet>Unicode</CharacterSet> | |||
</PropertyGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |||
<ImportGroup Label="ExtensionSettings"> | |||
</ImportGroup> | |||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |||
</ImportGroup> | |||
<PropertyGroup Label="UserMacros" /> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
<LinkIncremental>true</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
<LinkIncremental>true</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
<LinkIncremental>false</LinkIncremental> | |||
</PropertyGroup> | |||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
<LinkIncremental>false</LinkIncremental> | |||
</PropertyGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
<ClCompile> | |||
<PrecompiledHeader> | |||
</PrecompiledHeader> | |||
<WarningLevel>Level3</WarningLevel> | |||
<Optimization>Disabled</Optimization> | |||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
</ClCompile> | |||
<Link> | |||
<SubSystem>Console</SubSystem> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
</Link> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
<ClCompile> | |||
<PrecompiledHeader> | |||
</PrecompiledHeader> | |||
<WarningLevel>Level3</WarningLevel> | |||
<Optimization>Disabled</Optimization> | |||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
</ClCompile> | |||
<Link> | |||
<SubSystem>Console</SubSystem> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
</Link> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
<ClCompile> | |||
<WarningLevel>Level3</WarningLevel> | |||
<PrecompiledHeader> | |||
</PrecompiledHeader> | |||
<Optimization>MaxSpeed</Optimization> | |||
<FunctionLevelLinking>true</FunctionLevelLinking> | |||
<IntrinsicFunctions>true</IntrinsicFunctions> | |||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
</ClCompile> | |||
<Link> | |||
<SubSystem>Console</SubSystem> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
<OptimizeReferences>true</OptimizeReferences> | |||
<Profile>true</Profile> | |||
</Link> | |||
</ItemDefinitionGroup> | |||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
<ClCompile> | |||
<WarningLevel>Level3</WarningLevel> | |||
<PrecompiledHeader> | |||
</PrecompiledHeader> | |||
<Optimization>MaxSpeed</Optimization> | |||
<FunctionLevelLinking>true</FunctionLevelLinking> | |||
<IntrinsicFunctions>true</IntrinsicFunctions> | |||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
</ClCompile> | |||
<Link> | |||
<SubSystem>Console</SubSystem> | |||
<GenerateDebugInformation>true</GenerateDebugInformation> | |||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
<OptimizeReferences>true</OptimizeReferences> | |||
<Profile>true</Profile> | |||
</Link> | |||
</ItemDefinitionGroup> | |||
<ItemGroup> | |||
<ClCompile Include="real.cpp" /> | |||
<ClCompile Include="remez.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="lol\math\matrix.h" /> | |||
<ClInclude Include="lol\math\real.h" /> | |||
<ClInclude Include="lol\math\remez.h" /> | |||
</ItemGroup> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
</ImportGroup> | |||
</Project> |
@@ -1,77 +1,77 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="meshviewer.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<None Include="data\mesh-buffer.txt"> | |||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | |||
</None> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="shinyfur.lolfx" /> | |||
<LolFxCompile Include="shinymvtexture.lolfx" /> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="meshviewer.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<None Include="data\mesh-buffer.txt"> | |||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | |||
</None> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="shinyfur.lolfx" /> | |||
<LolFxCompile Include="shinymvtexture.lolfx" /> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{7CE9FE12-E4AB-4A22-90D4-2C15F0C30D4E}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,85 +1,85 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="testsuite.cpp" /> | |||
<ClCompile Include="unit\array.cpp" /> | |||
<ClCompile Include="unit\box.cpp" /> | |||
<ClCompile Include="unit\build.cpp" /> | |||
<ClCompile Include="unit\cmplx.cpp" /> | |||
<ClCompile Include="unit\color.cpp" /> | |||
<ClCompile Include="unit\half.cpp" /> | |||
<ClCompile Include="unit\image.cpp" /> | |||
<ClCompile Include="unit\interp.cpp" /> | |||
<ClCompile Include="unit\map.cpp" /> | |||
<ClCompile Include="unit\matrix.cpp" /> | |||
<ClCompile Include="unit\quat.cpp" /> | |||
<ClCompile Include="unit\rand.cpp" /> | |||
<ClCompile Include="unit\real.cpp" /> | |||
<ClCompile Include="unit\rotation.cpp" /> | |||
<ClCompile Include="unit\string.cpp" /> | |||
<ClCompile Include="unit\trig.cpp" /> | |||
<ClCompile Include="unit\vector.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{80F81C11-8DA2-4990-91CB-9807783BA46E}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="testsuite.cpp" /> | |||
<ClCompile Include="unit\array.cpp" /> | |||
<ClCompile Include="unit\box.cpp" /> | |||
<ClCompile Include="unit\build.cpp" /> | |||
<ClCompile Include="unit\cmplx.cpp" /> | |||
<ClCompile Include="unit\color.cpp" /> | |||
<ClCompile Include="unit\half.cpp" /> | |||
<ClCompile Include="unit\image.cpp" /> | |||
<ClCompile Include="unit\interp.cpp" /> | |||
<ClCompile Include="unit\map.cpp" /> | |||
<ClCompile Include="unit\matrix.cpp" /> | |||
<ClCompile Include="unit\quat.cpp" /> | |||
<ClCompile Include="unit\rand.cpp" /> | |||
<ClCompile Include="unit\real.cpp" /> | |||
<ClCompile Include="unit\rotation.cpp" /> | |||
<ClCompile Include="unit\string.cpp" /> | |||
<ClCompile Include="unit\trig.cpp" /> | |||
<ClCompile Include="unit\vector.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{80F81C11-8DA2-4990-91CB-9807783BA46E}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,71 +1,71 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="01_triangle.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="01_triangle.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{b92abadc-45be-4cc5-b724-9426053123a1}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="01_triangle.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="01_triangle.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{b92abadc-45be-4cc5-b724-9426053123a1}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,71 +1,71 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="02_cube.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="02_cube.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{7b083da2-fe08-4f6d-bfdd-195d5c2783eb}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="02_cube.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="02_cube.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{7b083da2-fe08-4f6d-bfdd-195d5c2783eb}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,71 +1,71 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="03_noise.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="03_noise.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{b0a53d75-cbb4-4fdf-93ac-2d12a79ada0e}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="03_noise.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="03_noise.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{b0a53d75-cbb4-4fdf-93ac-2d12a79ada0e}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,71 +1,71 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="04_texture.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="04_texture.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{834852db-edb6-4fd0-bcf9-45cd01126962}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="04_texture.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="04_texture.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{834852db-edb6-4fd0-bcf9-45cd01126962}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,68 +1,68 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="05_easymesh.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{1c5b8702-290c-42da-aa9e-671348f5b747}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="05_easymesh.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{1c5b8702-290c-42da-aa9e-671348f5b747}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,71 +1,71 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="08_fbo.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="08_fbo.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="08_fbo.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="08_fbo.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,71 +1,71 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="11_fractal.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="11_fractal.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{6bf81b39-edc2-4227-9992-c2d8abea95af}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="11_fractal.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="11_fractal.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{6bf81b39-edc2-4227-9992-c2d8abea95af}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |
@@ -1,75 +1,75 @@ | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="12_voronoi.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="12_texture_to_screen.lolfx" /> | |||
<LolFxCompile Include="12_voronoi.lolfx" /> | |||
<LolFxCompile Include="12_voronoi_setup.lolfx" /> | |||
<LolFxCompile Include="12_voronoi_distance.lolfx" /> | |||
<LolFxCompile Include="12_distance.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{6bf81b39-edc2-4227-9982-c2d8abea95af}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
<?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> | |||
<ItemGroup> | |||
<ClCompile Include="12_voronoi.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<LolFxCompile Include="12_texture_to_screen.lolfx" /> | |||
<LolFxCompile Include="12_voronoi.lolfx" /> | |||
<LolFxCompile Include="12_voronoi_setup.lolfx" /> | |||
<LolFxCompile Include="12_voronoi_distance.lolfx" /> | |||
<LolFxCompile Include="12_distance.lolfx" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj"> | |||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||
</ProjectReference> | |||
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> | |||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||
</ProjectReference> | |||
</ItemGroup> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>{6bf81b39-edc2-4227-9982-c2d8abea95af}</ProjectGuid> | |||
<ConfigurationType>Application</ConfigurationType> | |||
<Keyword>Win32Proj</Keyword> | |||
</PropertyGroup> | |||
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> | |||
<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 /> | |||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
<ImportGroup Label="ExtensionTargets"> | |||
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> | |||
</ImportGroup> | |||
</Project> |