1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "profiles": {
- "UICatalog": {
- "commandName": "Project"
- },
- "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"
- },
- "VkeyPacketSimulator": {
- "commandName": "Project",
- "commandLineArgs": "VkeyPacketSimulator"
- },
- "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\""
- },
- "WSL : UICatalog": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll",
- "distributionName": ""
- }
- }
- }
|