xssxss

一、用记事本打开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-09-11
  • 2021-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-09-11
  • 2021-09-11
  • 2021-04-26
  • 2022-01-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2021-05-24
相关资源
相似解决方案