Is there a way to disable the warning prompt that pops up when vs2010 finds a dll file locked by another user during a build? I’m using visual studio 2010 with TFS 2008.

Is there a way to disable the warning prompt that pops up when vs2010
Share
By default, TFS disables shared check-outs for binary files – this is enforced for any user, including the build process.
If you wish to enabled shared check-outs for all files, you can update the file extension list for mergeable files: see the Managing File Types article on MSDN.