How Visual Studio Excludes Files from Web Projects

Posted Thursday, November 10, 2005 9:11 AM by C-Dog's .NET Tip of the Day
Since there is no longer a .csproj file, Visual Studio had to come up with a new way of excluding files.  Well this in fact is extremely lame.  It simply renames the file with a .exclude file extension.  This causes all sorts of warnings about SourceSafe not being able to support renames properly.  Quite lame.

Read the complete post at http://www.dotnettipoftheday.com/blog.aspx?id=22