c# - How to find project type guid of existing projects -
i have solution containing multiple projects. went properties -> application -> in assembly information found 1 guid, checked guid on multiple sites find out type of project it. isn't matching of those. think guid need project type guid , not able find this. can project type guid? (i using vs-2013)
there no place in visual studio explicitly shows "project type guid", implicitly shown set of features available particular project.
the value found in "properties->application-> assembly information" value used assembly level guidattribute
assembly id com interop:
supplies explicit system.guid when automatic guid undesirable.
this id not related "project type guid" used vs enable/disable functionality.
note: partial lists of project types can found on multiple sites http://www.codeproject.com/reference/720512/list-of-visual-studio-project-type-guids , discussed in what project guids in visual studio solution file used for?.
Comments
Post a Comment