Maybe I need to change how I'm doing things. Right now, when I deploy a solution, if any of my tables related to other tables - even if my solution doesn't use those related tables - it requires that I add them to my Solution.
I have Production app and an Inventory app. Both use the Site table which has our all location information. My Inventory app requires that I have the table meant only for Production, because it relates to the Site table. Eventually I'll be at the point where every Solution I have that uses the Site table, will need every table for every unrelated app included! This can't be right and there must be something to change this.