开发者

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

开发者 https://www.devze.com 2022-12-13 04:59 出处:网络
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 Instan

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

精彩评论

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