Przeglądaj źródła

Merge pull request #565 from tig/dontrun

Removes command line param from UICatalog project
Charlie Kindel 5 lat temu
rodzic
commit
398f0833b4
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      UICatalog/Properties/launchSettings.json

+ 1 - 2
UICatalog/Properties/launchSettings.json

@@ -1,8 +1,7 @@
 {
   "profiles": {
     "UICatalog": {
-      "commandName": "Project",
-      "commandLineArgs": "\"Unicode\""
+      "commandName": "Project"
     }
   }
 }