Whenever I create a new ASP Web project in Visual Studio 2013 I get the following error:
Error 1 The imported project "C:\Program Files
(x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets"
was not found. Confirm that the path in the <Import> declaration is correct,
and that the file exists on disk.
I know that by fixing it you go into the csproj
file and comment out the line in which <Import>
is on but I have to do that for every new project, is there another way I can fix this so that I don't get this error for new projects?