Compartir a través de


ProjectCapability.DeclaredSourceItems Property

Definition

Indicates that the project is a typical MSBuild project (not DNX) in that it declares source items in the project itself (rather than a project.json file that assumes all files in the directory are part of a compilation).

public static Microsoft.VisualStudio.Extensibility.ProjectCapability DeclaredSourceItems { get; }
static member DeclaredSourceItems : Microsoft.VisualStudio.Extensibility.ProjectCapability
Public Shared ReadOnly Property DeclaredSourceItems As ProjectCapability

Property Value

Applies to