简体   繁体   English

我可以在Visual Studio 2015中打开旧的Visual Studio解决方案(2005,2008,2010,2013)而无需升级项目吗?

[英]Can I open old Visual Studio Solutions (2005,2008, 2010,2013) in Visual Studio 2015 without upgrading the projects?

I read on Scott Hanselman's Blog , "I'm using Visual Studio 2015 to edit even .NET 2.0 apps so I'm not using older versions of VS," . 我在Scott Hanselman的博客上看到,“我正在使用Visual Studio 2015编辑甚至.NET 2.0应用程序,所以我不使用旧版本的VS,”。

I also support old .Net solutions that open in previous versions of Visual Studio (2005, 2008, 2010, 2013). 我还支持在以前版本的Visual Studio(2005,2008,2010,2013)中打开的旧.Net解决方案。 Is it possible with VS2015 to open these old solutions with out upgrading them? 是否可以通过VS2015打开这些旧解决方案而不升级它们?

I don't mind if they don't target the latest framework, it would just be handy to use a single version of Visual Studio rather than have 5 versions installed side by side. 我不介意他们不针对最新的框架,使用单个版本的Visual Studio而不是并排安装5个版本会很方便。

You can use VS2015 to open or change apps that use older .NET framework (without having to upgrade to newer .NET framework). 您可以使用VS2015打开或更改使用旧.NET框架的应用程序(无需升级到较新的.NET框架)。

Visual Studio Multi-Targeting Overview Visual Studio多目标概述

How to: Target a Version of the .NET Framework 如何:定位.NET Framework版本

Also, you can install VS2015 and run it side by side older VS. 此外,您可以安装VS2015并将其与旧版VS并排运行。

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

相关问题 使用Visual Studio 2013发布用于Visual Studio 2005项目的网站 - Publish website using Visual Studio 2013 for Visual Studio 2005 projects 查找Visual Studio 2008解决方案中dll错误引用的项目的工具 - A tool to find projects erroneously referenced by dll in Visual Studio 2008 solutions Visual Studio 2012项目将在Visual Studio 2010中打开 - will visual studio 2012 projects open in visual studio 2010 在Visual Studio 2008中复制和修改解决方案(带有安装项目) - Copy and modify solutions (with setup projects) in Visual Studio 2008 可以在Visual Studio 2008中安装Visual Studio 2010包吗? - Can a Visual Studio 2010 Package be installed in Visual Studio 2008? visual studio 2010从2005? - visual studio 2010 from 2005? 在Windows XP中使用Framework 2.0将网站从Visual Studio 2005升级到Visual Studio 2008时出现编译问题 - Compilation issue while upgrading a website from Visual Studio 2005 to Visual Studio 2008 with framework 2.0 in Windows XP visual studio 2008 CSS升级 - visual studio 2008 CSS upgrading 无法在visual studio 2013中打开HTML文件 - Can not open HTML file in visual studio 2013 在不同版本的Visual Studio中打开项目和解决方案 - Opening projects and solutions in different versions of Visual Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM