1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

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", "taskName": "build",
"isShellCommand": true, "isShellCommand": true,
"showOutput": "silent", "showOutput": "silent",
"command": "xbuild", "command": "msbuild",
"windows": {
"command": "msbuild"
},
"args": [ "args": [
// Ask msbuild to generate full paths for file names. // Ask msbuild to generate full paths for file names.
"/property:GenerateFullPaths=true" "/property:GenerateFullPaths=true"