I'm creating a vsprops file to contain include and lib paths that are common to all projects in my solution.
However, I have platform specific paths for the lib paths which can be Win32/x64. Is it possible to put these settings in one vsprops file? Or do I have to create a different vsprops file for each platform and then spend time with the Property Manager in visual studio to ensure the correct ones are referenced?
No, there doesn't seem to be a way, I ended up creating two different vs props files.