In an effort to nicely organize the 6 or so different platforms that our project covers, I'm looking for a way to extend visual studio 2005 so that I can have mare than just the standard list of target platforms for a project.
VS allows you to create your own solution platform by just entering any name you want, but for projects, it seems to be limited to a handful of built in options. What I'm after is a way to extended VS (either through macros or a plug-in) to add the extra platforms I need.
I don't mind if there is a fair bit of work for setting up compiler settings, project options etc. I just need a basic starting point for adding a new platform to that fixed list.