Browse Source

fix launch settings to not launch a scenario

Charlie Kindel 5 years ago
parent
commit
79293ff90a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      UICatalog/Properties/launchSettings.json

+ 2 - 2
UICatalog/Properties/launchSettings.json

@@ -1,8 +1,8 @@
 {
 {
   "profiles": {
   "profiles": {
     "UICatalog": {
     "UICatalog": {
-      "commandName": "Project",
-      "commandLineArgs": "HexEditor"
+      "commandName": "Project"
+
     }
     }
   }
   }
 }
 }