Como: Defina a propriedade Copy Local de uma referência
The Copy Local property (corresponding to CopyLocal) determines whether a reference is copied to the local bin path. At run time, a reference must be located in either the Cache global de assemblies (GAC) or the output path of the project. If this property is set to true, the reference is copied to the output path of the project at run time.
Observação |
---|
If you deploy/copy an application that contains a reference to a custom component that is registered in the GAC, the component will not be deployed/copied with the application, regardless of the Copy Local setting. For more information, see Referências do projeto. |
The Copy Local property is set in the Reference Properties dialog box, available from the References pane of the Project Designer.
Para definir a propriedade Copy Local como True ou False
Em Solution Explorer, clique o Mostrar todos os arquivos o botão para exibir o nó References.
Abra o nó Referências do projeto.
Uma referência na lista de referências com o botão direito e, em seguida, clique em Propriedades.
The properties associated with that reference appear in a list in the Properties window.
Selecione Copy Local da coluna esquerda e em seguida, clique na seta na coluna da direita para alterar o valor para True ou False.
Consulte também
Tarefas
Como: Adicionar ou remover referências no Visual Studio