0

I have seen this: Running two projects at once in Visual Studio

But I have another problem.

My solution had many executable projects.

Maybe I can allocate them into different groups.

For each group, It has a specific one or more startup projects.

So how can I configure it with Visual Studio 2017?

(Could I making some configuration in the project properties?)

Community
  • 1
  • 1
PM Extra
  • 427
  • 4
  • 17

1 Answers1

2

You can use the SwitchStartupProject extension to select the startup project from a dropdown and switch between multi-project startup configurations.

Sergey Vlasov
  • 26,641
  • 3
  • 64
  • 66