VCProjectConfigurationProperties::OutputPath Property

 

Specifies the location of the output files for this project's configuration.

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

property String^ OutputPath {
	String^ get();
}

Property Value

Type: System::String^

The path for the build output.

Return to top
Show: