Is there a way I can use devenv to create a new Visual Studio solution from a multi-project template that I made. There are lots of resources on building with the command line, but I can't seem to find anything on creating a new solution. I want to be able to open a new solution from the template from a code generator that I made, so that I can then generate code and add it to the "skeleton".
Thanks