VCLinkerTool::UseLibraryDependencyInputs Property

 

Sets or gets whether independent linking of libraries is enabled.

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

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

Property Value

Type: System::Boolean

true if the linker can link independent libraries.

Return to top
Show: