How to find out what type of project I have in Visual Studio 2010

visual studio 2010

Someone sent me a project and I want to create the same type of project (like… WCF Application or Portable Service Class). I've looked around Visual Studio 2010 and don't see any obvious place where it's stated what type it is.

Does anyone have an answer?

Thanks.

Best Answer

Open the project file in a text editor - there is a ProjectGuid element which identifies the type of project.

See this list that maps some of these guids to project types.