ResolveVCProjectOutput.Override Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.