GenerateApplicationManifest.Dependencies Property
Definition
Gets or sets an item list that defines the set of dependent assemblies for the generated manifest.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ Dependencies { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] Dependencies { get; set; }
member this.Dependencies : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property Dependencies As ITaskItem()
Property Value
An item list of dependent assembly names.
Remarks
Each item may be further described by item metadata to indicate additional deployment state and the kind of dependence.