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.
Assembly: Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)
| Member name | Description | |
|---|---|---|
| Version100 | Visual Studio 2010 and SP1 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. | |
| Version110 | Visual Studio 2012 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. | |
| Version120 | Visual Studio 2013. | |
| Version140 | Visual Studio 2015. Introduced in Visual Studio 2015. | |
| VersionLatest | The latest version available at the time of release 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. |