ProjectInstance.InitialTargets 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.
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; }
public System.Collections.Generic.List<string> InitialTargets { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.InitialTargets : System.Collections.Generic.List<string>
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.InitialTargets : System.Collections.Generic.List<string>
Public ReadOnly Property InitialTargets As List(Of String)
Property Value
The list of initial targets for the project and all its imports, depth-first.
- Attributes