I use VS2010 and Sharepoint 2010 projects. I have an VS 2010 Addin, and I need detect type project programmatically.
I edit my csproj (for Sharepoint Project), and I have seen this ProjectTypeGuids:
{BB1F664B-9266-4fd6-B973-E1E44974B511};{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
Any FULL list of known project type Guids, included Sharepoint projects?
How can I get ProjectTypeGuids programmatically for my EnvDTE.Project in C# ?
References:
List of known project type Guids
http://www.mztools.com/articles/2008/mz2008017.aspx
What is the significance of ProjectTypeGuids tag in the visual studio project file
http://social.msdn.microsoft.com/Forums/en/vsx/thread/d9d05cdc-96a1-4044-95d8-a4f8885a660a
What is the significance of ProjectTypeGuids tag in the visual studio project file