From 03bb43ed8512795bf118fba6d0f122d2b5fac9f5 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 20 Aug 2026 20:45:24 +0000 Subject: [PATCH] fix: pin Reentry.slnx solution platform to x64. Visual Studio opens a platform-less slnx as Any CPU. Reentry.App has no AnyCPU (WinUI + WASDK self-contained), so Rebuild skips the app. Declare only x64; keep x86/ARM64 on the csproj. Co-authored-by: Paul Smith --- Reentry.slnx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Reentry.slnx b/Reentry.slnx index e3a590d..0a70be0 100644 --- a/Reentry.slnx +++ b/Reentry.slnx @@ -1,4 +1,7 @@ + + +