VCLibrarianTool::LinkLibraryDependencies Property

 

Gets or set whether the dependent project outputs are linked.

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

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

Property Value

Type: System::Boolean

Returns a Boolean. true if the dependent project outputs are linked.

Return to top
Show: