Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Don't set project as startup project but run it

Tags:

In my solution there are eight different projects. Most of the time the startup project is project A but some times I need to run other projects to check things and to do that I must set other project as the startup project every time.

I want to know if there is any other way to run a project in the solution without setting it as the startup project? This will save me lots of time!

like image 527
Asha Avatar asked Dec 18 '09 14:12

Asha


People also ask

What is set as startup project?

To change the startup project from the Solution Explorer, right-click the desired project and choose "Set as StartUp Project" from the context-sensitive menu that is displayed. You can also choose this menu item from the Project menu. To test that the project is correctly selected, press F5 to start it.

How do I remove set as startup project in Visual Studio?

Select a project and right click, then select 'Remove from StartUp Projects...'


1 Answers

You can also bind this command to keyboard shortcut: Tools->Options->Environment->Keyboard

Search for "Startnewinstance"

This way you can achieve desired with 0 clicks :)

like image 54
Oleg D. Avatar answered Oct 05 '22 23:10

Oleg D.