1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{58920BBA-0561-4073-9DB6-9DC2F6820D52}</ProjectGuid> 23 <RootNamespace>dynamics</RootNamespace> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 27 <ConfigurationType>StaticLibrary</ConfigurationType> 28 <UseDebugLibraries>true</UseDebugLibraries> 29 <CharacterSet>MultiByte</CharacterSet> 30 <PlatformToolset>v120</PlatformToolset> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 33 <ConfigurationType>StaticLibrary</ConfigurationType> 34 <UseDebugLibraries>true</UseDebugLibraries> 35 <CharacterSet>MultiByte</CharacterSet> 36 <PlatformToolset>v120</PlatformToolset> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 39 <ConfigurationType>StaticLibrary</ConfigurationType> 40 <UseDebugLibraries>false</UseDebugLibraries> 41 <WholeProgramOptimization>true</WholeProgramOptimization> 42 <CharacterSet>MultiByte</CharacterSet> 43 <PlatformToolset>v120</PlatformToolset> 44 </PropertyGroup> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 46 <ConfigurationType>StaticLibrary</ConfigurationType> 47 <UseDebugLibraries>false</UseDebugLibraries> 48 <WholeProgramOptimization>true</WholeProgramOptimization> 49 <CharacterSet>MultiByte</CharacterSet> 50 <PlatformToolset>v120</PlatformToolset> 51 </PropertyGroup> 52 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 53 <ImportGroup Label="ExtensionSettings"> 54 </ImportGroup> 55 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 57 </ImportGroup> 58 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 60 </ImportGroup> 61 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 </ImportGroup> 64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 66 </ImportGroup> 67 <PropertyGroup Label="UserMacros" /> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 69 <IncludePath>..\..\..\src\bullet;..\..\..\src\custom;..\..\..\jni-headers;..\..\..\jni-headers\win32;..\..\Glut;$(IncludePath)</IncludePath> 70 </PropertyGroup> 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 72 <IncludePath>..\..\..\src\bullet;..\..\..\src\custom;..\..\..\src\extras\serialize;..\..\..\jni-headers;..\..\..\jni-headers\win32;..\..\Glut;$(IncludePath)</IncludePath> 73 </PropertyGroup> 74 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 75 <ClCompile> 76 <WarningLevel>Level3</WarningLevel> 77 <Optimization>Disabled</Optimization> 78 </ClCompile> 79 <Link> 80 <GenerateDebugInformation>true</GenerateDebugInformation> 81 </Link> 82 </ItemDefinitionGroup> 83 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 84 <ClCompile> 85 <WarningLevel>Level3</WarningLevel> 86 <Optimization>Disabled</Optimization> 87 </ClCompile> 88 <Link> 89 <GenerateDebugInformation>true</GenerateDebugInformation> 90 </Link> 91 </ItemDefinitionGroup> 92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 93 <ClCompile> 94 <WarningLevel>Level3</WarningLevel> 95 <Optimization>MaxSpeed</Optimization> 96 <FunctionLevelLinking>true</FunctionLevelLinking> 97 <IntrinsicFunctions>true</IntrinsicFunctions> 98 </ClCompile> 99 <Link> 100 <GenerateDebugInformation>true</GenerateDebugInformation> 101 <EnableCOMDATFolding>true</EnableCOMDATFolding> 102 <OptimizeReferences>true</OptimizeReferences> 103 </Link> 104 </ItemDefinitionGroup> 105 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 106 <ClCompile> 107 <WarningLevel>Level3</WarningLevel> 108 <Optimization>MaxSpeed</Optimization> 109 <FunctionLevelLinking>true</FunctionLevelLinking> 110 <IntrinsicFunctions>true</IntrinsicFunctions> 111 </ClCompile> 112 <Link> 113 <GenerateDebugInformation>true</GenerateDebugInformation> 114 <EnableCOMDATFolding>true</EnableCOMDATFolding> 115 <OptimizeReferences>true</OptimizeReferences> 116 </Link> 117 </ItemDefinitionGroup> 118 <ItemGroup> 119 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Character\btKinematicCharacterController.cpp" /> 120 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" /> 121 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btContactConstraint.cpp" /> 122 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btFixedConstraint.cpp" /> 123 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btGearConstraint.cpp" /> 124 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" /> 125 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" /> 126 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" /> 127 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" /> 128 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" /> 129 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" /> 130 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" /> 131 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" /> 132 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" /> 133 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" /> 134 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" /> 135 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Dynamics\btRigidBody.cpp" /> 136 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp" /> 137 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Dynamics\Bullet-C-API.cpp" /> 138 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Featherstone\btMultiBody.cpp" /> 139 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Featherstone\btMultiBodyConstraint.cpp" /> 140 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Featherstone\btMultiBodyConstraintSolver.cpp" /> 141 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Featherstone\btMultiBodyDynamicsWorld.cpp" /> 142 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Featherstone\btMultiBodyJointLimitConstraint.cpp" /> 143 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Featherstone\btMultiBodyJointMotor.cpp" /> 144 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Featherstone\btMultiBodyPoint2Point.cpp" /> 145 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\MLCPSolvers\btDantzigLCP.cpp" /> 146 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\MLCPSolvers\btMLCPSolver.cpp" /> 147 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Vehicle\btRaycastVehicle.cpp" /> 148 <ClCompile Include="..\..\..\src\bullet\BulletDynamics\Vehicle\btWheelInfo.cpp" /> 149 <ClCompile Include="..\..\..\src\custom\gdx\dynamics\InternalTickCallback.cpp" /> 150 <ClCompile Include="..\..\..\swig-src\dynamics\dynamics_wrap.cpp" /> 151 </ItemGroup> 152 <ItemGroup> 153 <ProjectReference Include="..\collision\collision.vcxproj"> 154 <Project>{0964bea7-76e4-41f1-a5a8-4c59edbe8dd3}</Project> 155 <Private>true</Private> 156 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 157 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 158 <LinkLibraryDependencies>true</LinkLibraryDependencies> 159 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 160 </ProjectReference> 161 </ItemGroup> 162 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 163 <ImportGroup Label="ExtensionTargets"> 164 </ImportGroup> 165 </Project>