VCProjectReference.UseLibraryDependencyInputs Property

Definition

Gets or sets whether independent linking of libraries is enabled.

public:
 property bool UseLibraryDependencyInputs { bool get(); void set(bool value); };
public:
 property bool UseLibraryDependencyInputs { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2044)]
public bool UseLibraryDependencyInputs { [System.Runtime.InteropServices.DispId(2044)] get; [System.Runtime.InteropServices.DispId(2044)] set; }
[<System.Runtime.InteropServices.DispId(2044)>]
[<get: System.Runtime.InteropServices.DispId(2044)>]
[<set: System.Runtime.InteropServices.DispId(2044)>]
member this.UseLibraryDependencyInputs : bool with get, set
Public Property UseLibraryDependencyInputs As Boolean

Property Value

true if the linker can link independent libraries; false if the linker cannot.

Attributes

Remarks

For more information, see <xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.UseLibraryDependencyInput%2A>.

Applies to