ProjectInSolution.Dependencies Property

Definition

List of guids, in "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" form, mapping to projects that this project has a build order dependency on, as defined in the solution file.

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

Property Value

Applies to