From cf76f23aebb348a8d62893426a0be2f14c72e1fc Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 6 May 2026 17:33:26 -0300 Subject: [PATCH] Add default project launch profile Ensure generated launchSettings.json includes Visual Studio's default project-named profile alongside SmallSharp file profiles. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/SmallSharp/SmallSharp.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SmallSharp/SmallSharp.targets b/src/SmallSharp/SmallSharp.targets index db29960..29a5bde 100644 --- a/src/SmallSharp/SmallSharp.targets +++ b/src/SmallSharp/SmallSharp.targets @@ -194,6 +194,9 @@ +