mono now uses msbuild.

This commit is contained in:
Dean Herbert 2017-04-19 01:37:30 +09:00
parent ba0357e33f
commit 3eca32a380

5
.vscode/tasks.json vendored
View File

@ -8,10 +8,7 @@
"taskName": "build",
"isShellCommand": true,
"showOutput": "silent",
"command": "xbuild",
"windows": {
"command": "msbuild"
},
"command": "msbuild",
"args": [
// Ask msbuild to generate full paths for file names.
"/property:GenerateFullPaths=true"