VCLinkerTool::LinkLibraryDependencies Property

 

Sets or gets whether there are link library dependencies.

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

false means don't link independent libraries.

Return to top
Show: