Following up on my previous question:
VS2010 DTE Addin: project inside solution folder is not "Project"
I successfully found all my projects in the solution. However, the code also founds an extra item named "Miscellaneous Files". It's Kind
is different to the solution folders and the projects as well, but there are no more constant kinds fixed in the ProjectKinds
class (for that matter there isn't one for "Projects" either...)
- What is this item?
- Should I be concerned about this?
- Why are there no more constants in
ProjectKinds
?