Selaa lähdekoodia

Merge pull request #565 from tig/dontrun

Removes command line param from UICatalog project
Charlie Kindel 5 vuotta sitten
vanhempi
commit
398f0833b4
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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"
     }
   }
 }