Files
Terminal.Gui/UICatalog/Properties/launchSettings.json
Tig Kindel 26d2353e40 Prep for Release v1.7.0 (#1910)
* prepping for v1.7 release

* Updated release notes for v1.7

* updated rel notes

* regen docs

* trying to fix view source

* reactive ui update
2022-07-28 05:39:06 -07:00

31 lines
663 B
JSON

{
"profiles": {
"UICatalog": {
"commandName": "Project"
},
"UICatalog : -usc": {
"commandName": "Project",
"commandLineArgs": "-usc"
},
"Wizards": {
"commandName": "Project",
"commandLineArgs": "Wizards"
},
"Dialogs": {
"commandName": "Project",
"commandLineArgs": "Dialogs"
},
"Buttons": {
"commandName": "Project",
"commandLineArgs": "Buttons"
},
"WizardAsView": {
"commandName": "Project",
"commandLineArgs": "WizardAsView"
},
"Issue1719Repro": {
"commandName": "Project",
"commandLineArgs": "\"ProgressBar Styles\""
}
}
}