Project.DefaultTargets Property

Definition

Gets or sets the DefaultTargets attribute of the Project element in the MSBuild project.

public:
 property System::String ^ DefaultTargets { System::String ^ get(); void set(System::String ^ value); };
public string DefaultTargets { get; set; }
member this.DefaultTargets : string with get, set
Public Property DefaultTargets As String

Property Value

A semi-colon (;) delimited list of the targets specified in the DefaultTargets attribute.

Applies to