From cda283f3ee9f01da9a8e410dcbf31bfbe033ac3c Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Thu, 22 May 2025 10:05:52 -0700 Subject: [PATCH] Attempt to simplify upgrades --- src/WinAppSdkCppPost.props | 18 ++++++++++++++++++ src/WinAppSdkCppPre.props | 6 ++++++ .../PowerToys.MeasureToolCore.vcxproj | 14 ++------------ 3 files changed, 26 insertions(+), 12 deletions(-) create mode 100644 src/WinAppSdkCppPost.props create mode 100644 src/WinAppSdkCppPre.props diff --git a/src/WinAppSdkCppPost.props b/src/WinAppSdkCppPost.props new file mode 100644 index 0000000000..cd32ddc778 --- /dev/null +++ b/src/WinAppSdkCppPost.props @@ -0,0 +1,18 @@ + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + \ No newline at end of file diff --git a/src/WinAppSdkCppPre.props b/src/WinAppSdkCppPre.props new file mode 100644 index 0000000000..db458d0e24 --- /dev/null +++ b/src/WinAppSdkCppPre.props @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj b/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj index f0b12187ad..66c6db1bd5 100644 --- a/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj +++ b/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj @@ -1,8 +1,6 @@  - - - + true true @@ -136,24 +134,16 @@ + - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - \ No newline at end of file