BuildableKind Enum
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.
Represents the different varieties of buildable items.
public enum class BuildableKind
public enum BuildableKind
type BuildableKind =
Public Enum BuildableKind
- Inheritance
-
BuildableKind
Fields
Name | Value | Description |
---|---|---|
SolutionProject | 0 | A buildable that is a project belonging to a solution. |
FolderTarget | 1 | A buildable that is a target found in an opened folder. |