I have a solution consisting of several executable projects (formally speaking server and its clients). But start-up project is only one (server) but I need to debug and clients too. Now I start their (clients) from folder from shell explorer. Is there any solution for this?
I have a solution consisting of several executable projects (formally speaking server and its
Share
Yes you have to set up your solution to start multiple solutions.
Right-Click on your solution and choose “Set StartUp Projects…”.
Then in the Dialog check “Multiple startup projects” and choose the action of those you want to start to “Start” (with debuging) or “Start without debuging”.
Click Ok – done.
Now just hit F5 and all your selected projects should fire up and run.