Detect Visual Studio version from within MSBuild project

Viewed 8565

The BuildingInsideVisualStudio property provides the ability to detect whether a project is building inside Visual Studio.

Is there any way to determine which version of Visual Studio is being used ?

3 Answers
Related