I want to find the type of a project in visual studio. I found some information when I did research which didn't give any information on how to find the sub type of a WCF project when projecttypeGuid of the .csproj file is compared with the list present on MSDN website and in the below links. When I compare, i'm getting C# and Web application as project types but i have two projecttypeguid's that are separated with semicolon in my .csproj file, which didn't give a way to check what type of WCF project it is.
Some of the the links which I referred are :