Is there a mechanism to allow one project to inherit setting from another project.
For example, project b depends on project a. Project a sets its include paths and compiler defines, which will be necessary for building project b. I'm looking for something similar to vsprops files in DevStudio 2005 or xcconfig files in XCode.
Such a facility is really handy when dealing with large numbers of projects (I'm working with about 200) since it allows certain settings - compiler optimizations flags, global defines, output paths, etc to be specified in a single location which all projects can share.