launchSettings.json 663 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "profiles": {
  3. "UICatalog": {
  4. "commandName": "Project"
  5. },
  6. "UICatalog : -usc": {
  7. "commandName": "Project",
  8. "commandLineArgs": "-usc"
  9. },
  10. "Wizards": {
  11. "commandName": "Project",
  12. "commandLineArgs": "Wizards"
  13. },
  14. "Dialogs": {
  15. "commandName": "Project",
  16. "commandLineArgs": "Dialogs"
  17. },
  18. "Buttons": {
  19. "commandName": "Project",
  20. "commandLineArgs": "Buttons"
  21. },
  22. "WizardAsView": {
  23. "commandName": "Project",
  24. "commandLineArgs": "WizardAsView"
  25. },
  26. "Issue1719Repro": {
  27. "commandName": "Project",
  28. "commandLineArgs": "\"ProgressBar Styles\""
  29. }
  30. }
  31. }