diff options
author | Arnavion <arnavion@gmail.com> | 2015-10-10 16:14:12 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2015-10-10 16:14:12 -0700 |
commit | f7e3d3f32c36140bf1838371b07d2052171f6758 (patch) | |
tree | 8d622821abf05ac0129a1059e48c327c4b26b237 /src/libenchant_win8/libenchant_win8.vcxproj | |
parent | 671a838b52e75216a4c8389be2ca569488fea8ac (diff) |
Use VS 2015
Diffstat (limited to 'src/libenchant_win8/libenchant_win8.vcxproj')
-rw-r--r-- | src/libenchant_win8/libenchant_win8.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libenchant_win8/libenchant_win8.vcxproj b/src/libenchant_win8/libenchant_win8.vcxproj index aab7acc8..3496f978 100644 --- a/src/libenchant_win8/libenchant_win8.vcxproj +++ b/src/libenchant_win8/libenchant_win8.vcxproj @@ -19,7 +19,7 @@ <PropertyGroup Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v120</PlatformToolset> + <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <Import Project="..\..\win32\hexchat.props" /> |