简体   繁体   中英

How do i switch between (or highlight) projects of the same solution in Visual Studio 2012?

I am new to Visual Studio and this problem has been bugging me for days.

I have two projects in the same solution in Visual Studio 2012.

In my solution manager one of them is highlighted, so when I start it without debugging Ctrl + F5 the one highlighted starts.

How do I highlight (and then on pressing Ctrl + F5 ) start the OTHER project? Without having the close and reopen the projects.

右键单击 - >设置为启动项目。

When you Right Click the Solution and check the properties you have the Startup project option, make that as Current Selection

So you can launch by toggling the selection.

Right now in your case it would be Single startup project which is why you are unable to launch them separately.

Right click the project in the solution explorer and choose the option:

Set as startup project

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM