I have two different executables that I want to build w/ the same source but in 2 different compilers, vs60 and vs2008. I have 2 different configurations w/ different options etc, but I want one to be version 1.0 and another 3.0. Anyway to do this easily using the same .rc file? I couldnt figure how to use the condition property of the VERSION. I did this years ago, but forgot. I tried defining a condition parameter, then adding it to the Preprocessor definitions in the configurations, but both executables always had the same version. Any ideas? TIA -C