From 2c59dd476482188594fbfd237c68492681728df4 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 26 Mar 2020 15:27:21 +1100 Subject: Add Visual C++ project files for Lexilla.DLL and Scintilla.DLL with no lexers. --- doc/ScintillaHistory.html | 3 + lexilla/src/Lexilla.vcxproj | 165 +++++++++++++++++++++++++++++++++++++++ win32/Scintilla.vcxproj | 182 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 350 insertions(+) create mode 100644 lexilla/src/Lexilla.vcxproj create mode 100644 win32/Scintilla.vcxproj diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 02ac4bb2c..12e644975 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -570,6 +570,9 @@ Released 6 March 2020.
  • + Added Visual Studio project files for Lexilla and Scintilla with no lexers. +
  • +
  • On Win32 fix handling Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.
  • diff --git a/lexilla/src/Lexilla.vcxproj b/lexilla/src/Lexilla.vcxproj new file mode 100644 index 000000000..7fd055008 --- /dev/null +++ b/lexilla/src/Lexilla.vcxproj @@ -0,0 +1,165 @@ + + + + + Debug + ARM64 + + + Debug + Win32 + + + Debug + x64 + + + Release + ARM64 + + + Release + Win32 + + + Release + x64 + + + + {E541C9BE-13BC-4CE6-A0A4-31145F51A2C1} + Win32Proj + Lexilla + + + + DynamicLibrary + Unicode + v141 + + + true + + + true + + + true + + + false + true + + + false + true + + + false + true + + + + + + + + + + false + + + + Level4 + WIN32;SCI_LEXER;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;..\src;..\..\lexlib; + true + true + false + ProgramDatabase + + + Windows + true + gdi32.lib;imm32.lib;ole32.lib;oleaut32.lib;msimg32.lib;%(AdditionalDependencies) + + + + + _DEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + Default + + + + + _DEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + Default + + + + + _DEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + Default + + + + + true + true + NDEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + true + true + + + + + true + true + NDEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + true + true + + + + + true + true + NDEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + true + true + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/win32/Scintilla.vcxproj b/win32/Scintilla.vcxproj new file mode 100644 index 000000000..7bb3edd05 --- /dev/null +++ b/win32/Scintilla.vcxproj @@ -0,0 +1,182 @@ + + + + + Debug + ARM64 + + + Debug + Win32 + + + Debug + x64 + + + Release + ARM64 + + + Release + Win32 + + + Release + x64 + + + + {19CCA8B8-46B9-4609-B7CE-198DA19F07BD} + Win32Proj + Scintilla + + + + DynamicLibrary + Unicode + v141 + + + true + + + true + + + true + + + false + true + + + false + true + + + false + true + + + + + + + + + + false + + + Intermediates\$(Platform)\$(Configuration)\ + + + Intermediates\$(Platform)\$(Configuration)\ + + + Intermediates\$(Configuration)\ + + + Intermediates\$(Configuration)\ + + + + Level4 + SCI_EMPTYCATALOGUE;SCI_LEXER;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;_USRDLL;%(PreprocessorDefinitions) + ..\include;..\src;..\lexlib; + true + true + false + ProgramDatabase + + + Windows + true + gdi32.lib;imm32.lib;ole32.lib;oleaut32.lib;msimg32.lib;%(AdditionalDependencies) + + + + + _DEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + Default + + + + + _DEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + Default + + + + + _DEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + Default + + + + + true + true + NDEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + true + true + + + + + true + true + NDEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + true + true + + + + + true + true + NDEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + true + true + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3