VCPropertySheet::OutputDirectory Property

 

Gets or sets the directory in which to place output. The default directory is the project directory.

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

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

Property Value

Type: System::String^

The directory in which to place output.

Wizards set this property. Do not use the project directory for the project outputs.

Return to top
Show: