How can you determine the \"type\" of a project in Visual Studio?
For example, if a project is a class library, a web application project, a WinForms project, a WCF
I think if you go to the properties window of your project you will see the information following this image below.
Please look at the output type. It shows Class library. If your project shows windows application then the output is a Windows Application.