What does the Microsoft.WebApplication.targets import do in VS 2010 web application projects?

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-04-28T00:41:54Z Indexed on 2010/04/28 0:43 UTC
Read the original article Hit count: 332

Visual Studio 2010 seems to insist on having this import in web application projects

<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />

What does this import give us and is it really required?

On a side note if you remove this import with a text editor Visual studio will re-add it.

The reason i am asking is when the project is compiled on a build server that target does nor exists because visual studio is not installed.

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about import