ProjectTargetInstance.KeepDuplicateOutputs 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.
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