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>{87CEFE24-380B-46EC-9D23-46E5E5EE1B38}</ProjectGuid> 23 <RootNamespace>extras</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>DynamicLibrary</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\extras\Serialize\BulletFileLoader\bDNA.cpp" /> 120 <ClCompile Include="..\..\..\src\extras\Serialize\BulletFileLoader\bFile.cpp" /> 121 <ClCompile Include="..\..\..\src\extras\Serialize\BulletFileLoader\btBulletFile.cpp" /> 122 <ClCompile Include="..\..\..\src\extras\Serialize\BulletWorldImporter\btBulletWorldImporter.cpp" /> 123 <ClCompile Include="..\..\..\src\extras\Serialize\BulletWorldImporter\btWorldImporter.cpp" /> 124 <ClCompile Include="..\..\..\swig-src\extras\extras_wrap.cpp" /> 125 </ItemGroup> 126 <ItemGroup> 127 <ProjectReference Include="..\collision\collision.vcxproj"> 128 <Project>{0964bea7-76e4-41f1-a5a8-4c59edbe8dd3}</Project> 129 </ProjectReference> 130 <ProjectReference Include="..\dynamics\dynamics.vcxproj"> 131 <Project>{58920bba-0561-4073-9db6-9dc2f6820d52}</Project> 132 </ProjectReference> 133 <ProjectReference Include="..\linearmath\linearmath.vcxproj"> 134 <Project>{5ffd74f9-2b8e-463f-bd2b-f8740e84d29d}</Project> 135 </ProjectReference> 136 <ProjectReference Include="..\softbody\softbody.vcxproj"> 137 <Project>{95a6580b-06dd-4447-a850-3c496f152717}</Project> 138 <Private>true</Private> 139 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 140 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 141 <LinkLibraryDependencies>true</LinkLibraryDependencies> 142 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 143 </ProjectReference> 144 </ItemGroup> 145 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 146 <ImportGroup Label="ExtensionTargets"> 147 </ImportGroup> 148 </Project>