I have a build utility project that contains a DLL that defines several custom build actions. I use these custom actions in solutions that reside in different TFS projects. I'd like to keep the source for the custom action DLL in source control, but I'm not sure where to put it. Is there a way to "share" the code across multiple projects without having to have multiple copies and maintaining changes in each consuming project?