Visual Studio 2008 - Add Reference
问题 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? 回答1: Source Control: Ben Straub said in a comment to this post: The .dll.refresh files should be added to the source control if required, while the