Compartilhar via


Gerenciando as Propriedades de Projeto com o Project Designer

The Project Designer is a convenient user interface in Visual Studio that enables you to set project properties, some of which you can also set through the Janela de Propriedades.

Nesta seção

  • Gerenciando propriedades Application
    Allows you to specify the project's general application settings and properties, such as Assembly name, Assembly information, and Root namespace/Default namespace.

  • Gerenciando as Propriedades de Compilação
    Allows you to set compilation properties defining compiler behavior, such as compiler warnings, optimizations, and compilation constants.

  • Gerenciando propriedades Depuração
    Allows you set debugging properties defining debugging behavior, such as start action, start options, and remote debugging are set in the Debug pane of the Project Designer.

  • Gerenciando referências
    Allows you to view, add, and remove references and imported namespaces for your project.

  • Gerenciando Recursos de Aplicativo
    Allows you to add or edit resources for your project, such as strings, images, icons, audio, and files.

  • Gerenciando definições de aplicativo
    Allows you to specify the project's application settings. You can create application-scoped settings, such as connection strings, which can be changed at run time; or user-scoped settings, such as system fonts, which can be changed at run time.

  • Gerenciando Assinatura de Assembly e Manifesto
    Allows you to use strong-name signing to sign application and deployment manifests, and also to sign your assembly. (The process of signing application and deployment manifests is separate and distinct from the process of signing an assembly, although both tasks are performed on the Signing page.)

Seções relacionadas

Propriedades do projeto

Janela de Propriedades

Consulte também

Conceitos

Introdução ao Project Designer

Outros recursos

Propriedades de Projeto (Visual Studio)