Reputation: 11681
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
Reputation: 43636
Ok, you can do this by right-click your solution > Properties > Common Properties > StartUp Project
Here you can set "Multiple Startup Projects"
Upvotes: 5