diff options
| -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>
  | 
