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>{5FFD74F9-2B8E-463F-BD2B-F8740E84D29D}</ProjectGuid> 23 <RootNamespace>linearmath</RootNamespace> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 27 <ConfigurationType>DynamicLibrary</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>Application</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>Application</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\LinearMath\btAlignedAllocator.cpp" /> 120 <ClCompile Include="..\..\..\src\bullet\LinearMath\btConvexHull.cpp" /> 121 <ClCompile Include="..\..\..\src\bullet\LinearMath\btConvexHullComputer.cpp" /> 122 <ClCompile Include="..\..\..\src\bullet\LinearMath\btGeometryUtil.cpp" /> 123 <ClCompile Include="..\..\..\src\bullet\LinearMath\btPolarDecomposition.cpp" /> 124 <ClCompile Include="..\..\..\src\bullet\LinearMath\btQuickprof.cpp" /> 125 <ClCompile Include="..\..\..\src\bullet\LinearMath\btSerializer.cpp" /> 126 <ClCompile Include="..\..\..\src\bullet\LinearMath\btVector3.cpp" /> 127 <ClCompile Include="..\..\..\src\custom\gdx\common\jniHelpers.cpp" /> 128 <ClCompile Include="..\..\..\src\custom\gdx\linearmath\mathtypes.cpp" /> 129 <ClCompile Include="..\..\..\swig-src\linearmath\linearmath_wrap.cpp" /> 130 </ItemGroup> 131 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 132 <ImportGroup Label="ExtensionTargets"> 133 </ImportGroup> 134 </Project>