I got this error today when trying to open a Visual Studio 2008 project in Visual Studio 2005:
The imported project "C:\Microsoft.CSharp.targets" was not found.
I got this error today when trying to open a Visual Studio 2008 project in Visual Studio 2005:
The imported project "C:\Microsoft.CSharp.targets" was not found.
For errors with
Microsoft.WebApplications.targets
, you can:Microsoft.WebApplication.targets
” from development machine file to TFS build machine.Here's the post.
I used to have this following line in the csproj file:
After deleting this file, it works fine.