MSBuild.RebaseOutputs Property

Definition

Indicates if the paths of target output items should be rebased relative to the calling project.

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

C#
public bool RebaseOutputs { get; set; }
C#
public bool RebaseOutputs { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

true, if target output item paths should be rebased

Attributes

Remarks

Default is false.

Applies to

Product Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17