I'm moving frequently between D7 and D2009 with library code that works with both. For ease of going both ways, I'm routinely deleting all the D2009 additional files that get created, eg *.dproj etc such that on entry to D2009 I'm only ever taking D7 files. This is nice because D2009 automatically makes a *.dproj, *.dgroup etc and apart from a notification on entry to D2009 that each project has been upgraded you can build immediately.
I have two identical machines, each with D2009 on them. The 'good' one does what I've listed above, creating an upgraded project with the default build configurations 'base', 'debug' and 'release'. Looking in these, I can see my options copied from the Delphi 7 *.dof file (eg compilier options and output directory etc). Suddenly though, on the 'bad' machine with identical D7 projects supplied to it, although it 'upgrades' the projects it does not import the compiler options and output directory stuff. I've not fiddled with build configurations at all. I can manually import an option set saved on the good machine, but this is tedious and I'd like to hunt for why the 'bad' machine behaves in a different way. Is there a 'master' build configuration that might now have a time/date that makes D2009 think I want that instead on a default upgrade?
Thanks in anticipation. Brian