VCCustomBuildRule::AdditionalDependencies Property

 

Gets or sets additional, configuration-specific items to add to the link line, such as comdlg32.lib or kernel32.lib.

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

property String^ AdditionalDependencies {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string containing configuration-specific items to add to the link line.

See .Lib Files as Linker Input for more information.

Return to top
Show: