I have DTE.Project object - How do I get from there the Project Template Name?
I'm trying to detect the project template so I would be able to later on recreate it programmatically. if I have the name i can do it. Is that the right way to go?
I've already seen http://www.mztools.com/articles/2007/mz2007016.aspx, but not all projects have "projectTypeGuids", for example, Windows Forms Application and Console Application, and ProjectType and OutputType properties doesn't help me because they are the same for the aforementioned templates.
Thanks.