ProjectTargetInstance.KeepDuplicateOutputs Property

Definition

Unevaluated condition on which we will trim duplicate outputs from the target outputs May be empty string.

public:
 property System::String ^ KeepDuplicateOutputs { System::String ^ get(); };
public string KeepDuplicateOutputs { get; }
public string KeepDuplicateOutputs { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.KeepDuplicateOutputs : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.KeepDuplicateOutputs : string
Public ReadOnly Property KeepDuplicateOutputs As String

Property Value

An unevaluated condition which is used to delete duplicate outputs from this target, or an empty string if there is no condition.

Attributes

Applies to