mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add launch settings for VS for GUI debug.
This commit is contained in:
11
DiscImageChef/Properties/launchSettings.json
Normal file
11
DiscImageChef/Properties/launchSettings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"profiles": {
|
||||
"DiscImageChef": {
|
||||
"commandName": "Project"
|
||||
},
|
||||
"GUI": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "gui -d"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user