From 0073da9c8e6dc7da0e57fd54edb39035697ec038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E7=B3=96XH?= <76904365+bingtangxh@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:54:42 +0800 Subject: [PATCH] Add ARM Desktop SDK props; remove x64 configs Add ArmDesktopSdk.props and a Directory.Build.props to force-import ARM desktop SDK settings (WindowsSDKDesktopARMSupport and centralized handling of the ARM desktop preprocessor define). Remove x64-specific configurations, property sheets and duplicated ARM preprocessor definitions from multiple .vcxproj files to simplify supported platforms. Update pkgread to use package-based pugixml library paths and set TreatWChar_tAsBuiltInType, and tweak solution configuration entries in AppInstallerReset.sln. --- AppInstallerReset.sln | 6 +-- ArmDesktopSdk.props | 10 ++++ Directory.Build.props | 5 ++ IEHelper/IEHelper.vcxproj | 61 +--------------------- appinstaller/appinstaller.vcxproj | 69 +------------------------ certmgr/certmgr.vcxproj | 75 +-------------------------- desktopini/desktopini.vcxproj | 69 +------------------------ notice/notice.vcxproj | 4 +- pkgmgr/pkgmgr.vcxproj | 4 +- pkgread/pkgread.vcxproj | 86 +++---------------------------- priformatcli/priformatcli.vcxproj | 75 +-------------------------- pugixml/pugixml.vcxproj | 10 +++- reslib/reslib.vcxproj | 75 +-------------------------- settings/settings.vcxproj | 69 +------------------------ shortcut/shortcut.vcxproj | 69 +------------------------ 15 files changed, 53 insertions(+), 634 deletions(-) create mode 100644 ArmDesktopSdk.props create mode 100644 Directory.Build.props diff --git a/AppInstallerReset.sln b/AppInstallerReset.sln index c5b7718..04e56c6 100644 --- a/AppInstallerReset.sln +++ b/AppInstallerReset.sln @@ -191,8 +191,8 @@ Global {8E708D9A-6325-4AA9-B5A5-D1B5ECA8EEF7}.Release|x86.Build.0 = Release|Any CPU {BD681A4F-EB60-4BB8-90B5-65968FC7DA59}.Debug|ARM.ActiveCfg = Debug|Any CPU {BD681A4F-EB60-4BB8-90B5-65968FC7DA59}.Debug|ARM.Build.0 = Debug|Any CPU - {BD681A4F-EB60-4BB8-90B5-65968FC7DA59}.Debug|x86.ActiveCfg = Debug|x86 - {BD681A4F-EB60-4BB8-90B5-65968FC7DA59}.Debug|x86.Build.0 = Debug|x86 + {BD681A4F-EB60-4BB8-90B5-65968FC7DA59}.Debug|x86.ActiveCfg = Debug|Any CPU + {BD681A4F-EB60-4BB8-90B5-65968FC7DA59}.Debug|x86.Build.0 = Debug|Any CPU {BD681A4F-EB60-4BB8-90B5-65968FC7DA59}.Release|ARM.ActiveCfg = Release|Any CPU {BD681A4F-EB60-4BB8-90B5-65968FC7DA59}.Release|ARM.Build.0 = Release|Any CPU {BD681A4F-EB60-4BB8-90B5-65968FC7DA59}.Release|x86.ActiveCfg = Release|Any CPU @@ -212,7 +212,6 @@ Global {3C2F5446-33F0-41D5-813A-64A94AA474AF}.Release|ARM.ActiveCfg = Release|Any CPU {3C2F5446-33F0-41D5-813A-64A94AA474AF}.Release|ARM.Build.0 = Release|Any CPU {3C2F5446-33F0-41D5-813A-64A94AA474AF}.Release|x86.ActiveCfg = Release|Any CPU - {3C2F5446-33F0-41D5-813A-64A94AA474AF}.Release|x86.Build.0 = Release|Any CPU {4EC16578-EFBF-41E6-8D7F-976E3646DD1D}.Debug|ARM.ActiveCfg = Debug|Any CPU {4EC16578-EFBF-41E6-8D7F-976E3646DD1D}.Debug|ARM.Build.0 = Debug|Any CPU {4EC16578-EFBF-41E6-8D7F-976E3646DD1D}.Debug|x86.ActiveCfg = Debug|Any CPU @@ -266,6 +265,7 @@ Global {B1DF139F-CEF1-404F-8255-31EF4BF0EC4C}.Debug|x86.ActiveCfg = Debug|Win32 {B1DF139F-CEF1-404F-8255-31EF4BF0EC4C}.Debug|x86.Build.0 = Debug|Win32 {B1DF139F-CEF1-404F-8255-31EF4BF0EC4C}.Release|ARM.ActiveCfg = Release|ARM + {B1DF139F-CEF1-404F-8255-31EF4BF0EC4C}.Release|ARM.Build.0 = Release|ARM {B1DF139F-CEF1-404F-8255-31EF4BF0EC4C}.Release|x86.ActiveCfg = Release|Win32 {B1DF139F-CEF1-404F-8255-31EF4BF0EC4C}.Release|x86.Build.0 = Release|Win32 EndGlobalSection diff --git a/ArmDesktopSdk.props b/ArmDesktopSdk.props new file mode 100644 index 0000000..9318ffd --- /dev/null +++ b/ArmDesktopSdk.props @@ -0,0 +1,10 @@ + + + + _ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1;%(PreprocessorDefinitions) + + + + true + + diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..1f8adf3 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,5 @@ + + + $(MSBuildThisFileDirectory)ArmDesktopSdk.props + + diff --git a/IEHelper/IEHelper.vcxproj b/IEHelper/IEHelper.vcxproj index db781ed..98e71c0 100644 --- a/IEHelper/IEHelper.vcxproj +++ b/IEHelper/IEHelper.vcxproj @@ -17,14 +17,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - {E4CA78A9-9408-4F5F-ADD6-730FD501FF8E} @@ -62,20 +54,6 @@ true Unicode - - DynamicLibrary - true - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - @@ -93,12 +71,6 @@ - - - - - - true @@ -106,18 +78,12 @@ true - - true - false false - - false - Level3 @@ -133,7 +99,7 @@ Level3 Disabled - WIN32;_DEBUG;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;%(PreprocessorDefinitions) Use @@ -141,17 +107,6 @@ - - - Level3 - Disabled - _DEBUG;%(PreprocessorDefinitions) - Use - - - - - Level3 @@ -165,7 +120,7 @@ Level3 - WIN32;NDEBUG;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;%(PreprocessorDefinitions) Use @@ -173,16 +128,6 @@ - - - Level3 - NDEBUG;%(PreprocessorDefinitions) - Use - - - - - @@ -200,10 +145,8 @@ Create Create - Create Create Create - Create diff --git a/appinstaller/appinstaller.vcxproj b/appinstaller/appinstaller.vcxproj index 40f0412..7e01f0f 100644 --- a/appinstaller/appinstaller.vcxproj +++ b/appinstaller/appinstaller.vcxproj @@ -17,14 +17,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - {F0C84812-0CDF-4AA0-A0F8-F37AC833F39B} @@ -63,19 +55,6 @@ Unicode true - - Application - true - v140 - Unicode - - - Application - false - v140 - true - Unicode - @@ -93,12 +72,6 @@ - - - - - - true @@ -106,18 +79,12 @@ true - - true - false false - - false - @@ -143,7 +110,7 @@ Level3 Disabled - WIN32;_DEBUG;_WINDOWS;HMODULE_MODE_EXE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;_WINDOWS;HMODULE_MODE_EXE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) true MultiThreadedDebugDLL true @@ -159,20 +126,6 @@ app.manifest - - - - - Level3 - Disabled - _DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - - - Windows - true - - Level3 @@ -204,7 +157,7 @@ MaxSpeed true true - WIN32;NDEBUG;_WINDOWS;HMODULE_MODE_EXE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;_WINDOWS;HMODULE_MODE_EXE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) true @@ -221,24 +174,6 @@ app.manifest - - - Level3 - - - MaxSpeed - true - true - NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - - - Windows - true - true - true - - diff --git a/certmgr/certmgr.vcxproj b/certmgr/certmgr.vcxproj index 5a2b6e9..32d76e5 100644 --- a/certmgr/certmgr.vcxproj +++ b/certmgr/certmgr.vcxproj @@ -17,14 +17,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - {E04CCAB9-35DB-495C-A279-5B483C707CD0} @@ -59,19 +51,6 @@ true Unicode - - DynamicLibrary - true - v140 - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - @@ -89,12 +68,6 @@ - - - - - - true @@ -102,18 +75,12 @@ true - - true - false false - - false - Use @@ -133,7 +100,7 @@ Use Level3 Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;CERTMGR_EXPORTS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;_WINDOWS;_USRDLL;CERTMGR_EXPORTS;%(PreprocessorDefinitions) true @@ -142,19 +109,6 @@ crypt32.lib;wintrust.lib;%(AdditionalDependencies) - - - Use - Level3 - Disabled - _DEBUG;_WINDOWS;_USRDLL;CERTMGR_EXPORTS;%(PreprocessorDefinitions) - true - - - Windows - true - - Level3 @@ -180,7 +134,7 @@ MaxSpeed true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;CERTMGR_EXPORTS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;_WINDOWS;_USRDLL;CERTMGR_EXPORTS;%(PreprocessorDefinitions) true @@ -191,23 +145,6 @@ crypt32.lib;wintrust.lib;%(AdditionalDependencies) - - - Level3 - Use - MaxSpeed - true - true - NDEBUG;_WINDOWS;_USRDLL;CERTMGR_EXPORTS;%(PreprocessorDefinitions) - true - - - Windows - true - true - true - - @@ -226,26 +163,18 @@ - false - - false false - false - - Create Create - Create Create Create - Create diff --git a/desktopini/desktopini.vcxproj b/desktopini/desktopini.vcxproj index ca299d3..2f58fec 100644 --- a/desktopini/desktopini.vcxproj +++ b/desktopini/desktopini.vcxproj @@ -17,14 +17,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - {7A05E943-6E0A-4F57-8BD7-BE90F44DCAD7} @@ -59,19 +51,6 @@ true Unicode - - Application - true - v140 - Unicode - - - Application - false - v140 - true - Unicode - @@ -89,12 +68,6 @@ - - - - - - true @@ -102,18 +75,12 @@ true - - true - false false - - false - @@ -136,7 +103,7 @@ Level3 Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true @@ -146,20 +113,6 @@ shlwapi.lib;version.lib;%(AdditionalDependencies) - - - - - Level3 - Disabled - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - - Level3 @@ -188,7 +141,7 @@ MaxSpeed true true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true @@ -200,24 +153,6 @@ shlwapi.lib;version.lib;%(AdditionalDependencies) - - - Level3 - - - MaxSpeed - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - diff --git a/notice/notice.vcxproj b/notice/notice.vcxproj index ecdca30..e8e3024 100644 --- a/notice/notice.vcxproj +++ b/notice/notice.vcxproj @@ -104,7 +104,7 @@ Level3 Disabled /ZW:nostdlib /FUplatform.winmd /FUwindows.winmd %(AdditionalOptions) - WIN32;_DEBUG;_WINDOWS;_USRDLL;NOTICE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;_WINDOWS;_USRDLL;NOTICE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true false @@ -142,7 +142,7 @@ true true /ZW:nostdlib /FUplatform.winmd /FUWindows.winmd %(AdditionalOptions) - WIN32;NDEBUG;_WINDOWS;_USRDLL;NOTICE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;_WINDOWS;_USRDLL;NOTICE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true diff --git a/pkgmgr/pkgmgr.vcxproj b/pkgmgr/pkgmgr.vcxproj index e995260..c437c8c 100644 --- a/pkgmgr/pkgmgr.vcxproj +++ b/pkgmgr/pkgmgr.vcxproj @@ -103,7 +103,7 @@ Level3 Disabled /ZW:nostdlib /FUplatform.winmd /FUwindows.winmd %(AdditionalOptions) - WIN32;_DEBUG;_WINDOWS;_USRDLL;PKGMGR_EXPORTS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;_WINDOWS;_USRDLL;PKGMGR_EXPORTS;%(PreprocessorDefinitions) true false @@ -142,7 +142,7 @@ true true /ZW:nostdlib /FUplatform.winmd /FUWindows.winmd %(AdditionalOptions) - WIN32;NDEBUG;_WINDOWS;_USRDLL;PKGMGR_EXPORTS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;_WINDOWS;_USRDLL;PKGMGR_EXPORTS;%(PreprocessorDefinitions) true diff --git a/pkgread/pkgread.vcxproj b/pkgread/pkgread.vcxproj index 4643448..8b505e9 100644 --- a/pkgread/pkgread.vcxproj +++ b/pkgread/pkgread.vcxproj @@ -17,14 +17,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - {A7753282-AA16-43D9-8ACA-7065239DD702} @@ -59,19 +51,6 @@ true Unicode - - DynamicLibrary - true - v140 - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - @@ -89,12 +68,6 @@ - - - - - - true @@ -102,18 +75,12 @@ true - - true - false false - - false - Use @@ -134,12 +101,12 @@ NotUsing Level3 Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;PKGREAD_EXPORTS;HMODULE_MODE_DLL1;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;_WINDOWS;_USRDLL;PKGREAD_EXPORTS;HMODULE_MODE_DLL1;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true D:\GitHub\App-Installer-For-Windows-8.x-Reset\packages\pugixml.1.15.0\build\native\include\ ProgramDatabase false - false + true Default false @@ -149,22 +116,9 @@ shlwapi.lib;version.lib;dwmapi.lib;winhttp.lib;Psapi.lib;advapi32.lib;gdi32.lib;comdlg32.lib;shell32.lib;ole32.lib;urlmon.lib;crypt32.lib;xmllite.lib;pugixml.lib;%(AdditionalDependencies) - $(SolutionDir)ARM\$(Configuration) - false - - - - - Use - Level3 - Disabled - _DEBUG;_WINDOWS;_USRDLL;PKGREAD_EXPORTS;%(PreprocessorDefinitions) - true - D:\GitHub\App-Installer-For-Windows-8.x-Reset\packages\pugixml.1.15.0\build\native\include\ - - - Windows - true + $(SolutionDir)packages\pugixml.1.15.0\build\native\lib\$(PlatformTarget)\$(PlatformToolset)\dynamic\$(Configuration) + + @@ -193,7 +147,7 @@ MaxSpeed true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;PKGREAD_EXPORTS;HMODULE_MODE_DLL1;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;_WINDOWS;_USRDLL;PKGREAD_EXPORTS;HMODULE_MODE_DLL1;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true D:\GitHub\App-Installer-For-Windows-8.x-Reset\packages\pugixml.1.15.0\build\native\include\ @@ -203,25 +157,7 @@ true true shlwapi.lib;version.lib;dwmapi.lib;winhttp.lib;Psapi.lib;advapi32.lib;gdi32.lib;comdlg32.lib;shell32.lib;ole32.lib;urlmon.lib;crypt32.lib;xmllite.lib;pugixml.lib;%(AdditionalDependencies) - D:\GitHub\App-Installer-For-Windows-8.x-Reset\packages\pugixml.1.15.0\build\native\lib\ARM\v140\dynamic\$(Configuration) - - - - - Level3 - Use - MaxSpeed - true - true - NDEBUG;_WINDOWS;_USRDLL;PKGREAD_EXPORTS;%(PreprocessorDefinitions) - true - D:\GitHub\App-Installer-For-Windows-8.x-Reset\packages\pugixml.1.15.0\build\native\include\ - - - Windows - true - true - true + $(SolutionDir)packages\pugixml.1.15.0\build\native\lib\$(PlatformTarget)\$(PlatformToolset)\dynamic\$(Configuration) @@ -255,27 +191,19 @@ - false - - false false - false - - Create Create - Create Create Create - Create diff --git a/priformatcli/priformatcli.vcxproj b/priformatcli/priformatcli.vcxproj index 4d30602..383720d 100644 --- a/priformatcli/priformatcli.vcxproj +++ b/priformatcli/priformatcli.vcxproj @@ -17,14 +17,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - {33D91B58-1981-4A3C-B4D1-86EE406CDE12} @@ -64,19 +56,6 @@ Unicode true - - DynamicLibrary - true - v140 - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - @@ -94,12 +73,6 @@ - - - - - - true @@ -107,18 +80,12 @@ true - - true - false false - - false - @@ -139,7 +106,7 @@ Level3 Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;PRIFORMATCLI_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;_WINDOWS;_USRDLL;PRIFORMATCLI_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true @@ -150,20 +117,6 @@ shlwapi.lib;version.lib;dwmapi.lib;winhttp.lib;Psapi.lib;advapi32.lib;gdi32.lib;comdlg32.lib;shell32.lib;ole32.lib;%(AdditionalDependencies) - - - - - Level3 - Disabled - _DEBUG;_WINDOWS;_USRDLL;PRIFORMATCLI_EXPORTS;%(PreprocessorDefinitions) - true - - - Windows - true - - Level3 @@ -190,7 +143,7 @@ MaxSpeed true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;PRIFORMATCLI_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;_WINDOWS;_USRDLL;PRIFORMATCLI_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true @@ -203,24 +156,6 @@ shlwapi.lib;version.lib;dwmapi.lib;winhttp.lib;Psapi.lib;advapi32.lib;gdi32.lib;comdlg32.lib;shell32.lib;ole32.lib;%(AdditionalDependencies) - - - Level3 - - - MaxSpeed - true - true - NDEBUG;_WINDOWS;_USRDLL;PRIFORMATCLI_EXPORTS;%(PreprocessorDefinitions) - true - - - Windows - true - true - true - - @@ -246,18 +181,12 @@ - false - - false false - false - - diff --git a/pugixml/pugixml.vcxproj b/pugixml/pugixml.vcxproj index 6f980fe..e12c9c3 100644 --- a/pugixml/pugixml.vcxproj +++ b/pugixml/pugixml.vcxproj @@ -77,6 +77,12 @@ + + $(SolutionDir)packages\pugixml.1.15.0\build\native\lib\$(PlatformTarget)\$(PlatformToolset)\dynamic\$(Configuration) + + + $(SolutionDir)packages\pugixml.1.15.0\build\native\lib\$(PlatformTarget)\$(PlatformToolset)\dynamic\$(Configuration) + Level3 @@ -96,7 +102,7 @@ Level3 true - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true NotUsing pch.h @@ -130,7 +136,7 @@ true true true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true NotUsing pch.h diff --git a/reslib/reslib.vcxproj b/reslib/reslib.vcxproj index 3ccd9c5..687659f 100644 --- a/reslib/reslib.vcxproj +++ b/reslib/reslib.vcxproj @@ -17,14 +17,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - {3AE2A022-ED83-41F1-948A-12A7593CBD00} @@ -59,19 +51,6 @@ true Unicode - - DynamicLibrary - true - v140 - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - @@ -89,12 +68,6 @@ - - - - - - true @@ -102,18 +75,12 @@ true - - true - false false - - false - Use @@ -132,20 +99,7 @@ Use Level3 Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;RESLIB_EXPORTS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 - true - - - Windows - true - - - - - Use - Level3 - Disabled - _DEBUG;_WINDOWS;_USRDLL;RESLIB_EXPORTS;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;RESLIB_EXPORTS;%(PreprocessorDefinitions) true @@ -177,24 +131,7 @@ MaxSpeed true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;RESLIB_EXPORTS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 - true - - - Windows - true - true - true - - - - - Level3 - Use - MaxSpeed - true - true - NDEBUG;_WINDOWS;_USRDLL;RESLIB_EXPORTS;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;RESLIB_EXPORTS;%(PreprocessorDefinitions) true @@ -221,27 +158,19 @@ - false - - false false - false - - Create Create - Create Create Create - Create diff --git a/settings/settings.vcxproj b/settings/settings.vcxproj index dde70b0..5df88e8 100644 --- a/settings/settings.vcxproj +++ b/settings/settings.vcxproj @@ -17,14 +17,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - {AD25497F-A15F-4DFF-AC7A-B8ABF5F411D6} @@ -64,19 +56,6 @@ Unicode true - - Application - true - v140 - Unicode - - - Application - false - v140 - true - Unicode - @@ -94,12 +73,6 @@ - - - - - - true @@ -109,9 +82,6 @@ true $(IncludePath) - - true - false $(IncludePath) @@ -120,9 +90,6 @@ false $(IncludePath) - - false - @@ -145,7 +112,7 @@ Level3 Disabled - WIN32;_DEBUG;_WINDOWS;HMODULE_MODE_EXE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;_WINDOWS;HMODULE_MODE_EXE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) true @@ -159,20 +126,6 @@ comsupp.lib - - - - - Level3 - Disabled - _DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - - - Windows - true - - Level3 @@ -201,7 +154,7 @@ MaxSpeed true true - WIN32;NDEBUG;_WINDOWS;HMODULE_MODE_EXE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;_WINDOWS;HMODULE_MODE_EXE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) true @@ -216,24 +169,6 @@ false - - - Level3 - - - MaxSpeed - true - true - NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - - - Windows - true - true - true - - diff --git a/shortcut/shortcut.vcxproj b/shortcut/shortcut.vcxproj index 8cf9a70..c1287b5 100644 --- a/shortcut/shortcut.vcxproj +++ b/shortcut/shortcut.vcxproj @@ -17,14 +17,6 @@ Release Win32 - - Debug - x64 - - - Release - x64 - {18E0189B-F3F1-4CB2-A3AF-5606ADD5E279} @@ -59,19 +51,6 @@ true Unicode - - Application - true - v140 - Unicode - - - Application - false - v140 - true - Unicode - @@ -89,12 +68,6 @@ - - - - - - true @@ -102,18 +75,12 @@ true - - true - false false - - false - @@ -136,7 +103,7 @@ Level3 Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true @@ -146,20 +113,6 @@ RequireAdministrator - - - - - Level3 - Disabled - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - - Level3 @@ -188,7 +141,7 @@ MaxSpeed true true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true @@ -200,24 +153,6 @@ RequireAdministrator - - - Level3 - - - MaxSpeed - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - -