I am trying to build FLTK on x64 platform in VS13 environment. It's a large solution with many projects and I would like to convert them all - so far so good, there are many tutorials how to do it. The problem is that the conversion fails to keep all my individual projects setting, e.g Intermediate Directories under Configuration Properties even though I have "Copy settings from: Win32" selected.
Building fails because in the original settings each project has it's own Intermediate Directory but after the change everything is one folder, so is the .pbd files (which is reduced to one file). Probably there are more problems.
Is there a way to keep all the Win32 settings? There are tons of projects and converting them one by one would be an overkill.