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. --- win32/Scintilla.vcxproj | 182 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 win32/Scintilla.vcxproj (limited to 'win32') 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