Hi,
Is anyone working on the more "advanced" features of visual studio 2005 projects? I'm especially talking about the inheritance of property sheets. That's a feature we at the research facility are using a lot, and actually it would be very cool if codeblocks would support that natively.
The property sheets are just xml files like the project files, but projects can "inherit" a property sheet, and the properties (build options, include dirs, ...) of the sheet will automatically be used (unless the project itself overwrites the settings off course). This is much more powerfull than template projects, because you can have a bunch of projects that inherit some property sheets, and if you change the sheet, all projects will automatically use the new settings.
Is the vc++ 8 solution parse code in the same files as the vc++ 7.1 one? Cause I was looking for it, but only found one for vc++ 7.1.
Great work on this project!
Greetz,
JeDi
Edit: I posted a feature request for the support of inherited settings in codeblocks:
http://forums.codeblocks.org/index.php?topic=2842