Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created March 26, 2024 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/b9d22e48c255fdb28df5a5ee19dfccf1 to your computer and use it in GitHub Desktop.
Save MartinZikmund/b9d22e48c255fdb28df5a5ee19dfccf1 to your computer and use it in GitHub Desktop.
JSON-based multi-project launch profile
[
{
"Name": "API \u002B Windows App",
"Projects": [
{
"Name": "MyApp\\MyApp.Server\\MyApp.Server.csproj",
"Action": "Start",
"DebugTarget": "MyApp.Server"
},
{
"Name": "MyApp\\MyApp.Windows\\MyApp.Windows.csproj",
"Action": "Start",
"DebugTarget": "MyApp.Windows (Package)"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment