In my Visual Studio 2008 web vbproj, I have included only certain files in the bin folder. I am using browserhawk and it needs to have some browser definition files (maindefs.bdd, etc...). I now always have them when I deploy the web app.
When I compile my application, VS automatically adds the newly compiled .dlls to the project. I have tried to use "Exclude from Project" on the files that were added, but after I clean the solution, it re-adds them again.
How can I disable this action?