소스 검색

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"
     }
   }
 }