简体   繁体   中英

How to open a VS2010 solution in VS2012 without migrating or changing any file?

I work in a team who use Visual Studio 2010. I started using Visual Studio 2012 to work in our VS2010 solution. I understand that VS2012 can open a VS2010 solution and keep the compatibility with VS2010. However I noticed that VS2012 made changes to all the .sln, .csproj file. Plus every .datasource in the webreference folder & a few .Designer.cs files. After these changes, VS2010 can still open the solution.

However my concern is that when the other developers get the latest code, they will load a bunch of files which shouldn't be modified and they will be alarmed.

I can't go through explaining that the modified files are OK or the modifications won't hurt anything... because I am supposed to be using VS2010.

Is there a way to use Visual Studio 2012 and keep ALL the files untouched when opening for the first time? I guess using VS2012 in 100% VS2010 compatibility mode, if such thing exists.

With only a few exceptions projects in VS2012 are backward compatible with VS2010.

This question has been answered before in a bit of a different way.

Also look at the Compatibility for VS2012 It should help you determine if changes you are making will affect your coworkers.

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