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:
parent
ba0357e33f
commit
3eca32a380
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user