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.

public:
 property bool RebaseOutputs { bool get(); void set(bool value); };
public bool RebaseOutputs { get; set; }
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; }
member this.RebaseOutputs : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.RebaseOutputs : bool with get, set
Public Property RebaseOutputs As Boolean

Property Value

true, if target output item paths should be rebased

Attributes

Remarks

Default is false.

Applies to