From c083bb632752329ebaafe31fec1b24951b5322d0 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 27 Jul 2020 13:05:54 +0000 Subject: [PATCH] Add ARM64 support git-svn-id: https://svn.rozman.si/svn/VS/LockIfOutOfLogonHours/trunk@22 8318ca12-60fa-704f-b1c2-085edf00c0b2 --- LockIfOutOfLogonHours.sln | 9 +++ .../LockIfOutOfLogonHours.vcxproj | 76 +++++++++++++++++++ 2 files changed, 85 insertions(+) diff --git a/LockIfOutOfLogonHours.sln b/LockIfOutOfLogonHours.sln index 225e9b6..813cac9 100644 --- a/LockIfOutOfLogonHours.sln +++ b/LockIfOutOfLogonHours.sln @@ -7,16 +7,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LockIfOutOfLogonHours", "Lo EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 + Release|ARM64 = Release|ARM64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Debug|ARM64.Build.0 = Debug|ARM64 {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Debug|Win32.ActiveCfg = Debug|Win32 {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Debug|Win32.Build.0 = Debug|Win32 {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Debug|x64.ActiveCfg = Debug|x64 {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Debug|x64.Build.0 = Debug|x64 + {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Release|ARM64.ActiveCfg = Release|ARM64 + {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Release|ARM64.Build.0 = Release|ARM64 {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Release|Win32.ActiveCfg = Release|Win32 {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Release|Win32.Build.0 = Release|Win32 {0590B123-BA85-42FB-8DED-32A1AB062B9B}.Release|x64.ActiveCfg = Release|x64 @@ -25,4 +31,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {92CDF175-C3B2-43A4-8F1A-091DC4007E5C} + EndGlobalSection EndGlobal diff --git a/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj index ad8bfd3..f9432da 100644 --- a/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj +++ b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj @@ -1,6 +1,10 @@  + + Debug + ARM64 + Debug Win32 @@ -9,6 +13,10 @@ Debug x64 + + Release + ARM64 + Release Win32 @@ -39,6 +47,12 @@ Unicode v142 + + Application + true + Unicode + v142 + Application false @@ -53,6 +67,13 @@ Unicode v142 + + Application + false + true + Unicode + v142 + @@ -62,12 +83,18 @@ + + + + + + $(Configuration).$(Platform)\ @@ -77,6 +104,10 @@ $(Configuration).$(Platform)\ $(Configuration).$(Platform)\ + + $(Configuration).$(Platform)\ + $(Configuration).$(Platform)\ + $(Configuration).$(Platform)\ $(Configuration).$(Platform)\ @@ -85,6 +116,10 @@ $(Configuration).$(Platform)\ $(Configuration).$(Platform)\ + + $(Configuration).$(Platform)\ + $(Configuration).$(Platform)\ + Level4 @@ -125,6 +160,26 @@ PerMonitorHighDPIAware + + + Level4 + _DEBUG;%(PreprocessorDefinitions) + true + ProgramDatabase + MultiThreadedDebug + + + Windows + true + secur32.lib;%(AdditionalDependencies) + + + true + + + PerMonitorHighDPIAware + + Level4 @@ -167,6 +222,27 @@ PerMonitorHighDPIAware + + + Level4 + NDEBUG;%(PreprocessorDefinitions) + true + ProgramDatabase + MultiThreaded + + + Windows + true + true + secur32.lib;%(AdditionalDependencies) + + + true + + + PerMonitorHighDPIAware + +