From 48238531d8dee5d17eade58c2f42ba9f44ce0a3a Mon Sep 17 00:00:00 2001 From: Aigio Liu Date: Sun, 29 May 2022 11:04:06 +0800 Subject: [PATCH] add launchSettings.json --- .../Properties/launchSettings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/ST.Client.Maui.App/Properties/launchSettings.json diff --git a/src/ST.Client.Maui.App/Properties/launchSettings.json b/src/ST.Client.Maui.App/Properties/launchSettings.json new file mode 100644 index 00000000000..61aecfc44e6 --- /dev/null +++ b/src/ST.Client.Maui.App/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "Watt Toolkit (Package)": { + "commandName": "MsixPackage", + "nativeDebugging": false + }, + "Watt Toolkit (Unpackaged)": { + "commandName": "Project", + "nativeDebugging": false + } + } +} \ No newline at end of file