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. --- lexilla/src/Lexilla.vcxproj | 165 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 lexilla/src/Lexilla.vcxproj (limited to 'lexilla/src') 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 -- cgit v1.2.3