I have a solution with a web site project and two library projects (.dll). The web site has references to the two dlls. The references are added as project references. The web site also has a binary reference to log4net.dll.
When we build the solution the pdb files from the two project references is automatically added to TFS source control under the web site Bin folder.
How can I prevent this from happening?
Peter B. Frederiksen