VisualStudioVersion Enumeration

Used to specify the version of Visual Studio from which to select associated tools for some methods of ToolLocationHelper

MSBuild is now included in Visual Studio instead of the .NET Framework.You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Utilities
Assembly:  Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)

Syntax

'Declaration
Public Enumeration VisualStudioVersion
public enum VisualStudioVersion
public enum class VisualStudioVersion
type VisualStudioVersion
public enum VisualStudioVersion

Members

Member name Description
Version100 Visual Studio 2010 and SP1MSBuild is now included in Visual Studio instead of the .NET Framework.You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Version110 Visual Studio 2012 RCMSBuild is now included in Visual Studio instead of the .NET Framework.You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Version120 Visual Studio 2013.
Version140 Visual Studio 2015.Introduced in Visual Studio 2015.
VersionLatest The latest version available at the time of releaseMSBuild is now included in Visual Studio instead of the .NET Framework.You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

See Also

Reference

Microsoft.Build.Utilities Namespace