Compartilhar via


Como: Configurar projetos para plataformas de destino

Visual Studiopermite configurar seus aplicativos para diferentes plataformas, inclusive em plataformas de 64 bits de destino. Para obter mais informações sobre a plataforma de 64 bits suporte em Visual Studio, consulte Aplicativos de 64 bits.

Targeting Platforms with the Configuration Manager

The Configuration Manager provides a way for you to quickly add a new platform to target with your project. Se você selecionar uma das plataformas, incluídas no Visual Studio, as propriedades do projeto são modificadas para construir o projeto para a plataforma selecionada.

To configure a project to target a 64-bit platform

  1. On the Build menu, click Configuration Manager.

  2. In the Active solution platform list, select the 64-bit platform for the solution to target. If the platform does not exist in the list, select New.

  3. In the New Solution Platform dialog box, select the 64-bit platform for the solution to target.

    ObservaçãoObservação

    If you create a new name for your configuration, you may have to modify the settings in the Project Designer to target the correct platform.

  4. If you want to copy the settings from a current platform configuration, select the platform configuration to copy settings from, and click OK.

The properties for all projects targetin the 64-bit platform are updated, and the next build of the project will be optimized for 64-bit platforms.

Targeting Platforms in the Project Designer

The Project Designer also provides a way to target different platforms with your project. If selecting one of the platforms included in the list in the New Solution Platform dialog box does not work for your solution, you can create a custom configuration name and modify the settings in the Project Designer to target the correct platform.

Performing this task varies based on the programming language you are using. See the following links for more information:

Consulte também

Referência

Caixa de Diálogo Configuration Manager

Caixa de Diálogo New Solution Platform

/<>plataforma de>( Opçõesdo compilador TRANSLATION FROM VPE FOR CSHARP)

/platform (Visual Basic)

Outros recursos

Plataformas de Compilação