How to: Choose the Startup Project
This topic applies to:
Edition |
Visual Basic |
C# |
C++ |
Web Developer |
---|---|---|---|---|
Express |
||||
Standard |
||||
Pro and Team |
Table legend:
Applies |
|
Does not apply |
|
Command or commands hidden by default. |
The startup project is the project in a Visual Studio solution that starts when you choose an execution command such as Start from the Debug menu.
To choose a startup project
In Solution Explorer, right-click a project name, and on the shortcut menu, click Set as StartUp Project.
If you want to debug more than one project, you can choose multiple startup projects.
To choose multiple startup projects
In Solution Explorer, right-click the solution name, and on the shortcut menu, click Properties.
The Solution Property Pages dialog box appears.
In the Solution Property Pages dialog box, select the Multiple Startup Projects option.
Below Multiple Startup Projects is a grid with two columns, Project and Action. In the action column:
For each project you want to debug, click the Action column, and select Start.
For a project you want to run without debugging, click the Action column, and select Start without debugging.
For a project you do not want to run, click the Action column, and select None.
Click OK.