diff options
| author | Neil <nyamatongwe@gmail.com> | 2017-05-19 13:09:59 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2017-05-19 13:09:59 +1000 |
| commit | 4a9eb535c6efc2698cda150d844b658a235c4093 (patch) | |
| tree | 58b729e5f05474575f64e572df449b58c6ae8df9 | |
| parent | ec58da572328f01813ac20de1e606bebc9b24c7d (diff) | |
| download | scintilla-mirror-4a9eb535c6efc2698cda150d844b658a235c4093.tar.gz | |
Update from MSVC 2013 to 2015 for better C++11 compliance for unique_ptr.
| -rw-r--r-- | win32/SciLexer.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj index f64ae1af0..3466cd032 100644 --- a/win32/SciLexer.vcxproj +++ b/win32/SciLexer.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
@@ -27,7 +27,7 @@ <PropertyGroup>
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v120</PlatformToolset>
+ <PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
|
