VCProjectReference::LinkLibraryDependency Property

 

Gets or sets whether there are link library dependencies.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

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

Property Value

Type: System::Boolean

true means link independent libraries; false means don't link independent libraries.

For more information, see LinkLibraryDependencies.

Return to top
Show: