What is the significance of ProjectTypeGuids tag in the visual studio project file

Posted by sudarsanyes on Stack Overflow See other posts from Stack Overflow or by sudarsanyes
Published on 2010-05-26T09:17:00Z Indexed on 2010/05/26 9:21 UTC
Read the original article Hit count: 331

What is the significance of the ProjectTypeGuids tag in a visual studio project?? When I created a WPF application, i am seeing two guids in here.

{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}

Does these represent WPF and Windows type of applications?

If I create my own project type (.myproj) that has .xaml and .cs files, what should I fill in this ProjectTypeGuids tags? Should I also need to fill the ProjectType tag?

It would also be better if someone differentiate the ProjectType and ProjectTypeGuids tags.

P.S. I am using Visual Studio 2010 RC currently

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf