소스 검색

debug profile for TilemapImporter

Nikos Kastellanos 3 주 전
부모
커밋
d9aae01850
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      Content.Pipeline/TilemapImporters/Properties/launchSettings.json

+ 11 - 0
Content.Pipeline/TilemapImporters/Properties/launchSettings.json

@@ -0,0 +1,11 @@
+{
+  "profiles": {
+    "TilemapImporter": {
+      "commandName": "Executable",
+      "executablePath": "C:\\Program Files (x86)\\KNI\\v4.1\\Tools\\MGCB.exe",
+      "commandLineArgs": "/reference:..\\..\\..\\Artifacts\\Debug\\Processors\\netstandard2.0\\Aether.Content.Pipeline.TilemapImporter.dll /importer:TilemapImporter /processor:TilemapProcessor /build:tilemapNoMipmap.tmx",
+      "workingDirectory": "P:\\nkast\\Aether.Extras\\Samples\\Tilemap\\TilemapContent",
+      "remoteDebugEnabled": false
+    }
+  }
+}