如何将VS 2010解决方案(具有多个项目)转换为VS 2005解决方案 [英] How to shift a VS 2010 solution (having multiple projects) to VS 2005 solution

查看:77
本文介绍了如何将VS 2010解决方案(具有多个项目)转换为VS 2005解决方案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
1-如何将VS 2010解决方案(具有多个项目)转换为VS 2005解决方案?
我没有使用.Net,它是一个C ++项目.
2-我在每个项目文件夹中都有一个".vcxproj"文件.如何将".vcxproj"文件更改为".vcproj"文件?
谢谢...

Hi all,
1-How to shift a VS 2010 solution (having multiple projects) to VS 2005 solution?
I am not using .Net, it''s a C++ project.
2-I have a".vcxproj" file in each project folder. How to change ".vcxproj" file to ".vcproj" file?
Thanks...

推荐答案

如果您使用的是.Net 4.0,那么您将很难做到这一点.
您需要将运行时更改为2.0,然后查看应用程序是否首先运行.
If you are using .Net 4.0, then you can''t do this very easily.
You will need to change the runtime to 2.0 and then see if the application works first.


请参阅此^ ]

jkchan
http://cgmath.blogspot.com [ ^ ]
see this http://social.msdn.microsoft.com/Forums/en/vsprereleaseannouncements/thread/4345a151-d288-48d6-b7c7-a7c598d0f85e[^]

jkchan
http://cgmath.blogspot.com[^]


您可以在VS10到VS08中使用它.但是我不确定VS05

打开.sln文件并进行以下更改

格式版本11.00->格式版本10.00
Visual Studio 2010-> Visual Studio 2008

保存更改.

也在.vcproj

Version ="10.00"->版本="9.00"

这应该做
但是,如果您拥有VS08和10的.sln和.vcproj文件,则可以通过compairing对其进行更改
他们.
You can do it for VS10 to VS08. But I''m not that sure about VS05

Open .sln file and make following changes

Format Version 11.00 -> Format Version 10.00
Visual Studio 2010 -> Visual Studio 2008

save the changes.

also in .vcproj

Version="10.00" -> Version="9.00"

this should do
But if you have .sln & .vcproj files of VS08 and 10 you can change it by compairing
them.


这篇关于如何将VS 2010解决方案(具有多个项目)转换为VS 2005解决方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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