VCPropertySheet::DeleteExtensionsOnClean Property

 

Gets or sets which files in the intermediate directory to delete on clean or rebuild.

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

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

Property Value

Type: System::String^

The files in the intermediate directory to delete on clean or rebuild.

Separate file extensions with a semicolon.

Return to top
Show: