From 08636c6a22975b2be1578638127838f57921a662 Mon Sep 17 00:00:00 2001 From: ChaseKnowlden Date: Thu, 17 Nov 2022 07:43:27 -0500 Subject: [PATCH] [Dev]Update .vsconfig (#21786) * Update .vsconfig * Revert "Update .vsconfig" This reverts commit c4eef49fa245262a1deec6c677b554fb7d596300. * Fix submodules * Revert Submodules and Reupdate .vsconfig * Add ARM64 specific workloads * Add missing ARM64 dependency --- .vsconfig | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.vsconfig b/.vsconfig index cc03dca426..d6aa77817c 100644 --- a/.vsconfig +++ b/.vsconfig @@ -9,7 +9,12 @@ "Microsoft.VisualStudio.Component.Windows10SDK.19041", "Microsoft.VisualStudio.Component.Windows10SDK.20348", "Microsoft.VisualStudio.ComponentGroup.UWP.VC", - "Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre", - "Microsoft.VisualStudio.Component.VC.ATL.Spectre" + "Microsoft.VisualStudio.Component.UWP.VC.ARM64", + "Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre", + "Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre", + "Microsoft.VisualStudio.Component.VC.ATL.ARM64", + "Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre", + "Microsoft.VisualStudio.Component.VC.ATL.Spectre", + "Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs" ] } \ No newline at end of file