123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "profiles": {
- "UICatalog": {
- "commandName": "Project"
- },
- "WSL : UICatalog": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll",
- "distributionName": ""
- },
- "UICatalog -usc": {
- "commandName": "Project",
- "commandLineArgs": "-usc"
- },
- "WSL: UICatalog -usc": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll -usc",
- "distributionName": ""
- },
- "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"
- },
- "UICatalog WT": {
- "commandName": "Executable",
- "executablePath": "wt",
- "commandLineArgs": "UICatalog.exe"
- }
- }
- }
|