Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2012: Multiple startup projects

Is there any way of telling Visual Studio (2012) to launch multiple projects at start up?

I am currently working on a solution containing both the client and server sides of a program.

Starting under debug launches the client but to launch the server I need to follow Server Project > Properties > Debug > Start new instance

VS2012, Debug , start new instance

I'm fundamentally lazy, and this process is getting boring!

like image 742
Morphed Avatar asked Nov 12 '13 08:11

Morphed


Video Answer


2 Answers

You can go to your main Solution => right click => Properties => Tab: Common properties => Startup project => Multiple startup projects

There you can select all the projects you want to launch.

like image 52
Xuntar Avatar answered Oct 23 '22 21:10

Xuntar


if you right click on the solution, you can select an option called Set StartUp Projects

enter image description here

This gives you a dialog where you can select which projects you want to start

enter image description here

like image 35
David Pilkington Avatar answered Oct 23 '22 22:10

David Pilkington