Compartilhar via


Como: Alterar um nome de Assembly (Visual Basic, C#)

The Assembly Name property of an application determines the name that will be used for the compiled application. Por exemplo, definindo a Assembly Name para "myapplication" para um aplicativo baseado em Windows resultaria em um arquivo executável chamado MyApplication.exe. O Assembly Name o padrão é o nome do projeto; pode ser alterada na aplicativo página da Project Designer.

ObservaçãoObservação

Although the default value of the Assembly Name is the same as the project name, the two are unrelated; changing the project name does not change the Assembly Name and changing the Assembly Name does not change the project name.

To change the Assembly Name property

  1. Com um projeto selecionado no Solution Explorerdiante do projeto menu, clique em Propriedades.

  2. Click the Application tab.

  3. In the Assembly Name field, type the name for your application.

Consulte também

Referência

ApplicationBase

Outros recursos

Gerenciando propriedades Application