ResolveVCProjectOutput.Override Property

Definition

Gets or sets the path of the override stylesheet that the ResolveVCProjectOutput task uses to change the directory of the Visual C++ built project.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property Microsoft::Build::Framework::ITaskItem ^ Override { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
public Microsoft.Build.Framework.ITaskItem Override { get; set; }
member this.Override : Microsoft.Build.Framework.ITaskItem with get, set
Public Property Override As ITaskItem

Property Value

The path of the override stylesheet.

Remarks

Use override stylesheets to change the directory that Visual C++ projects get built to. You can pass in an override stylesheet for a .VCPROJ by specifying a global property called VCBuildOverride. In this case, the task uses this stylesheet to resolve the output path.

Applies to