18 Commits

Author SHA1 Message Date
Bruce
b562d5b5ba fix bugs. 2026-04-04 19:49:45 +08:00
冰糖XH
79674b639b Use external headers; remove local header links
Replace local header placeholders in appinstaller with direct references to upstream headers. Deleted the gitlink/header stubs (certmgr.h, notice.h, pkgmgr.h, pkgread.h, priformatcli.h) from appinstaller, updated main.cpp and appxinfo.h to include the ../path to those headers, and adjusted appinstaller.vcxproj.filters to point to the new locations. Cleans up redundant local links and ensures the project references the original header files.
2026-03-26 22:01:12 +08:00
冰糖XH
fe6a9a186b Enable ARM desktop SDK macro in projects
Add _ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 to PreprocessorDefinitions in multiple .vcxproj files so ARM desktop SDK partition is available at project level. Remove per-file #ifdef _M_ARM defines from several headers and source files (Stdafx.h, targetver.h, main.cpp across various modules) to avoid duplication. Also add ShowIncludes=false in pkgread.vcxproj. This centralizes the ARM macro for consistent ARM builds across modules.
2026-03-26 14:46:26 +08:00
冰糖XH
745a89fa9c Add ARM platform & pugixml_arm, update VS solution
Upgrade solution to Visual Studio 17 and add ARM build configurations across projects. Several .vcxproj files were updated to include Debug/Release|ARM property groups, property sheet imports and LinkIncremental settings; platform toolset set for ARM configs where appropriate. A new pugixml_arm project and its sources/filters were added. Also added ExtensibilityGlobals (SolutionGuid) to the .sln.
2026-03-26 13:54:29 +08:00
Bruce
d91948eaff Update manager and add features for App Installer. 2026-01-31 22:03:03 +08:00
Bruce
5b7b41a40c Changed the UI and fixed bugs. 2026-01-11 15:10:55 +08:00
Bruce
319d13c2b1 Fix bugs. 2025-12-29 20:43:54 +08:00
Bruce
5c18f75cb6 Update 2025-12-09 20:36:40 +08:00
Bruce
bb6b2b7521 Update Shell and Fix Bugs 2025-12-07 15:18:40 +08:00
Bruce
98c0f91b8c Update Settings Shell. 2025-12-01 22:51:46 +08:00
Bruce
5796fb40e1 Update Settings Shell. 2025-11-29 23:02:15 +08:00
Bruce
cf50b09bf0 Update Settings Page. 2025-11-29 18:19:08 +08:00
Bruce
87efdc39df Update Shell and Fix Bugs 2025-11-28 16:47:12 +08:00
Bruce
bd4e0b41a3 Update Shell 2025-11-27 10:20:29 +08:00
Bruce
a3b3b097b2 Update Shell
Fix Package Store Logo Read
2025-11-26 23:53:09 +08:00
Bruce
a70b0547bd Update Shell 2025-11-26 07:44:51 +08:00
Bruce
ae3771bfdb Update Shell 2025-11-21 12:55:08 +08:00
Bruce
1674f2c35b Update Shell. 2025-11-20 09:17:32 +08:00