XNA Game Studio somehow extended the properties window in Visual Studio with two new combo boxes, "Importer" and "Processor". These combo boxes contained the available importers and processors defined in code in the current solution, and when these fields were changed, the setting was saved to the corresponding item's metadata in the project file.
I'm curious about how they achieved this? Any information would be appreciated.