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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -