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