_BuildSystemKindFlags2 Enumeration

 

Specifies the type or kind of build system.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

[FlagsAttribute]
public enum _BuildSystemKindFlags2

Member nameDescription
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.

Return to top
Show: