goat3d
diff goat3d.vcxproj @ 66:3751aabbc5b3
igame animation api is weird...
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 19 Apr 2014 07:56:43 +0300 |
parents | d317eb4f83da |
children | 9785847d52d4 |
line diff
1.1 --- a/goat3d.vcxproj Tue Apr 01 13:11:04 2014 +0300 1.2 +++ b/goat3d.vcxproj Sat Apr 19 07:56:43 2014 +0300 1.3 @@ -85,8 +85,8 @@ 1.4 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 1.5 <ConfigurationType>StaticLibrary</ConfigurationType> 1.6 <UseDebugLibraries>true</UseDebugLibraries> 1.7 - <PlatformToolset>v100</PlatformToolset> 1.8 <CharacterSet>Unicode</CharacterSet> 1.9 + <PlatformToolset>v110</PlatformToolset> 1.10 </PropertyGroup> 1.11 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 1.12 <ConfigurationType>StaticLibrary</ConfigurationType> 1.13 @@ -98,9 +98,9 @@ 1.14 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 1.15 <ConfigurationType>StaticLibrary</ConfigurationType> 1.16 <UseDebugLibraries>false</UseDebugLibraries> 1.17 - <PlatformToolset>v100</PlatformToolset> 1.18 <WholeProgramOptimization>true</WholeProgramOptimization> 1.19 <CharacterSet>Unicode</CharacterSet> 1.20 + <PlatformToolset>v110</PlatformToolset> 1.21 </PropertyGroup> 1.22 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 1.23 <ImportGroup Label="ExtensionSettings">