Upgrade a visual studio solution on the command line with visual studio express

旧时模样 提交于 2019-12-22 06:10:32

问题


Is there a way to upgrade a visual studio solution on the command line with visual studio express?

When trying to build the old solution with msbuild I get a warning to upgrade with either "vcbuild /upgrade" or "devenv /upgrade". Both of them do not exist in VS Express 2012 and msbuild from that version does not include an /upgrade flag. I also found a solution proposing to use vcupgrade, which exists but can only upgrade individual projects. Also, the upgrade fails in my case, whereas it is completely possible using the GUI.

来源:https://stackoverflow.com/questions/19112374/upgrade-a-visual-studio-solution-on-the-command-line-with-visual-studio-express

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!