aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/SciLexer.vcxproj
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-171/+0
2019-10-31Feature [feature-requests:#1319] Include ARM64 in project.Zufu Liu1-2/+38
2019-04-28Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes someNeil1-4/+4
2018-04-04Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxxNeil1-0/+1
2018-01-28Allow C++17 in all build and project files.Neil1-1/+5
2017-05-19Update from MSVC 2013 to 2015 for better C++11 compliance for unique_ptr.Neil1-2/+2
2017-03-09Drop support for Windows NT 4 by statically linking to system APIs that areNeil1-1/+1
2016-09-30Enable SplitVector to store objects by using std::copy to copy elements insteadNeil1-1/+1
2015-02-22Implement VK_HANJA for Korean on Windows.Neil1-0/+1
2014-01-22Visual C++ project file added.Neil1-0/+129