简体   繁体   中英

When opening a VS2013 solution in VS2015, will I be prompted/required to convert to the newer version?

We're investigating upgrading from VS2013 to VS2015 for C# and C++ solutions. Will opening a VS2013 solution in VS2015 require/suggest converting the project and/or solution files to the newer version, or will they just load with no mention that they are from an earlier version?

No. Starting at Visual Studio 2010 SP1, no solution conversion is required to open an old solution with a newer version of the IDE (and the other way around), and if all your projects are C# and C++, you'll be able to work with VS2015 just fine. Note however that additional data may be added to the solution file, but this will not break backwards compatibility (your soultion will still open in VS2013).

More information: Porting, Migrating, and Upgrading Visual Studio Projects

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