|  | 
|  | 1 | +{ | 
|  | 2 | +    "version": "2.0.0", | 
|  | 3 | +    "tasks": [ | 
|  | 4 | +        { | 
|  | 5 | +            "label": "Build LDtk", | 
|  | 6 | +            "command": "dotnet", | 
|  | 7 | +            "type": "process", | 
|  | 8 | +            "args": [ | 
|  | 9 | +                "build", | 
|  | 10 | +                "${workspaceFolder}/LDtk\\LDtk.csproj", | 
|  | 11 | +                "/property:GenerateFullPaths=true", | 
|  | 12 | +                "/consoleloggerparameters:NoSummary" | 
|  | 13 | +            ], | 
|  | 14 | +            "problemMatcher": "$msCompile", | 
|  | 15 | +            "group": "build", | 
|  | 16 | +            "__autoGenerated__": true | 
|  | 17 | +        }, | 
|  | 18 | +        { | 
|  | 19 | +            "label": "Build LDtk.Codegen", | 
|  | 20 | +            "command": "dotnet", | 
|  | 21 | +            "type": "process", | 
|  | 22 | +            "args": [ | 
|  | 23 | +                "build", | 
|  | 24 | +                "${workspaceFolder}/LDtk.Codegen\\LDtk.Codegen.csproj", | 
|  | 25 | +                "/property:GenerateFullPaths=true", | 
|  | 26 | +                "/consoleloggerparameters:NoSummary" | 
|  | 27 | +            ], | 
|  | 28 | +            "problemMatcher": "$msCompile", | 
|  | 29 | +            "group": "build", | 
|  | 30 | +            "__autoGenerated__": true | 
|  | 31 | +        }, | 
|  | 32 | +        { | 
|  | 33 | +            "label": "Build LDtk.ContentPipeline", | 
|  | 34 | +            "command": "dotnet", | 
|  | 35 | +            "type": "process", | 
|  | 36 | +            "args": [ | 
|  | 37 | +                "build", | 
|  | 38 | +                "${workspaceFolder}/LDtk.ContentPipeline\\LDtk.ContentPipeline.csproj", | 
|  | 39 | +                "/property:GenerateFullPaths=true", | 
|  | 40 | +                "/consoleloggerparameters:NoSummary" | 
|  | 41 | +            ], | 
|  | 42 | +            "problemMatcher": "$msCompile", | 
|  | 43 | +            "group": "build", | 
|  | 44 | +            "__autoGenerated__": true | 
|  | 45 | +        }, | 
|  | 46 | +        { | 
|  | 47 | +            "label": "Build LDtk.Example", | 
|  | 48 | +            "command": "dotnet", | 
|  | 49 | +            "type": "process", | 
|  | 50 | +            "args": [ | 
|  | 51 | +                "build", | 
|  | 52 | +                "${workspaceFolder}/LDtk.Example\\LDtk.Example.csproj", | 
|  | 53 | +                "/property:GenerateFullPaths=true", | 
|  | 54 | +                "/consoleloggerparameters:NoSummary" | 
|  | 55 | +            ], | 
|  | 56 | +            "problemMatcher": "$msCompile", | 
|  | 57 | +            "group": "build", | 
|  | 58 | +            "__autoGenerated__": true | 
|  | 59 | +        }, | 
|  | 60 | +        { | 
|  | 61 | +            "label": "Build LDtk.DocGeneration", | 
|  | 62 | +            "command": "dotnet", | 
|  | 63 | +            "type": "process", | 
|  | 64 | +            "args": [ | 
|  | 65 | +                "build", | 
|  | 66 | +                "${workspaceFolder}/Tools\\LDtk.DocGeneration\\LDtk.DocGeneration.csproj", | 
|  | 67 | +                "/property:GenerateFullPaths=true", | 
|  | 68 | +                "/consoleloggerparameters:NoSummary" | 
|  | 69 | +            ], | 
|  | 70 | +            "problemMatcher": "$msCompile", | 
|  | 71 | +            "group": "build", | 
|  | 72 | +            "__autoGenerated__": true | 
|  | 73 | +        }, | 
|  | 74 | +        { | 
|  | 75 | +            "label": "Build LDtk.Quicktype", | 
|  | 76 | +            "command": "dotnet", | 
|  | 77 | +            "type": "process", | 
|  | 78 | +            "args": [ | 
|  | 79 | +                "build", | 
|  | 80 | +                "${workspaceFolder}/Tools\\LDtk.Quicktype\\LDtk.Quicktype.csproj", | 
|  | 81 | +                "/property:GenerateFullPaths=true", | 
|  | 82 | +                "/consoleloggerparameters:NoSummary" | 
|  | 83 | +            ], | 
|  | 84 | +            "problemMatcher": "$msCompile", | 
|  | 85 | +            "group": "build", | 
|  | 86 | +            "__autoGenerated__": true | 
|  | 87 | +        } | 
|  | 88 | +    ] | 
|  | 89 | +} | 
0 commit comments