摘要:1.用记事本打开 解决方案 .sln 把Microsoft Visual Studio Solution File, Format Version 10.00(把10.00 修改为 9.00)2.用记事本打开 其他模块.csproj 把<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 修改为<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
阅读全文