1 out of 4 rated this helpful - Rate this topic

VCProjectReference.CopyLocal Property 

Gets or sets a value indicating whether to automatically copy the reference to the target directory.

Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)

bool CopyLocal { get; set; }
/** @property */
boolean get_CopyLocal ()

/** @property */
void set_CopyLocal (/** @attribute InAttribute() */ boolean CopyLocal)

function get CopyLocal () : boolean

function set CopyLocal (CopyLocal : boolean)

Property Value

true if Visual Studio should automatically copy the reference to the target directory; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
Advertisement