Added Visual Studio 2012 project files - but I got it to compile only for the "debug" target! That should hopefully become obsolete if we switch to a full CMake-based build system.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12755 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
9625eb58e3
commit
5dfa231a23
452
src/ide/vc11/bullet_lib.vcxproj
Normal file
452
src/ide/vc11/bullet_lib.vcxproj
Normal file
@ -0,0 +1,452 @@
|
||||
<?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>{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}</ProjectGuid>
|
||||
<RootNamespace>bullet_lib</RootNamespace>
|
||||
<Keyword>ManagedCProj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
|
||||
<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 Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<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>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System">
|
||||
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
||||
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||||
</Reference>
|
||||
<Reference Include="System.Data">
|
||||
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
||||
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml">
|
||||
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
||||
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvt.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDispatcher.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionObject.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btGhostObject.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btManifoldResult.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btUnionFind.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBox2dShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBoxShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCapsuleShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCompoundShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConcaveShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConeShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvex2dShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexHullShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexInternalShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPolyhedron.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCylinderShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btEmptyShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultiSphereShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btOptimizedBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btShapeHull.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btSphereShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStaticPlaneShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStridingMeshInterface.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTetrahedronShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleBuffer.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleCallback.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMesh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btUniformScalingShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btContactProcessing.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGenericPoolAllocator.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btTriangleShapeEx.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_set.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_contact.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_memory.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_tri_collision.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexCast.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPersistentManifold.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Character\btKinematicCharacterController.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btRigidBody.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\Bullet-C-API.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btRaycastVehicle.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btWheelInfo.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btAlignedAllocator.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btConvexHull.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btConvexHullComputer.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btGeometryUtil.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btQuickprof.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btSerializer.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\btBulletCollisionCommon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\btBulletDynamicsCommon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvt.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDispatcher.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionConfiguration.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionCreateFunc.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionObject.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btGhostObject.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btManifoldResult.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btUnionFind.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBox2dShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBoxShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCapsuleShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionMargin.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCompoundShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConcaveShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConeShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvex2dShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexHullShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexInternalShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPolyhedron.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCylinderShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btEmptyShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMaterial.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultiSphereShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btOptimizedBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btShapeHull.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btSphereShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStaticPlaneShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStridingMeshInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTetrahedronShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleBuffer.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleCallback.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleInfoMap.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMesh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btUniformScalingShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btBoxCollision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btClipPolygon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btContactProcessing.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGenericPoolAllocator.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGeometryOperations.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactMassUtil.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btQuantization.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btTriangleShapeEx.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_array.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_basic_geometry_operations.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_bitset.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_collision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_set.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_clip_polygon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_contact.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_geometry.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_geom_types.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_hash_table.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_linear_math.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_math.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_memory.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_radixsort.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_tri_collision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexCast.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btManifoldPoint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPersistentManifold.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPointCollector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Character\btCharacterControllerInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Character\btKinematicCharacterController.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConstraintSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactSolverInfo.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHingeConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btJacobianEntry.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSliderConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolverBody.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolverConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btTypedConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btActionInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btRigidBody.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btRaycastVehicle.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btVehicleRaycaster.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btWheelInfo.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btAabbUtil2.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btAlignedAllocator.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btAlignedObjectArray.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btConvexHull.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btConvexHullComputer.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btDefaultMotionState.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btGeometryUtil.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btGrahamScan2dConvexHull.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btHashMap.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btIDebugDraw.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btList.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btMatrix3x3.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btMinMax.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btMotionState.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btPoolAllocator.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btQuadWord.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btQuaternion.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btQuickprof.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btRandom.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btScalar.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btSerializer.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btStackAlloc.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btTransform.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btTransformUtil.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btVector3.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
164
src/ide/vc11/enet.vcxproj
Normal file
164
src/ide/vc11/enet.vcxproj
Normal file
@ -0,0 +1,164 @@
|
||||
<?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>{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}</ProjectGuid>
|
||||
<RootNamespace>enet</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
|
||||
<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 Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<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>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\lib\enet\callbacks.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\compress.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\host.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\list.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\packet.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\peer.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\protocol.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\unix.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\win32.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\include\enet\callbacks.h" />
|
||||
<ClInclude Include="..\include\enet\enet.h" />
|
||||
<ClInclude Include="..\include\enet\list.h" />
|
||||
<ClInclude Include="..\include\enet\protocol.h" />
|
||||
<ClInclude Include="..\include\enet\time.h" />
|
||||
<ClInclude Include="..\include\enet\types.h" />
|
||||
<ClInclude Include="..\include\enet\unix.h" />
|
||||
<ClInclude Include="..\include\enet\utility.h" />
|
||||
<ClInclude Include="..\include\enet\win32.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
190
src/ide/vc11/supertuxkart.sln
Normal file
190
src/ide/vc11/supertuxkart.sln
Normal file
@ -0,0 +1,190 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Express 2012 for Windows Desktop
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "supertuxkart", "supertuxkart.vcxproj", "{B1BC2764-1A43-4800-A654-788B0D05EDA2}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bullet_lib", "bullet_lib.vcxproj", "{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enet", "enet.vcxproj", "{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Irrlicht", "..\..\..\lib\irrlicht\source\Irrlicht\Irrlicht11.0.vcxproj", "{E08E042A-6C45-411B-92BE-3CC31331019F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
debug|experimental_x64 = debug|experimental_x64
|
||||
debug|Win32 = debug|Win32
|
||||
debug|x64 = debug|x64
|
||||
Release - Fast FPU|experimental_x64 = Release - Fast FPU|experimental_x64
|
||||
Release - Fast FPU|Win32 = Release - Fast FPU|Win32
|
||||
Release - Fast FPU|x64 = Release - Fast FPU|x64
|
||||
Release|experimental_x64 = Release|experimental_x64
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
SDL-Debug|experimental_x64 = SDL-Debug|experimental_x64
|
||||
SDL-Debug|Win32 = SDL-Debug|Win32
|
||||
SDL-Debug|x64 = SDL-Debug|x64
|
||||
Static lib - Debug|experimental_x64 = Static lib - Debug|experimental_x64
|
||||
Static lib - Debug|Win32 = Static lib - Debug|Win32
|
||||
Static lib - Debug|x64 = Static lib - Debug|x64
|
||||
Static lib - Release - Fast FPU|experimental_x64 = Static lib - Release - Fast FPU|experimental_x64
|
||||
Static lib - Release - Fast FPU|Win32 = Static lib - Release - Fast FPU|Win32
|
||||
Static lib - Release - Fast FPU|x64 = Static lib - Release - Fast FPU|x64
|
||||
Static lib - Release|experimental_x64 = Static lib - Release|experimental_x64
|
||||
Static lib - Release|Win32 = Static lib - Release|Win32
|
||||
Static lib - Release|x64 = Static lib - Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|experimental_x64.ActiveCfg = debug|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|experimental_x64.Build.0 = debug|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|Win32.ActiveCfg = debug|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|Win32.Build.0 = debug|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|x64.ActiveCfg = debug|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|x64.Build.0 = debug|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|experimental_x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|experimental_x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|experimental_x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|experimental_x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.SDL-Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.SDL-Debug|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.SDL-Debug|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.SDL-Debug|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.SDL-Debug|x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Debug|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Debug|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Debug|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Debug|x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release - Fast FPU|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|experimental_x64.ActiveCfg = debug|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|experimental_x64.Build.0 = debug|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|Win32.ActiveCfg = debug|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|Win32.Build.0 = debug|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|x64.ActiveCfg = debug|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|x64.Build.0 = debug|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|experimental_x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|experimental_x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|experimental_x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|experimental_x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.SDL-Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.SDL-Debug|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.SDL-Debug|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.SDL-Debug|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.SDL-Debug|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Debug|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Debug|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Debug|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Debug|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release - Fast FPU|experimental_x64.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release|experimental_x64.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|experimental_x64.ActiveCfg = debug|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|experimental_x64.Build.0 = debug|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|Win32.ActiveCfg = debug|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|Win32.Build.0 = debug|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|x64.ActiveCfg = debug|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|x64.Build.0 = debug|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|experimental_x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|experimental_x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|experimental_x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|experimental_x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.SDL-Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.SDL-Debug|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.SDL-Debug|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.SDL-Debug|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.SDL-Debug|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Debug|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Debug|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Debug|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Debug|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release - Fast FPU|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release|x64.Build.0 = Release|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|experimental_x64.ActiveCfg = Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|Win32.ActiveCfg = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|Win32.Build.0 = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|x64.ActiveCfg = Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|x64.Build.0 = Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|experimental_x64.ActiveCfg = Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.ActiveCfg = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.Build.0 = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.ActiveCfg = Release - Fast FPU|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.Build.0 = Release - Fast FPU|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|experimental_x64.ActiveCfg = Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.ActiveCfg = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.Build.0 = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.ActiveCfg = Release|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.Build.0 = Release|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|experimental_x64.ActiveCfg = SDL-Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|Win32.ActiveCfg = SDL-Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|Win32.Build.0 = SDL-Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|x64.ActiveCfg = SDL-Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|x64.Build.0 = SDL-Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|experimental_x64.ActiveCfg = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.ActiveCfg = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.Build.0 = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.ActiveCfg = Static lib - Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.Build.0 = Static lib - Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|experimental_x64.ActiveCfg = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.Build.0 = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.ActiveCfg = Static lib - Release - Fast FPU|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.Build.0 = Static lib - Release - Fast FPU|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|experimental_x64.ActiveCfg = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.ActiveCfg = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.Build.0 = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.ActiveCfg = Static lib - Release|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.Build.0 = Static lib - Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
735
src/ide/vc11/supertuxkart.vcxproj
Normal file
735
src/ide/vc11/supertuxkart.vcxproj
Normal file
@ -0,0 +1,735 @@
|
||||
<?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>{B1BC2764-1A43-4800-A654-788B0D05EDA2}</ProjectGuid>
|
||||
<RootNamespace>supertuxkart</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
|
||||
<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 Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<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>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\../</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\../</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">..\..\../</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">..\..\../</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">true</LinkIncremental>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='debug|x64'">true</LinkIncremental>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(ProjectName)_d</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(ProjectName)_d</TargetName>
|
||||
<IncludePath Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>HAVE_OGGVORBIS;NDEBUG;_CONSOLE;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;BT_NO_PROFILE;PACKAGE="supertuxkart";ENABLE_BIDI;ADDONS_MANAGER;_IRR_STATIC_LIB_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;fribidi.lib;pthreadVC2.lib;libcurl_imp.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(OutDir)/$(ProjectName).exe</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../dependencies/lib;../../../lib/irrlicht/lib/Win32-visualstudio;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>HAVE_OGGVORBIS;NDEBUG;_CONSOLE;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;BT_NO_PROFILE;PACKAGE="supertuxkart";ENABLE_BIDI;WIN64;_IRR_STATIC_LIB_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;libfribidi.lib;pthreadVC2.lib;libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(OutDir)/$(ProjectName).exe</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../lib/irrlicht/lib/Win64-visualStudio;../../../dependencies/lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>BT_NO_PROFILE;HAVE_OGGVORBIS;_DEBUG;_CONSOLE;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;DEBUG;PACKAGE="supertuxkart";_CRTDBG_MAP_ALLOC;ENABLE_BIDI;_IRR_STATIC_LIB_;%(PreprocessorDefinitions):_ITERATOR_DEBUG_LEVEL=0</PreprocessorDefinitions>
|
||||
<PreprocessToFile>false</PreprocessToFile>
|
||||
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
||||
<MinimalRebuild>false</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;fribidi.lib;pthreadVC2.lib;libcurl_imp.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(TargetPath)</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../dependencies/lib;../../../lib/irrlicht/lib/Win32-visualstudio;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<GenerateMapFile>false</GenerateMapFile>
|
||||
<MapFileName>
|
||||
</MapFileName>
|
||||
<MapExports>false</MapExports>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<LinkTimeCodeGeneration>
|
||||
</LinkTimeCodeGeneration>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
<Profile>false</Profile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>BT_NO_PROFILE;HAVE_OGGVORBIS;_DEBUG;_CONSOLE;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;DEBUG;PACKAGE="supertuxkart";_CRTDBG_MAP_ALLOC;ENABLE_BIDI;ADDONS_MANAGER;_WIN64;_IRR_STATIC_LIB_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessToFile>false</PreprocessToFile>
|
||||
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>false</MultiProcessorCompilation>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;libfribidi.lib;pthreadVC2.lib;libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(TargetPath)</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../dependencies/lib;../../../lib/irrlicht/lib/Win64-VisualStudio;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<GenerateMapFile>false</GenerateMapFile>
|
||||
<MapFileName>
|
||||
</MapFileName>
|
||||
<MapExports>false</MapExports>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<LinkTimeCodeGeneration>
|
||||
</LinkTimeCodeGeneration>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<Profile>false</Profile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\addons\inetwork_http.cpp" />
|
||||
<ClCompile Include="..\..\addons\news_manager.cpp" />
|
||||
<ClCompile Include="..\..\addons\request.cpp" />
|
||||
<ClCompile Include="..\..\challenges\game_slot.cpp" />
|
||||
<ClCompile Include="..\..\config\player.cpp" />
|
||||
<ClCompile Include="..\..\graphics\hardware_skinning.cpp" />
|
||||
<ClCompile Include="..\..\graphics\hit_sfx.cpp" />
|
||||
<ClCompile Include="..\..\graphics\lod_node.cpp" />
|
||||
<ClCompile Include="..\..\graphics\particle_kind_manager.cpp" />
|
||||
<ClCompile Include="..\..\graphics\per_camera_node.cpp" />
|
||||
<ClCompile Include="..\..\graphics\post_processing.cpp" />
|
||||
<ClCompile Include="..\..\graphics\rain.cpp" />
|
||||
<ClCompile Include="..\..\graphics\referee.cpp" />
|
||||
<ClCompile Include="..\..\graphics\show_curve.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\CGUIEditBox.cpp" />
|
||||
<ClCompile Include="..\..\items\rubber_ball.cpp" />
|
||||
<ClCompile Include="..\..\items\swatter.cpp" />
|
||||
<ClCompile Include="..\..\karts\abstract_kart.cpp" />
|
||||
<ClCompile Include="..\..\karts\abstract_kart_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\cannon_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\ai_properties.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\skidding_ai.cpp" />
|
||||
<ClCompile Include="..\..\karts\explosion_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\ghost_kart.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_gfx.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_with_stats.cpp" />
|
||||
<ClCompile Include="..\..\karts\rescue_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\skidding.cpp" />
|
||||
<ClCompile Include="..\..\karts\skidding_properties.cpp" />
|
||||
<ClCompile Include="..\..\main.cpp" />
|
||||
<ClCompile Include="..\..\main_loop.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\abstract_state_manager.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\abstract_top_level_container.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\CGUISpriteBank.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\engine.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\event_handler.cpp">
|
||||
<PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">false</PreprocessToFile>
|
||||
<PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='debug|x64'">false</PreprocessToFile>
|
||||
<PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">false</PreprocessSuppressLineNumbers>
|
||||
<PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='debug|x64'">false</PreprocessSuppressLineNumbers>
|
||||
<PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">false</PreprocessKeepComments>
|
||||
<PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='debug|x64'">false</PreprocessKeepComments>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\guiengine\layout_manager.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\modaldialog.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\scalable_font.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\screen.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\screen_loader.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\skin.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\bubble_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\button_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\check_box_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\dynamic_ribbon_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\icon_button_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\label_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\list_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\model_view_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\progress_bar_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\ribbon_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\spinner_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\text_box_widget.cpp" />
|
||||
<ClCompile Include="..\..\challenges\challenge.cpp" />
|
||||
<ClCompile Include="..\..\challenges\challenge_data.cpp" />
|
||||
<ClCompile Include="..\..\challenges\unlock_manager.cpp" />
|
||||
<ClCompile Include="..\..\modes\cutscene_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\demo_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\easter_egg_hunt.cpp" />
|
||||
<ClCompile Include="..\..\modes\overworld.cpp" />
|
||||
<ClCompile Include="..\..\modes\soccer_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\tutorial_world.cpp" />
|
||||
<ClCompile Include="..\..\physics\btKartRaycast.cpp" />
|
||||
<ClCompile Include="..\..\replay\replay_base.cpp" />
|
||||
<ClCompile Include="..\..\replay\replay_play.cpp" />
|
||||
<ClCompile Include="..\..\replay\replay_recorder.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\cutscene_gui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\custom_video_settings.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\select_challenge.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\tutorial_message_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\minimal_race_gui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_ui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_gui_base.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_gui_overworld.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\soccer_setup_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\story_mode_lobby.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\dictionary.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\dictionary_manager.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\iconv.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\language.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\plural_forms.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\po_parser.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\stk_file_system.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\tgt_log.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\tinygettext.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_cannon.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_goal.cpp" />
|
||||
<ClCompile Include="..\..\tracks\lod_node_loader.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_object_presentation.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_sector.cpp" />
|
||||
<ClCompile Include="..\..\utils\constants.cpp" />
|
||||
<ClCompile Include="..\..\utils\leak_check.cpp" />
|
||||
<ClCompile Include="..\..\utils\log.cpp" />
|
||||
<ClCompile Include="..\..\utils\profiler.cpp" />
|
||||
<ClCompile Include="..\..\utils\random_generator.cpp" />
|
||||
<ClCompile Include="..\..\utils\string_utils.cpp" />
|
||||
<ClCompile Include="..\..\utils\translation.cpp" />
|
||||
<ClCompile Include="..\..\utils\vec3.cpp" />
|
||||
<ClCompile Include="..\..\audio\music_information.cpp" />
|
||||
<ClCompile Include="..\..\audio\music_manager.cpp" />
|
||||
<ClCompile Include="..\..\audio\music_ogg.cpp" />
|
||||
<ClCompile Include="..\..\audio\sfx_buffer.cpp" />
|
||||
<ClCompile Include="..\..\audio\sfx_manager.cpp" />
|
||||
<ClCompile Include="..\..\audio\sfx_openal.cpp" />
|
||||
<ClCompile Include="..\..\modes\follow_the_leader.cpp" />
|
||||
<ClCompile Include="..\..\modes\linear_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\profile_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\standard_race.cpp" />
|
||||
<ClCompile Include="..\..\modes\three_strikes_battle.cpp" />
|
||||
<ClCompile Include="..\..\modes\world.cpp" />
|
||||
<ClCompile Include="..\..\modes\world_status.cpp" />
|
||||
<ClCompile Include="..\..\modes\world_with_rank.cpp" />
|
||||
<ClCompile Include="..\..\items\attachment.cpp" />
|
||||
<ClCompile Include="..\..\items\attachment_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\bowling.cpp" />
|
||||
<ClCompile Include="..\..\items\cake.cpp" />
|
||||
<ClCompile Include="..\..\items\flyable.cpp" />
|
||||
<ClCompile Include="..\..\items\item.cpp" />
|
||||
<ClCompile Include="..\..\items\item_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\plunger.cpp" />
|
||||
<ClCompile Include="..\..\items\powerup.cpp" />
|
||||
<ClCompile Include="..\..\items\powerup_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\projectile_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\rubber_band.cpp" />
|
||||
<ClCompile Include="..\..\physics\btKart.cpp" />
|
||||
<ClCompile Include="..\..\physics\btUprightConstraint.cpp" />
|
||||
<ClCompile Include="..\..\physics\irr_debug_drawer.cpp" />
|
||||
<ClCompile Include="..\..\physics\physical_object.cpp" />
|
||||
<ClCompile Include="..\..\physics\physics.cpp" />
|
||||
<ClCompile Include="..\..\physics\triangle_mesh.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_model.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_properties.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_properties_manager.cpp" />
|
||||
<ClCompile Include="..\..\karts\max_speed.cpp" />
|
||||
<ClCompile Include="..\..\karts\moveable.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\ai_base_controller.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\controller.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\end_controller.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\player_controller.cpp" />
|
||||
<ClCompile Include="..\..\graphics\camera.cpp" />
|
||||
<ClCompile Include="..\..\graphics\CBatchingMesh.cpp" />
|
||||
<ClCompile Include="..\..\graphics\explosion.cpp" />
|
||||
<ClCompile Include="..\..\graphics\irr_driver.cpp" />
|
||||
<ClCompile Include="..\..\graphics\material.cpp" />
|
||||
<ClCompile Include="..\..\graphics\material_manager.cpp" />
|
||||
<ClCompile Include="..\..\graphics\mesh_tools.cpp" />
|
||||
<ClCompile Include="..\..\graphics\moving_texture.cpp" />
|
||||
<ClCompile Include="..\..\graphics\particle_emitter.cpp" />
|
||||
<ClCompile Include="..\..\graphics\particle_kind.cpp" />
|
||||
<ClCompile Include="..\..\graphics\shadow.cpp" />
|
||||
<ClCompile Include="..\..\graphics\skid_marks.cpp" />
|
||||
<ClCompile Include="..\..\graphics\slip_stream.cpp" />
|
||||
<ClCompile Include="..\..\graphics\stars.cpp" />
|
||||
<ClCompile Include="..\..\network\connect_message.cpp" />
|
||||
<ClCompile Include="..\..\network\kart_control_message.cpp" />
|
||||
<ClCompile Include="..\..\network\kart_update_message.cpp" />
|
||||
<ClCompile Include="..\..\network\message.cpp" />
|
||||
<ClCompile Include="..\..\network\network_kart.cpp" />
|
||||
<ClCompile Include="..\..\network\network_manager.cpp" />
|
||||
<ClCompile Include="..\..\network\race_info_message.cpp" />
|
||||
<ClCompile Include="..\..\network\race_result_message.cpp" />
|
||||
<ClCompile Include="..\..\network\race_state.cpp" />
|
||||
<ClCompile Include="..\..\tracks\ambient_light_sphere.cpp" />
|
||||
<ClCompile Include="..\..\tracks\bezier_curve.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_lap.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_line.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_manager.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_sphere.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_structure.cpp" />
|
||||
<ClCompile Include="..\..\tracks\graph_node.cpp" />
|
||||
<ClCompile Include="..\..\tracks\quad.cpp" />
|
||||
<ClCompile Include="..\..\tracks\quad_graph.cpp" />
|
||||
<ClCompile Include="..\..\tracks\quad_set.cpp" />
|
||||
<ClCompile Include="..\..\tracks\terrain_info.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_manager.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_object.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_object_manager.cpp" />
|
||||
<ClCompile Include="..\..\io\file_manager.cpp" />
|
||||
<ClCompile Include="..\..\io\xml_node.cpp" />
|
||||
<ClCompile Include="..\..\io\xml_writer.cpp" />
|
||||
<ClCompile Include="..\..\input\binding.cpp" />
|
||||
<ClCompile Include="..\..\input\device_manager.cpp" />
|
||||
<ClCompile Include="..\..\input\input_device.cpp" />
|
||||
<ClCompile Include="..\..\input\input_manager.cpp" />
|
||||
<ClCompile Include="..\..\race\grand_prix_data.cpp" />
|
||||
<ClCompile Include="..\..\race\grand_prix_manager.cpp" />
|
||||
<ClCompile Include="..\..\race\highscore_manager.cpp" />
|
||||
<ClCompile Include="..\..\race\highscores.cpp" />
|
||||
<ClCompile Include="..\..\race\history.cpp" />
|
||||
<ClCompile Include="..\..\race\race_manager.cpp" />
|
||||
<ClCompile Include="..\..\config\device_config.cpp" />
|
||||
<ClCompile Include="..\..\config\stk_config.cpp" />
|
||||
<ClCompile Include="..\..\config\user_config.cpp" />
|
||||
<ClCompile Include="..\..\animations\animation_base.cpp" />
|
||||
<ClCompile Include="..\..\animations\ipo.cpp" />
|
||||
<ClCompile Include="..\..\animations\three_d_animation.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\addons_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\arenas_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\credits.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\feature_unlocked.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\grand_prix_lose.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\grand_prix_win.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_1.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_2.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_3.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_4.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\kart_selection.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\main_menu_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_audio.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_input.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_input2.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_players.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_video.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_gui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_result_gui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_setup_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\state_manager.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\tracks_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\add_device_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\addons_loading.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\confirm_resolution_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\enter_player_name_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\gp_info_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\message_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\player_info_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\press_a_key_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\race_paused_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\track_info_dialog.cpp" />
|
||||
<ClCompile Include="..\..\addons\addon.cpp" />
|
||||
<ClCompile Include="..\..\addons\addons_manager.cpp" />
|
||||
<ClCompile Include="..\..\addons\network_http.cpp" />
|
||||
<ClCompile Include="..\..\addons\zip.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\addons\inetwork_http.hpp" />
|
||||
<ClInclude Include="..\..\addons\news_manager.hpp" />
|
||||
<ClInclude Include="..\..\addons\request.hpp" />
|
||||
<ClInclude Include="..\..\challenges\game_slot.hpp" />
|
||||
<ClInclude Include="..\..\graphics\hardware_skinning.hpp" />
|
||||
<ClInclude Include="..\..\graphics\hit_effect.hpp" />
|
||||
<ClInclude Include="..\..\graphics\hit_sfx.hpp" />
|
||||
<ClInclude Include="..\..\graphics\lod_node.hpp" />
|
||||
<ClInclude Include="..\..\graphics\particle_kind_manager.hpp" />
|
||||
<ClInclude Include="..\..\graphics\per_camera_node.hpp" />
|
||||
<ClInclude Include="..\..\graphics\post_processing.hpp" />
|
||||
<ClInclude Include="..\..\graphics\rain.hpp" />
|
||||
<ClInclude Include="..\..\graphics\referee.hpp" />
|
||||
<ClInclude Include="..\..\graphics\show_curve.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\CGUIEditBox.h" />
|
||||
<ClInclude Include="..\..\items\rubber_ball.hpp" />
|
||||
<ClInclude Include="..\..\items\swatter.hpp" />
|
||||
<ClInclude Include="..\..\karts\abstract_kart.hpp" />
|
||||
<ClInclude Include="..\..\karts\abstract_kart_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\cannon_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\ai_properties.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\skidding_ai.hpp" />
|
||||
<ClInclude Include="..\..\karts\explosion_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\ghost_kart.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_gfx.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_with_stats.hpp" />
|
||||
<ClInclude Include="..\..\karts\rescue_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\skidding.hpp" />
|
||||
<ClInclude Include="..\..\karts\skidding_properties.hpp" />
|
||||
<ClInclude Include="..\..\main_loop.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\abstract_state_manager.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\abstract_top_level_container.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\engine.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\event_handler.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\layout_manager.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\modaldialog.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\scalable_font.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\screen.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\skin.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\bubble_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\button_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\check_box_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\dynamic_ribbon_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\icon_button_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\label_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\list_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\model_view_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\progress_bar_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\ribbon_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\spinner_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\text_box_widget.hpp" />
|
||||
<ClInclude Include="..\..\challenges\challenge.hpp" />
|
||||
<ClInclude Include="..\..\challenges\challenge_data.hpp" />
|
||||
<ClInclude Include="..\..\challenges\unlock_manager.hpp" />
|
||||
<ClInclude Include="..\..\modes\cutscene_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\demo_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\easter_egg_hunt.hpp" />
|
||||
<ClInclude Include="..\..\modes\overworld.hpp" />
|
||||
<ClInclude Include="..\..\modes\soccer_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\tutorial_world.hpp" />
|
||||
<ClInclude Include="..\..\network\character_confirm_message.hpp" />
|
||||
<ClInclude Include="..\..\network\character_info_message.hpp" />
|
||||
<ClInclude Include="..\..\network\character_selected_message.hpp" />
|
||||
<ClInclude Include="..\..\network\connect_message.hpp" />
|
||||
<ClInclude Include="..\..\network\flyable_info.hpp" />
|
||||
<ClInclude Include="..\..\network\item_info.hpp" />
|
||||
<ClInclude Include="..\..\network\kart_control_message.hpp" />
|
||||
<ClInclude Include="..\..\network\kart_packet.hpp" />
|
||||
<ClInclude Include="..\..\network\kart_update_message.hpp" />
|
||||
<ClInclude Include="..\..\network\message.hpp" />
|
||||
<ClInclude Include="..\..\network\network_kart.hpp" />
|
||||
<ClInclude Include="..\..\network\network_manager.hpp" />
|
||||
<ClInclude Include="..\..\network\race_info_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_result_ack_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_result_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_start_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_state.hpp" />
|
||||
<ClInclude Include="..\..\network\remote_kart_info.hpp" />
|
||||
<ClInclude Include="..\..\network\world_loaded_message.hpp" />
|
||||
<ClInclude Include="..\..\physics\btKartRaycast.hpp" />
|
||||
<ClInclude Include="..\..\replay\replay_base.hpp" />
|
||||
<ClInclude Include="..\..\replay\replay_play.hpp" />
|
||||
<ClInclude Include="..\..\replay\replay_recorder.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\cutscene_gui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\custom_video_settings.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\select_challenge.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\tutorial_message_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\minimal_race_gui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_ui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_gui_overworld.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\soccer_setup_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\story_mode_lobby.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\dictionary.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\dictionary_manager.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\file_system.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\iconv.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\language.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\log_stream.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\plural_forms.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\po_parser.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\stk_file_system.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\tgt_log.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\tinygettext.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_cannon.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_goal.hpp" />
|
||||
<ClInclude Include="..\..\tracks\lod_node_loader.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_object_presentation.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_sector.hpp" />
|
||||
<ClInclude Include="..\..\utils\constants.hpp" />
|
||||
<ClInclude Include="..\..\utils\cpp2011.h" />
|
||||
<ClInclude Include="..\..\utils\interpolation_array.hpp" />
|
||||
<ClInclude Include="..\..\utils\leak_check.hpp" />
|
||||
<ClInclude Include="..\..\utils\log.hpp" />
|
||||
<ClInclude Include="..\..\utils\no_copy.hpp" />
|
||||
<ClInclude Include="..\..\utils\profiler.hpp" />
|
||||
<ClInclude Include="..\..\utils\ptr_vector.hpp" />
|
||||
<ClInclude Include="..\..\utils\random_generator.hpp" />
|
||||
<ClInclude Include="..\..\utils\string_utils.hpp" />
|
||||
<ClInclude Include="..\..\utils\synchronised.hpp" />
|
||||
<ClInclude Include="..\..\utils\time.hpp" />
|
||||
<ClInclude Include="..\..\utils\translation.hpp" />
|
||||
<ClInclude Include="..\..\utils\utf8.h" />
|
||||
<ClInclude Include="..\..\utils\utf8\checked.h" />
|
||||
<ClInclude Include="..\..\utils\utf8\core.h" />
|
||||
<ClInclude Include="..\..\utils\utf8\unchecked.h" />
|
||||
<ClInclude Include="..\..\utils\vec3.hpp" />
|
||||
<ClInclude Include="..\..\audio\music.hpp" />
|
||||
<ClInclude Include="..\..\audio\music_information.hpp" />
|
||||
<ClInclude Include="..\..\audio\music_manager.hpp" />
|
||||
<ClInclude Include="..\..\audio\music_ogg.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_base.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_buffer.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_manager.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_openal.hpp" />
|
||||
<ClInclude Include="..\..\modes\follow_the_leader.hpp" />
|
||||
<ClInclude Include="..\..\modes\linear_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\profile_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\standard_race.hpp" />
|
||||
<ClInclude Include="..\..\modes\three_strikes_battle.hpp" />
|
||||
<ClInclude Include="..\..\modes\world.hpp" />
|
||||
<ClInclude Include="..\..\modes\world_status.hpp" />
|
||||
<ClInclude Include="..\..\modes\world_with_rank.hpp" />
|
||||
<ClInclude Include="..\..\items\attachment.hpp" />
|
||||
<ClInclude Include="..\..\items\attachment_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\bowling.hpp" />
|
||||
<ClInclude Include="..\..\items\cake.hpp" />
|
||||
<ClInclude Include="..\..\items\flyable.hpp" />
|
||||
<ClInclude Include="..\..\items\item.hpp" />
|
||||
<ClInclude Include="..\..\items\item_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\plunger.hpp" />
|
||||
<ClInclude Include="..\..\items\powerup.hpp" />
|
||||
<ClInclude Include="..\..\items\powerup_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\projectile_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\rubber_band.hpp" />
|
||||
<ClInclude Include="..\..\physics\btKart.hpp" />
|
||||
<ClInclude Include="..\..\physics\btUprightConstraint.hpp" />
|
||||
<ClInclude Include="..\..\physics\irr_debug_drawer.hpp" />
|
||||
<ClInclude Include="..\..\physics\kart_motion_state.hpp" />
|
||||
<ClInclude Include="..\..\physics\physical_object.hpp" />
|
||||
<ClInclude Include="..\..\physics\physics.hpp" />
|
||||
<ClInclude Include="..\..\physics\triangle_mesh.hpp" />
|
||||
<ClInclude Include="..\..\physics\user_pointer.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_control.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_model.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_properties.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_properties_manager.hpp" />
|
||||
<ClInclude Include="..\..\karts\max_speed.hpp" />
|
||||
<ClInclude Include="..\..\karts\moveable.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\ai_base_controller.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\controller.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\end_controller.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\player_controller.hpp" />
|
||||
<ClInclude Include="..\..\graphics\camera.hpp" />
|
||||
<ClInclude Include="..\..\graphics\CBatchingMesh.h" />
|
||||
<ClInclude Include="..\..\graphics\explosion.hpp" />
|
||||
<ClInclude Include="..\..\graphics\irr_driver.hpp" />
|
||||
<ClInclude Include="..\..\graphics\material.hpp" />
|
||||
<ClInclude Include="..\..\graphics\material_manager.hpp" />
|
||||
<ClInclude Include="..\..\graphics\mesh_tools.hpp" />
|
||||
<ClInclude Include="..\..\graphics\moving_texture.hpp" />
|
||||
<ClInclude Include="..\..\graphics\particle_emitter.hpp" />
|
||||
<ClInclude Include="..\..\graphics\particle_kind.hpp" />
|
||||
<ClInclude Include="..\..\graphics\shadow.hpp" />
|
||||
<ClInclude Include="..\..\graphics\skid_marks.hpp" />
|
||||
<ClInclude Include="..\..\graphics\slip_stream.hpp" />
|
||||
<ClInclude Include="..\..\graphics\stars.hpp" />
|
||||
<ClInclude Include="..\..\tracks\ambient_light_sphere.hpp" />
|
||||
<ClInclude Include="..\..\tracks\bezier_curve.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_lap.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_line.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_manager.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_sphere.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_structure.hpp" />
|
||||
<ClInclude Include="..\..\tracks\graph_node.hpp" />
|
||||
<ClInclude Include="..\..\tracks\quad.hpp" />
|
||||
<ClInclude Include="..\..\tracks\quad_graph.hpp" />
|
||||
<ClInclude Include="..\..\tracks\quad_set.hpp" />
|
||||
<ClInclude Include="..\..\tracks\terrain_info.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_manager.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_object.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_object_manager.hpp" />
|
||||
<ClInclude Include="..\..\io\file_manager.hpp" />
|
||||
<ClInclude Include="..\..\io\xml_node.hpp" />
|
||||
<ClInclude Include="..\..\io\xml_writer.hpp" />
|
||||
<ClInclude Include="..\..\input\binding.hpp" />
|
||||
<ClInclude Include="..\..\input\device_manager.hpp" />
|
||||
<ClInclude Include="..\..\input\input.hpp" />
|
||||
<ClInclude Include="..\..\input\input_device.hpp" />
|
||||
<ClInclude Include="..\..\input\input_manager.hpp" />
|
||||
<ClInclude Include="..\..\race\grand_prix_data.hpp" />
|
||||
<ClInclude Include="..\..\race\grand_prix_manager.hpp" />
|
||||
<ClInclude Include="..\..\race\highscore_manager.hpp" />
|
||||
<ClInclude Include="..\..\race\highscores.hpp" />
|
||||
<ClInclude Include="..\..\race\history.hpp" />
|
||||
<ClInclude Include="..\..\race\race_manager.hpp" />
|
||||
<ClInclude Include="..\..\config\device_config.hpp" />
|
||||
<ClInclude Include="..\..\config\player.hpp" />
|
||||
<ClInclude Include="..\..\config\stk_config.hpp" />
|
||||
<ClInclude Include="..\..\config\user_config.hpp" />
|
||||
<ClInclude Include="..\..\animations\animation_base.hpp" />
|
||||
<ClInclude Include="..\..\animations\ipo.hpp" />
|
||||
<ClInclude Include="..\..\animations\three_d_animation.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\addons_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\arenas_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\credits.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\feature_unlocked.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\grand_prix_lose.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\grand_prix_win.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_1.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_2.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_3.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_4.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\kart_selection.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\main_menu_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_audio.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_input.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_input2.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_players.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_video.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_gui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_gui_base.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_result_gui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_setup_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\state_manager.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\tracks_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\add_device_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\addons_loading.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\confirm_resolution_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\enter_player_name_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\gp_info_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\message_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\player_info_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\press_a_key_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\race_paused_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\track_info_dialog.hpp" />
|
||||
<ClInclude Include="..\..\addons\addon.hpp" />
|
||||
<ClInclude Include="..\..\addons\addons_manager.hpp" />
|
||||
<ClInclude Include="..\..\addons\network_http.hpp" />
|
||||
<ClInclude Include="..\..\addons\zip.hpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="bullet_lib.vcxproj">
|
||||
<Project>{54aa44b9-b07b-49da-8b1a-05bbfe8ad5d4}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="enet.vcxproj">
|
||||
<Project>{b0e92b97-089a-4d5b-bf17-77f1bc5daeef}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
1659
src/ide/vc11/supertuxkart.vcxproj.filters
Normal file
1659
src/ide/vc11/supertuxkart.vcxproj.filters
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user