IVCBuildOptionsPage::BuildLogging Property

 

Gets or sets a value indicating whether build activity will be logged.

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

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

Property Value

Type: System::Boolean

true if build activity is logged; otherwise, false.

The default log file is BuildLog.htm. It can be found in the project's intermediate files directory.

Return to top
Show: