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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -