How to determine the project type in visual studio

前端 未结 5 1905
一生所求
一生所求 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:41

    If the .csproj file has no

    As Alex McMillan has pointed out, you could not be able to find the element.

    The first answer is correct, except for .dll Library Projects, Console Applications and WinForms Applications as far I know.

    They contain (followed by: Library or Exe or WinExe)

    and do not contain .

提交回复
热议问题