Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find out the startup project of a solution in Visual Studio 2015? [closed]

In Visual Studio 2015 for C#, a solution always has a project specified as the startup project.

How can I find out the startup project of a solution?

like image 981
Tim Avatar asked Nov 22 '25 09:11

Tim


2 Answers

If you take a look in your solution explorer, you see one project, that is bold:

Project

That is the one, that is setup as start project


You can define also a new one, if you right click on it:

Define new start project


If you have multiple startup projects, you need to go one step further.

Right click your solution on the solution explorer and go to properties. Under Common Properties/Startup Projects you will see an overview about every project and it's auto startup status.

multiple startup projects

like image 135
Christian Gollhardt Avatar answered Nov 24 '25 00:11

Christian Gollhardt


Right click the solution and click on "Set Up StartUp Projects..."

like image 22
Herbal Tea Avatar answered Nov 24 '25 00:11

Herbal Tea



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!