{ "version": "2.0.0", "tasks": [ { "label": "Build Ghost.Graphics with RenderGraph", "type": "shell", "command": "dotnet", "args": [ "build", "Ghost.Graphics/Ghost.Graphics.csproj", "-c", "Debug" ], "group": "build", "problemMatcher": [ "$msCompile" ], "isBackground": false } ] }