浏览代码

Merge pull request #565 from tig/dontrun

Removes command line param from UICatalog project
Charlie Kindel 5 年之前
父节点
当前提交
398f0833b4
共有 1 个文件被更改,包括 1 次插入2 次删除
  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"
     }
   }
 }