What version of Visual Studio is msbuild 14.0 part of?
Asked Answered
D

2

7

I need MSBUILD 14.0 and am willing to install Visual Studio to get it. What version of Visual Studio do I need to install to get MSBUILD 14.0? It looks like the MSBUILD version number and the Visual Studio name do not match.

Diallage answered 15/9, 2017 at 16:27 Comment(0)
C
7

Starting in Visual Studio 2013, the MSBuild Toolset version is the same as the Visual Studio version number. So if you have Visual Studio 2015 you should have MSBuild 14.0 already on your system.

Casket answered 15/9, 2017 at 16:36 Comment(3)
Too bad the Visual Studio version number doesn't more directly correspond to the MSBuild version number.Diallage
@Diallage Wikipedia has a Visual Studio release version number table. Google can easily take you there.Implicatory
I just noticed that in Visual Studio, if you do Help -> About, that is has information about 'Version' and it shows the MSBuild version numberDiallage
F
0

Visual Studio 2015 uses ToolsVersion 14.0

Freedman answered 16/5 at 8:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.