{ "version": "2.0.0", "tasks": [ { "label": "build-windows", "type": "shell", "command": "dotnet build Platform/Windows/SpriteEffects.Windows.csproj", "group": "build", "problemMatcher": "$msCompile" }, { "label": "build-desktopgl", "type": "shell", "command": "dotnet build Platform/DesktopGL/SpriteEffects.DesktopGL.csproj", "group": "build", "problemMatcher": "$msCompile" }, { "label": "run-windows", "type": "shell", "command": "dotnet run --project Platform/Windows/SpriteEffects.Windows.csproj", "group": "test", "problemMatcher": [] }, { "label": "run-desktopgl", "type": "shell", "command": "dotnet run --project Platform/DesktopGL/SpriteEffects.DesktopGL.csproj", "group": "test", "problemMatcher": [] } ] }