Como: Escolha o projeto de inicialização
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium e Ultimate |
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
Em Solution Explorer, um nome de projeto com o botão direito e, em seguida, clique em Set as StartUp Project.
If you want to debug more than one project, you can choose multiple startup projects.
To choose multiple startup projects
Em Solution Explorer, o botão direito do mouse no nome da solução e, em seguida, clique em Propriedades.
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.