From 26bf4193f76d0f996a734fe5b2fa1e9cc5d6e6ed Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Tue, 20 Jun 2023 14:45:46 +0100 Subject: [PATCH] [Dev]Add missing ATL lib to .vsconfig (#26953) --- .vsconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.vsconfig b/.vsconfig index d6aa77817c..5d2ef57453 100644 --- a/.vsconfig +++ b/.vsconfig @@ -14,6 +14,7 @@ "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", "Microsoft.VisualStudio.Component.VC.ATL.Spectre", "Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs" ]