How do you tell the Visual Studio project type from an existing Visual Studio project

后端 未结 9 1247
孤独总比滥情好
孤独总比滥情好 2020-11-27 14:04

Using Visual Studio 2005.

Is there anything in the .sln or .vcproj files (or anywhere else) that defines the project type / subtype?

Edit: What I mean is th

9条回答
  •  孤城傲影
    2020-11-27 14:33

    Double-click on "My Project" in the Solution Explorer, and look at the "Application type:" ComboBox. It tells you (and lets you change) the project type.

提交回复
热议问题