launchSettings.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "VkeyPacketSimulator": {
  31. "commandName": "Project",
  32. "commandLineArgs": "VkeyPacketSimulator"
  33. },
  34. "WSL2": {
  35. "commandName": "Executable",
  36. "executablePath": "wsl",
  37. "commandLineArgs": "dotnet UICatalog.dll"
  38. },
  39. "WSL2 : -usc": {
  40. "commandName": "Executable",
  41. "executablePath": "wsl",
  42. "commandLineArgs": "dotnet UICatalog.dll -usc"
  43. },
  44. "WSL": {
  45. "commandName": "WSL2",
  46. "distributionName": ""
  47. },
  48. "CollectionNavigatorTester": {
  49. "commandName": "Project",
  50. "commandLineArgs": "\"Search Collection Nav\""
  51. }
  52. }
  53. }