From 237a92bda2a7f456b6f146125b701c466bd08d04 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 31 Oct 2019 09:08:44 +1100 Subject: Feature [feature-requests:#1319] Include ARM64 in project. --- win32/SciLexer.vcxproj | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj index 300cd2044..b72f87c22 100644 --- a/win32/SciLexer.vcxproj +++ b/win32/SciLexer.vcxproj @@ -1,6 +1,10 @@  + + Debug + ARM64 + Debug Win32 @@ -9,6 +13,10 @@ Debug x64 + + Release + ARM64 + Release Win32 @@ -35,6 +43,9 @@ true + + true + false true @@ -43,6 +54,10 @@ false true + + false + true + @@ -66,7 +81,7 @@ Windows true - imm32.lib;msimg32.lib;%(AdditionalDependencies) + gdi32.lib;imm32.lib;ole32.lib;oleaut32.lib;msimg32.lib;%(AdditionalDependencies) @@ -87,6 +102,15 @@ Default + + + _DEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + Default + + true @@ -111,6 +135,18 @@ true + + + true + true + NDEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + true + true + + @@ -132,4 +168,4 @@ - + \ No newline at end of file -- cgit v1.2.3