In Visual Studio 2013 I'm making a VsPackage that makes calls to an external cross compiler tool which can build for windows or linux.
I'd like to add linux32 and linux64 as selectable platforms when my vspackage is installed (in addition to the already present Win32 and x64). The user should not have to manually add any platforms themselves (my vspackage should initialize the platforms ready for them to select).
Please, how do I do this?