From a6e0dd9a533187b7437f0596918489cfd427df74 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Thu, 11 Jun 2015 11:31:59 +0200 Subject: [PATCH] adapted scintilla vs project to notepad++ naming of build configurations from Debug -> Unicode Debug and Release -> Unicode Release, to hav a consistent look in VS solution Used same ToolsVersion="12.0" and v120_xp --- scintilla/win32/SciLexer.vcxproj | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/scintilla/win32/SciLexer.vcxproj b/scintilla/win32/SciLexer.vcxproj index a151c02d..7a8d385f 100644 --- a/scintilla/win32/SciLexer.vcxproj +++ b/scintilla/win32/SciLexer.vcxproj @@ -1,20 +1,20 @@  - + - - Debug + + Unicode Debug Win32 - - Debug + + Unicode Debug x64 - - Release + + Unicode Release Win32 - - Release + + Unicode Release x64 @@ -27,19 +27,19 @@ DynamicLibrary Unicode - v120 + v120_xp - + true - + true - + false true - + false true @@ -56,7 +56,7 @@ Level4 - WIN32;SCI_LEXER;_CRT_SECURE_NO_DEPRECATE;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;SCI_LEXER;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_NO_DEPRECATE;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) ..\include;..\src;..\lexlib; true true @@ -69,7 +69,7 @@ imm32.lib;%(AdditionalDependencies) - + _DEBUG;%(PreprocessorDefinitions) @@ -77,7 +77,7 @@ Default - + _DEBUG;%(PreprocessorDefinitions) @@ -85,7 +85,7 @@ Default - + true true @@ -96,7 +96,7 @@ true - + true true