From cc7726eda8aadd6421e4b867b013518aee465ae9 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 28 Jan 2018 08:32:17 +1100 Subject: Allow C++17 in all build and project files. --- win32/SciLexer.vcxproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj index 3466cd032..184ef86e8 100644 --- a/win32/SciLexer.vcxproj +++ b/win32/SciLexer.vcxproj @@ -27,7 +27,7 @@ DynamicLibrary Unicode - v140 + v141 true @@ -72,6 +72,7 @@ _DEBUG;%(PreprocessorDefinitions) + stdcpplatest Default @@ -80,6 +81,7 @@ _DEBUG;%(PreprocessorDefinitions) + stdcpplatest Default @@ -90,6 +92,7 @@ true true NDEBUG;%(PreprocessorDefinitions) + stdcpplatest true @@ -101,6 +104,7 @@ true true NDEBUG;%(PreprocessorDefinitions) + stdcpplatest true -- cgit v1.2.3