How to determine the project type in visual studio

前端 未结 5 1908
一生所求
一生所求 2020-12-02 14:23

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

5条回答
  •  半阙折子戏
    2020-12-02 14:49

    I think if you go to the properties window of your project you will see the information following this image below.

    enter image description here

    Please look at the output type. It shows Class library. If your project shows windows application then the output is a Windows Application.

提交回复
热议问题