I am migrating a solution from VS 2010 to VS 2012. In "Migration Report", everything was successful, except for one warning:"Visual Studio needs to make non-functional changes to this project in order to enable the project to open in this version and Visual Studio 2010 SP1 without impacting project behavior."However, I can't open it in VS 2010. I found that if I change MinimumVisualStudioVersion to 10 in *.csproj, I will be able to open it in VS 2010, but VS 2012 will try to migrate the solution again. I could change the MinimumVisualStudioVersion value to that in which it will open the solution, but it would seem inappropriate to change the value manually each time I need to open the solution in one or the other version of Visual Studio.Type of solution is: Visual Studio Package
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results