VCAssemblyReference.CopyLocalDependencies Property

Definition

Gets or sets a value indicating whether to automatically copy the referenced assembly's non-system dependencies to the target location during a build.

public:
 property bool CopyLocalDependencies { bool get(); void set(bool value); };
public:
 property bool CopyLocalDependencies { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2021)]
public bool CopyLocalDependencies { [System.Runtime.InteropServices.DispId(2021)] get; [System.Runtime.InteropServices.DispId(2021)] set; }
[<System.Runtime.InteropServices.DispId(2021)>]
[<get: System.Runtime.InteropServices.DispId(2021)>]
[<set: System.Runtime.InteropServices.DispId(2021)>]
member this.CopyLocalDependencies : bool with get, set
Public Property CopyLocalDependencies As Boolean

Property Value

true if the referenced assembly's non-system dependencies are automatically copied to the target location during a build; otherwise, false.

Implements

Attributes

Remarks

CopyLocalDependencies is uses only if CopyLocal is true.

Applies to