简体   繁体   English

Visual Studio 2015解决方案的最低Visual Studio版本

[英]Minimum Visual Studio Version for Visual studio 2015 solution

I have upgraded a project from VS 2013 to VS 2015. Everything works great, I can now open the same Project in both VS 2013 and VS 2015. 我已将项目从VS 2013升级到VS2015。一切正常,我现在可以在VS 2013和VS 2015中打开同一项目。

Now, with this new Roslyn compiler of VS 2015, I assume that when I introduce some new C# 6 features in the Project, I will be able to open the Project only in VS 2015.(In 2013 I will get some compiler errors) 现在,使用VS 2015的新Roslyn编译器,我假设当我在Project中引入一些新的C#6功能时,我将只能在VS 2015中打开该项目。(2013年,我会遇到一些编译器错误)

What would be the MinimumVisualStudioVersion to enter in the .sln file, until now I was able to open the solution in VS 2013, VS 2012 and also VS 2010: 会是什么MinimumVisualStudioVersion在.sln文件进入,到现在为止我能在VS 2013,VS开解2012年和也VS 2010:

# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1

This means that it was possible to open VS2013 Projects in VS 2010 without Problems. 这意味着可以在VS 2010中毫无问题地打开VS2013项目。

But, with the new compiler features of 2015, does that mean that the MinimumVisualStudioVersion has to be >= to 14.x.xxxxx.x for VS 2015 Projects? 但是,随着2015年新的编译器功能,这是否意味着MinimumVisualStudioVersion必须是> =到14.x.xxxxx.x为VS 2015年的项目?

这意味着打开此解决方案的Visual Studio的最低版本为10.0.40219.1 ,实际上是Visual Studio 2010 SP1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM