Files
Terminal.Gui/UICatalog/Properties/launchSettings.json

78 lines
2.0 KiB
JSON

{
"profiles": {
"UICatalog": {
"commandName": "Project"
},
"UICatalog --driver NetDriver": {
"commandName": "Project",
"commandLineArgs": "--driver NetDriver"
},
"UICatalog --driver WindowsDriver": {
"commandName": "Project",
"commandLineArgs": "--driver WindowsDriver"
},
"WSL : UICatalog": {
"commandName": "Executable",
"executablePath": "wsl",
"commandLineArgs": "dotnet UICatalog.dll",
"distributionName": ""
},
"WSL: UICatalog --driver NetDriver": {
"commandName": "Executable",
"executablePath": "wsl",
"commandLineArgs": "dotnet UICatalog.dll --driver NetDriver",
"distributionName": ""
},
"Sliders": {
"commandName": "Project",
"commandLineArgs": "Sliders"
},
"Wizards": {
"commandName": "Project",
"commandLineArgs": "Wizards"
},
"Dialogs": {
"commandName": "Project",
"commandLineArgs": "Dialogs"
},
"Buttons": {
"commandName": "Project",
"commandLineArgs": "Buttons"
},
"WizardAsView": {
"commandName": "Project",
"commandLineArgs": "WizardAsView"
},
"CollectionNavigatorTester": {
"commandName": "Project",
"commandLineArgs": "\"Search Collection Nav\""
},
"Charmap": {
"commandName": "Project",
"commandLineArgs": "\"Character Map\""
},
"All Views Tester": {
"commandName": "Project",
"commandLineArgs": "\"All Views Tester\""
},
"Windows & FrameViews": {
"commandName": "Project",
"commandLineArgs": "\"Windows & FrameViews\""
},
"Docker": {
"commandName": "Docker"
},
"MenuBarScenario": {
"commandName": "Project",
"commandLineArgs": "MenuBar"
},
"ListView & ComboBox": {
"commandName": "Project",
"commandLineArgs": "\"ListView & ComboBox\""
},
"Frames Demo": {
"commandName": "Project",
"commandLineArgs": "\"Frames Demo\""
}
}
}