Project.DefaultTargets 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.
Read-write accessor for the "DefaultTargets" attribute of the <Project> element. This is passed in and out as a semicolon-separated list of target names.
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.