I am trying to use the VC2010 project references, which are the replacement for the old Project Dependencies dialog. What I am missing, however, is a way to let the referring project inherit the referred one’s include and library paths. Right now, I have to manually copy any extra paths I set in the referred project.
Any ideas?
You can use property sheets to abstract away the common compiler and linker settings. Both of your projects then would import the same property sheet.
See http://msdn.microsoft.com/en-us/library/ee662426.aspx