I usually work on multi-project solutions in visual studio. Since the solutions themselves are not stored in the repository, I spend some time adding in the various projects via visual studio(from a list which is part of the 'parent' project). I am wondering if I can acommplish this via a script. ie: 1. create a solution. 2 add projects to that solution.
I have a supplementary I need to add to the above question. I can use the File.AddProject from within the command window of visual studio(assuming you have a project open). I can also use File.OpenExistingProject from outside of visual studio using devenv /command .. Now the only missing piece is how do I add exisitng project to the project(solution) that is open, from outside of visual studio.