I've a Visual Studio 2010 editor extension for XML files. I would like to restrict the scope of this extension to particular project types. For example, I want my XML Editor extension to work only in C# projects and not other kind of projects. Is there any way I can do this?
Thanks.