How to convert a VS 2010 solution back to 2008

后端 未结 8 1444
别那么骄傲
别那么骄傲 2020-12-18 20:43

We started using VS 2010 and were very happy with it, so we converted our project into a 2010 solution (still .net 3.5) and continued our development in 2010. However, we ar

8条回答
  •  一整个雨季
    2020-12-18 21:16

    You can manually edit .sln file in text editor. There is field named version, or like that, just change it from 10 to 9.

提交回复
热议问题