Search code examples
c++vsprops

Can I have platform specific sections in my vsprops (Property Sheet) file?


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?


Solution

  • No, there doesn't seem to be a way, I ended up creating two different vs props files.