Skip to content

Commit cb711b2

Browse files
author
minggo
committed
Merge pull request #144 from zhukaixy/patch-1
Update libbullet.vcxproj
2 parents 7639c37 + bf9ffeb commit cb711b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bullet/proj.win32/libbullet.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -420,13 +420,13 @@
420420
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
421421
<ConfigurationType>StaticLibrary</ConfigurationType>
422422
<UseDebugLibraries>true</UseDebugLibraries>
423-
<PlatformToolset>v110</PlatformToolset>
423+
<PlatformToolset>v120</PlatformToolset>
424424
<CharacterSet>Unicode</CharacterSet>
425425
</PropertyGroup>
426426
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
427427
<ConfigurationType>StaticLibrary</ConfigurationType>
428428
<UseDebugLibraries>false</UseDebugLibraries>
429-
<PlatformToolset>v110</PlatformToolset>
429+
<PlatformToolset>v120</PlatformToolset>
430430
<WholeProgramOptimization>true</WholeProgramOptimization>
431431
<CharacterSet>Unicode</CharacterSet>
432432
</PropertyGroup>
@@ -491,4 +491,4 @@
491491
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
492492
<ImportGroup Label="ExtensionTargets">
493493
</ImportGroup>
494-
</Project>
494+
</Project>

0 commit comments

Comments
 (0)