Build whole solution

This commit is contained in:
Frank A. Krueger 2017-06-13 21:18:09 -07:00
parent 91516ebd65
commit d4eee234b2
1 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@ -7,7 +7,7 @@
{
"taskName": "build",
"args": [
"${workspaceRoot}/Samples/Samples.csproj"
"${workspaceRoot}/Ooui.sln"
],
"isBuildCommand": true,
"problemMatcher": "$msCompile"