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?