Suppose I have some common settings (i.e. email addresses, paths, etc) between some FB projects. What's the best practice for loading up these settings in my projects. I would rather not have to create the same variables over and over again in each project (i.e. and then load the settings up from some ini file). I'm trying to make my builds very modular and componentized so any suggestions would be helpful.
Thanks