Converting VS2012 Solution to VS2010

前端 未结 7 1256
伪装坚强ぢ
伪装坚强ぢ 2020-11-27 09:25

I\'m working in VB project with VS 2012 and after finish I try to add setup project.

I didn\'t find it (because the Setup Project was discontinued after VS2010) so

7条回答
  •  离开以前
    2020-11-27 09:54

    Simple solution which worked for me.

    1. Install Vim editor for windows.
    2. Open VS 2012 project solution using Vim editor and modify the version targetting Visual studio solution 10.
    3. Open solution with Visual studio 2010.. and continue with your work ;)

提交回复
热议问题