Yesterday, I was confronted with an error envolving Web Application Projects (WAP). We installed the WAP plugin in our developers machine, but when the build runs in the build server (Team Foundation Build) we get the error
The imported project "C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" was not found.
To solve the problem, I just copied my local folder C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\WebApplications folder to the build server at the same location. After solving the problem, I Googled for some more information and the cause of it, and found this post that talks about it.