Share via


ResolveProjectBase.ProjectReferences Property

Definition

The list of project references

This API supports the product infrastructure and is not intended to be used directly from your code.

[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem[] ProjectReferences { get; set; }
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem[] ProjectReferences { get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

The project references.

Attributes

Applies to