How to convert a VS 2010 solution back to 2008

后端 未结 8 1450
别那么骄傲
别那么骄傲 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条回答
  •  梦毁少年i
    2020-12-18 21:11

    as maZZoo tells, you have to replace those lines in .sln, but if you check you Output panel you may have an alert of using ToolsVersion="4.0", you have to replace that in the .csproj to:

    
    

提交回复
热议问题