如何降级从Visual Studio 2012项目到Visual Studio 2008 [英] How to downgrade from Visual Studio 2012 project to Visual Studio 2008

查看:743
本文介绍了如何降级从Visual Studio 2012项目到Visual Studio 2008的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用C#Windows应用程序的工作。我最近转换一个Visual Studio 2008项目到新的Visual Studio 2012项目。现在我已经对这个项目降级到Visual Studio 2008。有什么办法降级这个项目?


解决方案

好了2012与2010兼容,我不知道这会工作,但我发现这个如何去回程从2010到2008年,希望它为你的作品与2012(原文链接):


  

      
  1. 请备份您的.sln文件的


  2.   
  3. 打开VS 2010的.sln在记事本中。


      
      

    它应该是这个样子:

     微软的Visual Studio解决方案文件格式版本11.00
    #Visual Studio 2010的项目({FAE04EC0-3 ......


  4.   
  5. 更​​改版本11.0至10.0版本和Visual Studio 2010至2008年


      
      

    它应该是这个样子:

     微软的Visual Studio解决方案文件格式版本10.00
    #Visual Studio 2008的项目({FAE04EC0-3 .....


  6.   

I am working with C# Windows application . I've recently converted a Visual Studio 2008 project to the new Visual Studio 2012 project . Now I have to downgrade this project to Visual Studio 2008 . Is there any way to downgrade this project?

解决方案

Well 2012 is compatible with 2010, i am not sure this would work but i found this on how to go back from 2010 to 2008, hope it works for you with 2012 (Original Link):

  1. Make back up of your .sln file

  2. Open your VS 2010 .sln in notepad.

    It should look something like this:

    Microsoft Visual Studio Solution File, Format Version 11.00 
    # Visual Studio 2010  Project("{FAE04EC0-3 ......
    

  3. Change the Version 11.0 to Version 10.0 and the Visual Studio 2010 to 2008

    It should look something like this:

    Microsoft Visual Studio Solution File, Format Version 10.00 
    # Visual Studio 2008  Project("{FAE04EC0-3 .....
    

这篇关于如何降级从Visual Studio 2012项目到Visual Studio 2008的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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