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

后端 未结 9 1243
孤独总比滥情好
孤独总比滥情好 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:12

    1. Right Click on Project of a solution.
    2. Open Properties -> Application Tab.
    3. On the right you can see 'Output Type' which defines your project type of an existing solution.

提交回复
热议问题