Add launch settings for VS for GUI debug.

This commit is contained in:
2019-04-21 20:32:53 +01:00
parent 9cbbea94a6
commit 9044d1236f
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"profiles": {
"DiscImageChef": {
"commandName": "Project"
},
"GUI": {
"commandName": "Project",
"commandLineArgs": "gui -d"
}
}
}