I have two projects in my solution
- Client
- Server
Both compile to console applications. When i execute the Client project by right clicking and selecting Debug…Start New Instance or by pressing F5, I would like it to automatically execute the server application.
Is there a way to set this up?
Right-click on the solution, then click
Properties. Use theStartup Projectproperty page to set your configuration up. In your case I would selectMultiple startup projectsand sort them appropriately.