Question: how to find which version of ASP.NET MVC is used in an existing Visual Studio project?
Answer: via Reflection:
typeof (Controller).Assembly.GetName().Version
Source: http://stackoverflow.com/questions/3008704/how-to-determine-the-current-version-of-asp-net-mvc