转自:http://topic.csdn.net/u/20090406/10/9a34f6fe-50a4-4411-80fe-3ec111f0744c.html

 

 

一、用记事本打开sln文件,将:
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
改成:
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005

二、用记事本打开csproj文件,将:
<Project ToolsVersion="3.5" DefaultTargets="Build" 
中的ToolsVersion="3.5"删除
然后将:
<Import Project="$(MSBuildToolsPath)
改为:
<Import Project="$(MSBuildBinPath)

相关文章:

  • 2021-04-01
  • 2021-07-15
  • 2021-07-25
  • 2021-07-13
  • 2022-02-14
  • 2021-07-08
猜你喜欢
  • 2022-12-23
  • 2021-05-19
  • 2021-06-14
  • 2021-11-29
  • 2021-04-05
  • 2021-09-27
  • 2021-07-15
相关资源
相似解决方案