12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "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": ""
- }
- }
- }
|