2016-10-14 14:11:41 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2017-04-26 05:25:46 +00:00
|
|
|
"name": "VisualTests (debug)",
|
2017-04-22 06:36:40 +00:00
|
|
|
"windows": {
|
|
|
|
"type": "clr"
|
|
|
|
},
|
2016-10-14 14:11:41 +00:00
|
|
|
"type": "mono",
|
|
|
|
"request": "launch",
|
2016-11-10 22:40:42 +00:00
|
|
|
"program": "${workspaceRoot}/osu.Desktop.VisualTests/bin/Debug/osu!.exe",
|
2016-10-14 14:11:41 +00:00
|
|
|
"cwd": "${workspaceRoot}",
|
2017-04-26 05:25:46 +00:00
|
|
|
"preLaunchTask": "Build (Debug)",
|
2016-12-18 23:00:32 +00:00
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
2017-04-09 09:59:43 +00:00
|
|
|
"console": "internalConsole"
|
2016-12-18 23:00:32 +00:00
|
|
|
},
|
|
|
|
{
|
2017-04-26 05:25:46 +00:00
|
|
|
"name": "VisualTests (release)",
|
|
|
|
"windows": {
|
|
|
|
"type": "clr"
|
|
|
|
},
|
|
|
|
"type": "mono",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop.VisualTests/bin/Release/osu!.exe",
|
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Release)",
|
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "osu! (debug)",
|
2017-04-22 06:36:40 +00:00
|
|
|
"windows": {
|
|
|
|
"type": "clr"
|
|
|
|
},
|
2016-12-18 23:00:32 +00:00
|
|
|
"type": "mono",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Debug/osu!.exe",
|
|
|
|
"cwd": "${workspaceRoot}",
|
2017-04-26 05:25:46 +00:00
|
|
|
"preLaunchTask": "Build (Debug)",
|
2016-10-14 14:11:41 +00:00
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
2017-04-09 09:59:43 +00:00
|
|
|
"console": "internalConsole"
|
2016-10-14 14:11:41 +00:00
|
|
|
},
|
|
|
|
{
|
2017-04-26 05:25:46 +00:00
|
|
|
"name": "osu! (release)",
|
2017-04-22 07:18:00 +00:00
|
|
|
"windows": {
|
2017-04-26 05:25:46 +00:00
|
|
|
"type": "clr"
|
2017-04-22 07:18:00 +00:00
|
|
|
},
|
2016-10-14 14:11:41 +00:00
|
|
|
"type": "mono",
|
2017-04-26 05:25:46 +00:00
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Release/osu!.exe",
|
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Release)",
|
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
2016-10-14 14:11:41 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|