Update your visual studio solution on the command line with visual studio express

Is there a way to update a visual studio solution on the command line using visual studio express?

When I try to create an old solution with msbuild, I get a warning to update using "vcbuild / upgrade" or "devenv / upgrade". Both of them do not exist in VS Express 2012, and msbuild from this version does not include the / upgrade flag. I also found a solution suggesting using vcupgrade, which exists, but can only upgrade individual projects. In addition, the update fails in my case, while this is entirely possible using the GUI.

+6
source share

Source: https://habr.com/ru/post/955003/


All Articles