ProjectCapability.DeclaredSourceItems 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.
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