1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "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\""
- },
- "VkeyPacketSimulator": {
- "commandName": "Project",
- "commandLineArgs": "VkeyPacketSimulator"
- },
- "WSL2": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll"
- },
- "WSL2 : -usc": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll -usc"
- },
- "WSL": {
- "commandName": "WSL2",
- "distributionName": ""
- },
- "CollectionNavigatorTester": {
- "commandName": "Project",
- "commandLineArgs": "\"Search Collection Nav\""
- }
- }
- }
|