How to add multiple projects into visual studio solution programatically?
By using
Solution.addFromTemplate(template1);
Solution.addFromTemplate(template2);
It overwrites template1 so only project with template1 gets created.
How to add multiple projects into visual studio solution programatically?
By using
Solution.addFromTemplate(template1);
Solution.addFromTemplate(template2);
It overwrites template1 so only project with template1 gets created.