From 832f580aa8214f76caa8b4ee477ccedf4e988cff Mon Sep 17 00:00:00 2001 From: CleanCodeDeveloper <16760760+CleanCodeDeveloper@users.noreply.github.com> Date: Wed, 16 Feb 2022 16:22:33 +0100 Subject: [PATCH] [meta]Remove 10.0.17134 platform SDK from vsconfig file (#16290) * remove unnecessary sdk * add .vsconfig to sln, remove dead link * spell check * Update WindowsTargetPlatformMinVersion to 18362 (Minimum required version in README.md) --- .github/actions/spell-check/expect.txt | 1 + .vsconfig | 1 - PowerToys.sln | 2 +- src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj | 2 +- .../ShortcutGuideModuleInterface.vcxproj | 2 +- src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj | 2 +- .../awake/AwakeModuleInterface/AwakeModuleInterface.vcxproj | 2 +- src/modules/fancyzones/FancyZones/FancyZones.vcxproj | 2 +- .../fancyzones/FancyZonesTests/UnitTests/UnitTests.vcxproj | 2 +- .../ModuleTemplate/ModuleTemplateCompileTest.vcxproj | 2 +- 10 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index d54c921db7..7c7e272ead 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -2226,6 +2226,7 @@ VSC VSCBD vscdb vscode +vsconfig VSCROLL vse vsix diff --git a/.vsconfig b/.vsconfig index 1d21113eb1..d4cd533958 100644 --- a/.vsconfig +++ b/.vsconfig @@ -6,7 +6,6 @@ "Microsoft.VisualStudio.Workload.NativeDesktop", "Microsoft.VisualStudio.Workload.ManagedDesktop", "Microsoft.VisualStudio.Workload.Universal", - "Microsoft.VisualStudio.Component.Windows10SDK.17134", "Microsoft.VisualStudio.Component.Windows10SDK.18362", "Microsoft.VisualStudio.ComponentGroup.UWP.VC", "Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre", diff --git a/PowerToys.sln b/PowerToys.sln index 4754e51676..28ec2e2b12 100644 --- a/PowerToys.sln +++ b/PowerToys.sln @@ -174,7 +174,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4981CCD1-4CD9-4A49-B240-00AA46493FF8}" ProjectSection(SolutionItems) = preProject src\.editorconfig = src\.editorconfig - src\tests\win-app-driver\packages.config = src\tests\win-app-driver\packages.config + .vsconfig = .vsconfig Solution.props = Solution.props EndProjectSection EndProject diff --git a/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj b/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj index 8e48ec184f..40c3f66ee1 100644 --- a/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj +++ b/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj @@ -13,7 +13,7 @@ {2edb3eb4-fa92-4bff-b2d8-566584837231} Win32Proj ShortcutGuide - 10.0.17134.0 + 10.0.18362.0 diff --git a/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj b/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj index 1dec9b6f21..50be6cd5db 100644 --- a/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj +++ b/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj @@ -19,7 +19,7 @@ Win32Proj {2d604c07-51fc-46bb-9eb7-75aecc7f5e81} ShortcutGuideModuleInterface - 10.0.17134.0 + 10.0.18362.0 ShortcutGuideModuleInterface diff --git a/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj b/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj index 292ee6d49b..76d8b6fe3c 100644 --- a/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj +++ b/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj @@ -66,7 +66,7 @@ - 10.0.17134.0 + 10.0.18362.0 16.0 Win32Proj {1DC3BE92-CE89-43FB-8110-9C043A2FE7A2} diff --git a/src/modules/awake/AwakeModuleInterface/AwakeModuleInterface.vcxproj b/src/modules/awake/AwakeModuleInterface/AwakeModuleInterface.vcxproj index 776c7bf3f4..fe77799c61 100644 --- a/src/modules/awake/AwakeModuleInterface/AwakeModuleInterface.vcxproj +++ b/src/modules/awake/AwakeModuleInterface/AwakeModuleInterface.vcxproj @@ -17,7 +17,7 @@ Win32Proj Awake AwakeModuleInterface - 10.0.17134.0 + 10.0.18362.0 diff --git a/src/modules/fancyzones/FancyZones/FancyZones.vcxproj b/src/modules/fancyzones/FancyZones/FancyZones.vcxproj index 7236523fde..f4e1bed3d6 100644 --- a/src/modules/fancyzones/FancyZones/FancyZones.vcxproj +++ b/src/modules/fancyzones/FancyZones/FancyZones.vcxproj @@ -66,7 +66,7 @@ - 10.0.17134.0 + 10.0.18362.0 16.0 Win32Proj {ff1d7936-842a-4bbb-8bea-e9fe796de700} diff --git a/src/modules/fancyzones/FancyZonesTests/UnitTests/UnitTests.vcxproj b/src/modules/fancyzones/FancyZonesTests/UnitTests/UnitTests.vcxproj index 7ba83bf83b..373f528ed6 100644 --- a/src/modules/fancyzones/FancyZonesTests/UnitTests/UnitTests.vcxproj +++ b/src/modules/fancyzones/FancyZonesTests/UnitTests/UnitTests.vcxproj @@ -8,7 +8,7 @@ UnitTests NativeUnitTestProject UnitTests-FancyZones - 10.0.17134.0 + 10.0.18362.0 diff --git a/tools/project_template/ModuleTemplate/ModuleTemplateCompileTest.vcxproj b/tools/project_template/ModuleTemplate/ModuleTemplateCompileTest.vcxproj index 32581ac25b..3a5134ccbe 100644 --- a/tools/project_template/ModuleTemplate/ModuleTemplateCompileTest.vcxproj +++ b/tools/project_template/ModuleTemplate/ModuleTemplateCompileTest.vcxproj @@ -16,7 +16,7 @@ {64A80062-4D8B-4229-8A38-DFA1D7497749} Win32Proj templatenamespace - 10.0.17134.0 + 10.0.18362.0 ModuleTemplateCompileTest