mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
37 lines
745 B
Plaintext
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"
|
|
}
|
|
]
|
|
}
|
|
] |