{ "version": "2.0.0", "tasks": [ { "label": "build-windows", "command": "dotnet", "type": "process", "args": [ "build", "Platforms/Windows/Storage.Windows.csproj" ], "problemMatcher": "$msCompile" }, { "label": "build-desktopgl", "command": "dotnet", "type": "process", "args": [ "build", "Platforms/DesktopGL/Storage.DesktopGL.csproj" ], "problemMatcher": "$msCompile" }, { "label": "build-android", "command": "dotnet", "type": "process", "args": [ "build", "Platforms/Android/Storage.Android.csproj" ], "problemMatcher": "$msCompile" }, { "label": "build-ios", "command": "dotnet", "type": "process", "args": [ "build", "Platforms/iOS/Storage.iOS.csproj" ], "problemMatcher": "$msCompile" } ] }