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

后端 未结 9 1268
孤独总比滥情好
孤独总比滥情好 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条回答
  •  旧时难觅i
    2020-11-27 14:12

    The .vproj file defines the project type, for example, the following defines a C++ project.

    The project tag also includes the compiler version.

提交回复
热议问题