123456789101112131415161718192021222324252627 |
- [
- {
- "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"
- }
- ]
- }
- ]
|