2016-10-14 22:11:41 +08:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
2017-08-04 15:45:09 +08:00
|
|
|
"configurations": [{
|
2017-11-19 16:24:32 +08:00
|
|
|
"name": "osu! VisualTests (Debug, .NETFramework)",
|
2016-10-14 22:11:41 +08:00
|
|
|
"request": "launch",
|
2017-11-19 16:24:32 +08:00
|
|
|
"type": "clr",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Debug/net461/osu!.exe",
|
2017-08-04 15:45:09 +08:00
|
|
|
"args": [
|
|
|
|
"--tests"
|
|
|
|
],
|
2016-10-14 22:11:41 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
2017-04-26 13:25:46 +08:00
|
|
|
"preLaunchTask": "Build (Debug)",
|
2017-10-11 16:05:00 +08:00
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
2017-11-19 16:24:32 +08:00
|
|
|
"name": "osu! VisualTests (Debug, .NETCore)",
|
2017-10-11 16:05:00 +08:00
|
|
|
"request": "launch",
|
2017-11-19 16:24:32 +08:00
|
|
|
"type": "coreclr",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Debug/netcoreapp2.0/osu!.dll",
|
|
|
|
"args": [
|
|
|
|
"--tests"
|
|
|
|
],
|
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Debug)",
|
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "osu! VisualTests (Release, .NETFramework)",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "clr",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Release/net461/osu!.exe",
|
|
|
|
"args": [
|
|
|
|
"--tests"
|
|
|
|
],
|
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Release)",
|
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "osu! VisualTests (Release, .NETCore)",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "coreclr",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Release/netcoreapp2.0/osu!.dll",
|
2017-10-11 16:05:00 +08:00
|
|
|
"args": [
|
|
|
|
"--tests"
|
|
|
|
],
|
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Release)",
|
2016-12-19 07:00:32 +08:00
|
|
|
"runtimeExecutable": null,
|
2017-04-26 13:25:46 +08:00
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
2017-11-19 16:24:32 +08:00
|
|
|
"name": "osu! (Debug, .NETFramework)",
|
2016-12-19 07:00:32 +08:00
|
|
|
"request": "launch",
|
2017-11-19 16:24:32 +08:00
|
|
|
"type": "clr",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Debug/net461/osu!.exe",
|
2016-12-19 07:00:32 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
2017-04-26 13:25:46 +08:00
|
|
|
"preLaunchTask": "Build (Debug)",
|
2016-10-14 22:11:41 +08:00
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
2017-04-09 17:59:43 +08:00
|
|
|
"console": "internalConsole"
|
2016-10-14 22:11:41 +08:00
|
|
|
},
|
|
|
|
{
|
2017-11-19 16:24:32 +08:00
|
|
|
"name": "osu! (Debug, .NETCore)",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "coreclr",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Debug/netcoreapp2.0/osu!.dll",
|
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Debug)",
|
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "osu! (Release, .NETFramework)",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "clr",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Release/net461/osu!.exe",
|
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Release)",
|
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "osu! (Release, .NETCore)",
|
2017-04-26 13:25:46 +08:00
|
|
|
"request": "launch",
|
2017-11-19 16:24:32 +08:00
|
|
|
"type": "coreclr",
|
|
|
|
"program": "${workspaceRoot}/osu.Desktop/bin/Release/netcoreapp2.0/osu!.dll",
|
2017-04-26 13:25:46 +08:00
|
|
|
"cwd": "${workspaceRoot}",
|
|
|
|
"preLaunchTask": "Build (Release)",
|
|
|
|
"runtimeExecutable": null,
|
|
|
|
"env": {},
|
|
|
|
"console": "internalConsole"
|
2016-10-14 22:11:41 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|