From 05fbf8717ff8dca16b114c675e5af903cce70d1e Mon Sep 17 00:00:00 2001 From: katlun-lgtm Date: Fri, 3 Apr 2026 17:10:12 -0400 Subject: [PATCH] Fix CascadiaPackage platform mapping in OpenConsole.slnx Map '*|Any CPU' to 'Win32' (not 'x86') to match the project's actual configuration names (Debug|Win32, Release|Win32). Also add an explicit '*|x86 -> Win32' mapping so solution platform x86 resolves correctly. Fixes VS warning: solution specifies a project configuration that does not exist for CascadiaPackage.wapproj. --- OpenConsole.slnx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenConsole.slnx b/OpenConsole.slnx index 6867f9ee752..a0834e7fe56 100644 --- a/OpenConsole.slnx +++ b/OpenConsole.slnx @@ -454,7 +454,8 @@ - + + @@ -1058,3 +1059,4 @@ +