From 912814c70ad8c87e3fcfceb0c765f7904a4b7f93 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 28 Jul 2020 10:03:29 +0200 Subject: [PATCH] Cleanup VC project file Visual Studio keeps separate settings for each Configuration|Platform pair, exploding the project file and making it error prone to maintain. Signed-off-by: Simon Rozman --- .../LockIfOutOfLogonHours.vcxproj | 191 +++--------------- 1 file changed, 23 insertions(+), 168 deletions(-) diff --git a/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj index c804a79..03d7d00 100644 --- a/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj +++ b/LockIfOutOfLogonHours/LockIfOutOfLogonHours.vcxproj @@ -35,213 +35,68 @@ 10.0 - + Application - true Unicode v142 - - Application + true - Unicode - v142 - - Application - true - Unicode - v142 - - - Application + false true - Unicode - v142 - - - Application - false - true - Unicode - v142 - - - Application - false - true - Unicode - v142 - - - - - - - - - - - - - - - - + - + $(Configuration).$(Platform)\ $(Configuration).$(Platform)\ - - $(Configuration).$(Platform)\ - $(Configuration).$(Platform)\ - - - $(Configuration).$(Platform)\ - $(Configuration).$(Platform)\ - - + $(SolutionDir)$(Platform)\ $(Configuration).$(Platform)\ - - $(SolutionDir)$(Platform)\ - $(Configuration).$(Platform)\ - - - $(SolutionDir)$(Platform)\ - $(Configuration).$(Platform)\ - - + Level4 - _DEBUG;%(PreprocessorDefinitions) true ProgramDatabase + + + Windows + secur32.lib;%(AdditionalDependencies) + + + true + + + PerMonitorHighDPIAware + + + + + _DEBUG;%(PreprocessorDefinitions) MultiThreadedDebug - Windows true - secur32.lib;%(AdditionalDependencies) - - true - - - PerMonitorHighDPIAware - - + - Level4 - _DEBUG;%(PreprocessorDefinitions) - true - ProgramDatabase - MultiThreadedDebug - - - Windows - true - secur32.lib;%(AdditionalDependencies) - - - true - - - PerMonitorHighDPIAware - - - - - Level4 - _DEBUG;%(PreprocessorDefinitions) - true - ProgramDatabase - MultiThreadedDebug - - - Windows - true - secur32.lib;%(AdditionalDependencies) - - - true - - - PerMonitorHighDPIAware - - - - - Level4 NDEBUG;%(PreprocessorDefinitions) - true - ProgramDatabase MultiThreaded - Windows true true - secur32.lib;%(AdditionalDependencies) - - true - - - PerMonitorHighDPIAware - - - - - Level4 - NDEBUG;%(PreprocessorDefinitions) - true - ProgramDatabase - MultiThreaded - - - Windows - true - true - secur32.lib;%(AdditionalDependencies) - - - true - - - PerMonitorHighDPIAware - - - - - Level4 - NDEBUG;%(PreprocessorDefinitions) - true - ProgramDatabase - MultiThreaded - - - Windows - true - true - secur32.lib;%(AdditionalDependencies) - - - true - - - PerMonitorHighDPIAware -