mirror of
https://github.com/ppy/osu
synced 2024-12-21 22:30:36 +00:00
mono now uses msbuild.
This commit is contained in:
parent
ba0357e33f
commit
3eca32a380
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user