Skip to content

Commit

Permalink
Add launch profiles to CLI project
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Jan 19, 2025
1 parent bdcbe15 commit 369e070
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Riverside.JsonBinder.Console/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"profiles": {
"JsonBinder Console": {
"commandName": "Project",
"commandLineArgs": "",
"launchBrowser": false
},
"JsonBinder Classic": {
"commandName": "Project",
"commandLineArgs": "classic",
"launchBrowser": false
}
}
}

0 comments on commit 369e070

Please sign in to comment.