{ "version": "2.0.0", "tasks": [ { "label": "build-ChatRoomSimpleRPC", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/ChatRoomSimpleRPC/ChatRoomSimpleRPC.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, { "label": "build-ModeratorRest", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/ModeratorRest/ModeratorRest.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, { "label": "build-ParticipantGrpc", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/ParticipantGrpc/ParticipantGrpc.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, { "label": "build-RestToSimpleRPCAdapter", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/RestToSimpleRPCAdapter/RestToSimpleRPCAdapter.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, { "label": "build-GrpcToSimpleRPCAdapter", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/GrpcToSimpleRPCAdapter/GrpcToSimpleRPCAdapter.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" } ] }