MZ-Tools Articles Series: HOWTO: Get an EnvDTE.Project object from its project unique name

Ever wanted to retrieve an EnvDTE.Project from a given project unique name? Today I have discovered that you don’t have to iterate the projects of a solution to find it:

HOWTO: Get an EnvDTE.Project object from its project unique name
http://www.mztools.com/articles/2007/MZ026.htm

It happened that I was thinking about a Solution.GetProject method, but Microsoft gave it another name 🙂