Expand Minimize
0 out of 1 rated this helpful - Rate this topic

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)
'Declaration
Property LinkLibraryDependencies As Boolean
'Usage
Dim instance As VCLinkerTool 
Dim value As Boolean 

value = instance.LinkLibraryDependencies

instance.LinkLibraryDependencies = value

Property Value

Type: System.Boolean
false means don't link independent libraries.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.