I would like to get a list of the files selected in "Miscellaneous Files". For regular projects, I am able to use Microsoft.VisualStudio.Project.ProjectNode.GetSelectedNodes(), but "Miscellaneous Files" isn't a ProjectNode (right?).
Environment: VS 2010 Shell project using mpfproj10
I'm able to get the uint itemID's of the selected items using IVsMonitorSelection. How do I get from itemID's to a file path?