The imported project “C:\Microsoft.CSharp.targets” was not found

后端 未结 16 1971
挽巷
挽巷 2020-11-29 21:46

I got this error today when trying to open a Visual Studio 2008 project in Visual Studio 2005:

The imported project \"C:\\Microsoft.C

16条回答
  •  离开以前
    2020-11-29 22:27

    I used to have this following line in the csproj file:

    
    

    After deleting this file, it works fine.

提交回复
热议问题