visual studio - Convert project from 2008 to 2010 from shell -
Is there a way to replace the Visual Studio Project with Shell from 2008 to 2010? I need to create this during the continuous integration process.
I think it's just devenv.exe / solutionfile for solutions instead of [solutionfile .sln]
or devenv.exe / upgrade [projectfile.vcproj]
update.
And just seen, apparently a new tool is called vcupgrade.exe in 2010 which can also be used. See blog post for information about both methods.
Comments
Post a Comment