_BuildSystemKindFlags Enum
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.
Specifies the type or kind of build system.
This enumeration supports a bitwise combination of its member values.
public enum class _BuildSystemKindFlags
C++/CX
public enum class _BuildSystemKindFlags
enum _BuildSystemKindFlags
[System.Flags]
public enum _BuildSystemKindFlags
[<System.Flags>]
type _BuildSystemKindFlags =
Public Enum _BuildSystemKindFlags
- Inheritance
-
_BuildSystemKindFlags
- Attributes
Name | Value | Description |
---|---|---|
BSK_MSBUILD | 1 | The build system stores files in the MSBuild format |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |