_BuildSystemKindFlags2 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.
Specifies the type or kind of build system.
This enumeration supports a bitwise combination of its member values.
public enum class _BuildSystemKindFlags2
public enum class _BuildSystemKindFlags2
enum _BuildSystemKindFlags2
[System.Flags]
public enum _BuildSystemKindFlags2
[<System.Flags>]
type _BuildSystemKindFlags2 =
Public Enum _BuildSystemKindFlags2
- Inheritance
-
_BuildSystemKindFlags2
- Attributes
Fields
Name | Value | Description |
---|---|---|
BSK_MSBUILD_VS9 | 1 | The build system stores files in the MSBuild Visual Studio 9 format (.NET 3.5 and earlier). This flag is the equivalent of BSK_MSBUILD. |
BSK_MSBUILD_VS10 | 2 | The build system stores files in the MSBuild Visual Studio 10 format (.NET 4.0 and later). |