launchSettings.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "profiles": {
  3. "UICatalog": {
  4. "commandName": "Project"
  5. },
  6. "UICatalog -usc": {
  7. "commandName": "Project",
  8. "commandLineArgs": "-usc"
  9. },
  10. "WSL: UICatalog -usc": {
  11. "commandName": "Executable",
  12. "executablePath": "wsl",
  13. "commandLineArgs": "dotnet UICatalog.dll -usc",
  14. "distributionName": ""
  15. },
  16. "Wizards": {
  17. "commandName": "Project",
  18. "commandLineArgs": "Wizards"
  19. },
  20. "Dialogs": {
  21. "commandName": "Project",
  22. "commandLineArgs": "Dialogs"
  23. },
  24. "Buttons": {
  25. "commandName": "Project",
  26. "commandLineArgs": "Buttons"
  27. },
  28. "WizardAsView": {
  29. "commandName": "Project",
  30. "commandLineArgs": "WizardAsView"
  31. },
  32. "VkeyPacketSimulator": {
  33. "commandName": "Project",
  34. "commandLineArgs": "VkeyPacketSimulator"
  35. },
  36. "CollectionNavigatorTester": {
  37. "commandName": "Project",
  38. "commandLineArgs": "\"Search Collection Nav\""
  39. },
  40. "Charmap": {
  41. "commandName": "Project",
  42. "commandLineArgs": "\"Character Map\""
  43. },
  44. "All Views Tester": {
  45. "commandName": "Project",
  46. "commandLineArgs": "\"All Views Tester\""
  47. },
  48. "Windows & FrameViews": {
  49. "commandName": "Project",
  50. "commandLineArgs": "\"Windows & FrameViews\""
  51. },
  52. "WSL : UICatalog": {
  53. "commandName": "Executable",
  54. "executablePath": "wsl",
  55. "commandLineArgs": "dotnet UICatalog.dll",
  56. "distributionName": ""
  57. }
  58. }
  59. }