Is there any way to convert Visual Studio project from 2008 to 2010 from shell? I need to make it during continious integration process.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think it’s just
devenv.exe /upgrade [solutionfile.sln]ordevenv.exe /upgrade [projectfile.vcproj]for projects rather than solutions.And just saw, apparently there’s a new tool in 2010 called vcupgrade.exe that can also be used. See this blog post for details about both ways.