Rajeshwar
Rajeshwar

Reputation: 11681

Automating multiple projects in a solution

I have a solution with 3 different projects A, B and C. Now I have to run the projects in debug mode in the order C, B and A. Is there anyway in which I could automate the running process. Currently I have to run C in debug mode, then B and then A.

Upvotes: 1

Views: 86

Answers (1)

sa_ddam213
sa_ddam213

Reputation: 43636

Ok, you can do this by right-click your solution > Properties > Common Properties > StartUp Project

Here you can set "Multiple Startup Projects" enter image description here

Upvotes: 5

Related Questions