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)

property bool CopyLocal {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if Visual Studio should automatically copy the reference to the target directory; otherwise, false.

Return to top
Show: