开发者

How do I make one Visual Studio project automatically execute before another?

I have two projects in my solution

  • Client
  • Server

Both compile to console applications. When i execute the Client开发者_StackOverflow 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 the Startup Project property page to set your configuration up. In your case I would select Multiple startup projects and sort them appropriately.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜