From e93a2a35b214e6e71ce16ea7c12d455046c0a274 Mon Sep 17 00:00:00 2001 From: hoshiizumiya Date: Thu, 9 Jul 2026 14:50:39 +0800 Subject: [PATCH] Enable Native PackageReference Support - Reduce project storage space occupation - You can follow steps below: - Make sure your VS is fully closed. - Delecte the packages folder used for nuget native way in the root directory (almost 1.5GB). - Open the VS. - Hover at the target solution/project and right click the Manage NuGet Packages... button. - Click the Restore button at the top of nuget the window. --- StarlightGUI/StarlightGUI.vcxproj | 109 +++++++----------------------- 1 file changed, 26 insertions(+), 83 deletions(-) diff --git a/StarlightGUI/StarlightGUI.vcxproj b/StarlightGUI/StarlightGUI.vcxproj index d2dfc1d..ab110e0 100644 --- a/StarlightGUI/StarlightGUI.vcxproj +++ b/StarlightGUI/StarlightGUI.vcxproj @@ -1,19 +1,5 @@  - - - - - - - - - - - - - - true true @@ -39,6 +25,7 @@ true true C++/WinRT + true @@ -83,8 +70,6 @@ false - - @@ -653,75 +638,33 @@ true - - - - - - - - - - - - - - - - - - - - - - - - - - - - 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file