Remotely/Remotely.slnLaunch
2024-05-31 10:46:16 -07:00

37 lines
745 B
Plaintext

[
{
"Name": "Agent \u002B Server \u002B Desktop",
"Projects": [
{
"Path": "Agent\\Agent.csproj",
"Action": "Start",
"DebugTarget": "Agent"
},
{
"Path": "Desktop.Win\\Desktop.Win.csproj",
"Action": "Start",
"DebugTarget": "Desktop.Win"
},
{
"Path": "Server\\Server.csproj",
"Action": "Start",
"DebugTarget": "Server"
}
]
},
{
"Name": "Agent \u002B Server",
"Projects": [
{
"Path": "Agent\\Agent.csproj",
"Action": "Start",
"DebugTarget": "Agent"
},
{
"Path": "Server\\Server.csproj",
"Action": "Start",
"DebugTarget": "Server"
}
]
}
]