VCReference::UseDependenciesInBuild Property

 

Sets or gets whether to use assemblies in a build.

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

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

Property Value

Type: System::Boolean

TRUE (default) indicates that assembly references in referenced assemblies should be included in the build.

Return to top
Show: