PM Extra
PM Extra

Reputation: 435

Running multiple projects at once in Visual Studio only specified project

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?)

Upvotes: 0

Views: 347

Answers (1)

Sergey Vlasov
Sergey Vlasov

Reputation: 27910

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

Upvotes: 2

Related Questions