Explorar o código

Merge pull request #565 from tig/dontrun

Removes command line param from UICatalog project
Charlie Kindel %!s(int64=5) %!d(string=hai) anos
pai
achega
398f0833b4
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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"
     }
   }
 }