I have a winforms project which generates batch scripts given a specific xml file. I want to create a VS extension for this Winforms project so that I can do something like a right-click on the xml file or select the xml file and go to the Tools menu and select the extension and the scripts get auto-generated for me, instead of having to have this winforms installed, I would like to have it as an extension.
I'm totally new to VS extensions, I looked through some posts and blogs but could not really find a proper direction. Can someone guide me through with some links and/or examples.
P.S. A possible duplicate : Visual Studio Extensibility Resources
But it did not help me. :(
Thanks