There's a list of references listed in the Property Pages for an ASP.NET website. Where is this list stored? When a reference is added, the DLL is added to the bin, but this list doesn't seem to be a list of DLLs in the bin folder.
We are having trouble needing to re-add references to a project after pulling it down from source control on a new machine, and trying to determine what needs to be included in source control to prevent the need to re-add everything.