I was wondering how I can make a enumeration accesable Solution wide? I have a Solution that has 3 projects in it. I have some Enumerations that I need to use in all three Projects. I have been updating the enumerations in one project and cut/pasting into the others.. I know theres gotta be a way to make ONE enumeration accessable to all projects in a single solution? How do I do this if it's possible?
