Ooui-tws-port/Samples/.vscode/tasks.json

16 lines
336 B
JSON
Raw Normal View History

2017-06-12 22:35:19 +00:00
{
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "build",
"args": [
"${workspaceRoot}/Samples.csproj"
],
"isBuildCommand": true,
"problemMatcher": "$msCompile"
}
]
}