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
I'm fundamentally lazy, and this process is getting boring!