How to change a Visual Studio project type?

后端 未结 5 1192
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-10 10:18

I finally figured out that Visual Studio keeps track of how you create a project (in other words which project template you select initially) and filters your options later

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-10 10:43

    Why do you want to change this?

    I would just add another project to the solution with the one you want, move the files, then remove the original project.

提交回复
热议问题