How to add multiple projects to an existing solution using GAT/GAX?
Hi, I'm building a software factory to automate the process of building the initial development solutionusing GAT/GAX. My kind of applications are module based so after creating the shell (for instance), I need to be able to add several modules. My Modules are composed by more than one project.
I've managed to create the solution with the shell project, but I'm having problems trying to create a template that let me specify more than one project.
Can someone help me please?
Thanks in advance Rui Silva
Rui M. P. Silva Wednesday, June 17, 2009 1:55 PM
What problem/error exactly are you facing? Visual Studio supports multi-project template (look at the .vstemplate documentation) which will allow you to unfold more than 1 project to an existing project. This is even true without using GAX at all.
thanks, -vga.Edit your T4 templates -> http://www.visualt4.com
vga Friday, June 19, 2009 5:11 AM
Hi Victor,
this should you explain. If I try I get the following result:
Adding a Multiproject- Template to a Single Project failed. Errormessage: Element is no projectmapfolder or projectmap.
Of course - It's a Solutionmap
Regards form Germany Oliver
Oliver Michalski Saturday, June 20, 2009 2:09 PM
Hi Rui,
again, it will not work without a wizard. Has anyone another solution, please post.I too would be interested in a solution