ProjectInstance.InitialTargets Property

Definition

InitialTargets specified in the project, plus those in all imports, gathered depth-first. The build runs these before anything else.

public:
 property System::Collections::Generic::List<System::String ^> ^ InitialTargets { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> InitialTargets { get; }
member this.InitialTargets : System.Collections.Generic.List<string>
Public ReadOnly Property InitialTargets As List(Of String)

Property Value

List<String>

The list of initial targets for the project and all its imports, depth-first.

Applies to