Home | History | Annotate | Download | only in softbody
      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>{95A6580B-06DD-4447-A850-3C496F152717}</ProjectGuid>
     23     <RootNamespace>softbody</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\BulletSoftBody\btDefaultSoftBodySolver.cpp" />
    120     <ClCompile Include="..\..\..\src\bullet\BulletSoftBody\btSoftBody.cpp" />
    121     <ClCompile Include="..\..\..\src\bullet\BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.cpp" />
    122     <ClCompile Include="..\..\..\src\bullet\BulletSoftBody\btSoftBodyHelpers.cpp" />
    123     <ClCompile Include="..\..\..\src\bullet\BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.cpp" />
    124     <ClCompile Include="..\..\..\src\bullet\BulletSoftBody\btSoftRigidCollisionAlgorithm.cpp" />
    125     <ClCompile Include="..\..\..\src\bullet\BulletSoftBody\btSoftRigidDynamicsWorld.cpp" />
    126     <ClCompile Include="..\..\..\src\bullet\BulletSoftBody\btSoftSoftCollisionAlgorithm.cpp" />
    127     <ClCompile Include="..\..\..\src\extras\Serialize\BulletFileLoader\bChunk.cpp" />
    128     <ClCompile Include="..\..\..\swig-src\softbody\softbody_wrap.cpp" />
    129   </ItemGroup>
    130   <ItemGroup>
    131     <ProjectReference Include="..\dynamics\dynamics.vcxproj">
    132       <Project>{58920bba-0561-4073-9db6-9dc2f6820d52}</Project>
    133       <Private>true</Private>
    134       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
    135       <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
    136       <LinkLibraryDependencies>true</LinkLibraryDependencies>
    137       <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
    138     </ProjectReference>
    139   </ItemGroup>
    140   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    141   <ImportGroup Label="ExtensionTargets">
    142   </ImportGroup>
    143 </Project>