We have various solutions with various numbers of projects in them. All checked in to a Team Foundation Server source control thing. Most of them builds as Class Libraries.
Anyways, we now want to use some 3rd party external assemblies in our project. And I am wondering how to best do that. Cause we of course want to have those assemblies so that everyone can build without trouble, and also so that we know where we have them. So I am thinking that they should be in the source control with the rest of the code. Which they probably should be. But where? Where do you put stuff like this?
I put the first one in a folder in one of the projects, but I see now that that is perhaps a not so good idea, since I would like to use them in many of the other projects as well. So what do i do? Should I create an empty bogus project for external assemblies? Should I just create a folder for them in source control? How do you guys organize these things?