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:
3
.idea/.idea.DiscImageChef/.idea/contentModel.xml
generated
3
.idea/.idea.DiscImageChef/.idea/contentModel.xml
generated
@@ -54,6 +54,9 @@
|
||||
<e p="MacIcon.icns" t="Include" />
|
||||
<e p="Main.cs" t="Include" />
|
||||
<e p="Progress.cs" t="Include" />
|
||||
<e p="Properties" t="Include">
|
||||
<e p="launchSettings.json" t="Include" />
|
||||
</e>
|
||||
<e p="Settings.StyleCop" t="Include" />
|
||||
<e p="bin" t="ExcludeRecursive" />
|
||||
<e p="obj" t="ExcludeRecursive">
|
||||
|
||||
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