简体   繁体   中英

Downgrade from Visual Studio-2012 to Visual Studio-2010

我在Visual Studio 2012中有一个项目,我想在Microsoft Visual Studios 2010中打开它。有没有办法从Visual Studio-2012转换为Visual Studio-2010或者我是否必须在2010年创建一个新项目并添加所有项目2012年项目的文件?

If you use .net 4.0, open the sln file and replace this code

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012

at beginning of the sln with

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010

Now open the sln in Visual Studio 2010.

If you used .net 4.5.x in VS2012 you are out of luck, because VS2010 only supports .net 4.0.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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