我怎么知道最后一个版本的Visual Studio是在项目上工作的? [英] How can I tell what version of Visual Studio was last used to work on a project?

查看:342
本文介绍了我怎么知道最后一个版本的Visual Studio是在项目上工作的?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用一些较旧的代码,并且我认为上次构建该代码的人使用的是Visual Studio6.没有.vcproj文件,但是.dsp和.dsw文件具有以下标头: (.dsp)

I'm working with some older code, and I think the person who last built it was using Visual Studio 6. There's no .vcproj file, but the .dsp and .dsw files have the following headers: (.dsp)

# Microsoft Developer Studio Project File - Name="[redacted]" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00

(.dsw)

Microsoft Developer Studio Workspace File, Format Version 6.00

格式版本6.00"是否对应于Visual Studio 6?

Does the "Format Version 6.00" correspond to Visual Studio 6?

推荐答案

solution/VS版本矩阵为:

The the solution/VS version matrix is:

  • VS 6.0-> 6.0
  • VS 2002-> 7.0
  • VS 2003-> 8.0
  • VS 2005-> 9.0
  • VS 2008-> 10.0
  • VS 2010-> 11.0
  • VS 2012-> 12.0
  • VS 2013-> 10.0至12.0
  • VS 2015-> 10.0至14.0
  • VS 2017-> 10.0至15.0
  • VS 6.0 -> 6.0
  • VS 2002 -> 7.0
  • VS 2003 -> 8.0
  • VS 2005 -> 9.0
  • VS 2008 -> 10.0
  • VS 2010 -> 11.0
  • VS 2012 -> 12.0
  • VS 2013 -> 10.0 to 12.0
  • VS 2015 -> 10.0 to 14.0
  • VS 2017 -> 10.0 to 15.0

解决方案之间的兼容性不能保证项目之间的兼容性.有关详细信息,请查看 Visual Studio 2013兼容性文档.

Compatibility between solutions does not guarantee compatibility between projects. Check the Visual Studio 2013 Compatibility document for more detail.

这篇关于我怎么知道最后一个版本的Visual Studio是在项目上工作的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆