Compartilhar via


Como: Criar um diretório de saída comum

Por padrão, Visual Studio constrói cada projeto em uma solução em sua própria pasta dentro da solução. You can change the build output paths of your projects to force all outputs to be placed in the same folder.

To place all solution outputs in a common directory

  1. Click on one project in the solution.

  2. On the Project menu, click Properties.

  3. Depending on the type of project, click on either the Compile tab or the Build tab, and set the Output path to a folder to use for all projects in the solution.

  4. Repeat steps 1-3 for all projects in the solution.

Consulte também

Conceitos

Como: Alterar o diretório de saída da compilação

Outros recursos

Criando no Visual Studio