VCReference::UseInBuild Property

 

Sets or gets whether referenced assemblies should be used in the build.

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

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

Property Value

Type: System::Boolean

TRUE indicates that referenced assemblies should be used in the build. FALSE indicates that the assemblies are to be excluded from the build, but included in the designers.

Return to top
Show: