Skip to content

Commit

Permalink
add launchSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed May 29, 2022
1 parent 01f1be6 commit 4823853
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/ST.Client.Maui.App/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"profiles": {
"Watt Toolkit (Package)": {
"commandName": "MsixPackage",
"nativeDebugging": false
},
"Watt Toolkit (Unpackaged)": {
"commandName": "Project",
"nativeDebugging": false
}
}
}

0 comments on commit 4823853

Please sign in to comment.