mirror of
https://github.com/rathena/rathena
synced 2026-08-16 22:26:42 -04:00
This allows to start all servers in debug mode automatically in MSVS >= 17.11 See https://devblogs.microsoft.com/visualstudio/multi-project-launch-configuration/ for details.
27 lines
628 B
Text
27 lines
628 B
Text
[
|
|
{
|
|
"Name": "All Servers",
|
|
"Projects": [
|
|
{
|
|
"Path": "src\\login\\login-server.vcxproj",
|
|
"Action": "Start",
|
|
"DebugTarget": "Local Windows Debugger"
|
|
},
|
|
{
|
|
"Path": "src\\char\\char-server.vcxproj",
|
|
"Action": "Start",
|
|
"DebugTarget": "Local Windows Debugger"
|
|
},
|
|
{
|
|
"Path": "src\\map\\map-server.vcxproj",
|
|
"Action": "Start",
|
|
"DebugTarget": "Local Windows Debugger"
|
|
},
|
|
{
|
|
"Path": "src\\web\\web-server.vcxproj",
|
|
"Action": "Start",
|
|
"DebugTarget": "Local Windows Debugger"
|
|
}
|
|
]
|
|
}
|
|
]
|