_BuildSystemKindFlags2 Enumeration
Visual Studio 2015
Specifies the type or kind of build system.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Member name | Description | |
|---|---|---|
| BSK_MSBUILD_VS10 | The build system stores files in the MSBuild Visual Studio 10 format (.NET 4.0 and later). | |
| BSK_MSBUILD_VS9 | 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. |
Show: