Visual Studio 2008 - Add Reference

Posted by James Sun on Stack Overflow See other posts from Stack Overflow or by James Sun
Published on 2008-10-02T13:13:33Z Indexed on 2010/04/14 0:33 UTC
Read the original article Hit count: 638

When adding a DLL as a reference to an ASP.Net project, VS2008 adds several files to the bin directory. If the DLL is called foo.dll, VS2008 adds foo.dll.refresh, foo.pdb and foo.xml. I know what foo.dll is :-), why does VS2008 add the other three files? What do those three files do? Can I delete them? Do they need to be added in source control?

© Stack Overflow or respective owner

Related posts about version-control

Related posts about visual-studio-2008