rAthena.slnLaunch 628 B

123456789101112131415161718192021222324252627
  1. [
  2. {
  3. "Name": "All Servers",
  4. "Projects": [
  5. {
  6. "Path": "src\\login\\login-server.vcxproj",
  7. "Action": "Start",
  8. "DebugTarget": "Local Windows Debugger"
  9. },
  10. {
  11. "Path": "src\\char\\char-server.vcxproj",
  12. "Action": "Start",
  13. "DebugTarget": "Local Windows Debugger"
  14. },
  15. {
  16. "Path": "src\\map\\map-server.vcxproj",
  17. "Action": "Start",
  18. "DebugTarget": "Local Windows Debugger"
  19. },
  20. {
  21. "Path": "src\\web\\web-server.vcxproj",
  22. "Action": "Start",
  23. "DebugTarget": "Local Windows Debugger"
  24. }
  25. ]
  26. }
  27. ]