diff --git a/scintilla/win32/SciLexer.vcxproj b/scintilla/win32/SciLexer.vcxproj index 7a8d385f..f7f70579 100644 --- a/scintilla/win32/SciLexer.vcxproj +++ b/scintilla/win32/SciLexer.vcxproj @@ -52,11 +52,12 @@ false + ba6a8a13 Level4 - WIN32;SCI_LEXER;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_NO_DEPRECATE;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;SCI_LEXER;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_NO_DEPRECATE;_WINDOWS;_USRDLL;SCI_OWNREGEX;%(PreprocessorDefinitions) ..\include;..\src;..\lexlib; true true @@ -114,17 +115,31 @@ + + + + + + + - + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/scintilla/win32/packages.config b/scintilla/win32/packages.config new file mode 100644 index 00000000..ec2adc26 --- /dev/null +++ b/scintilla/win32/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file