I had created some custom menu items in VS 2010. It used to work fine when VSIX was installed in VS 2010.
Now I have opened my vsix solution in VS 2012, now when I deploy the VS 2012 generated VSIX on vs 2012 it doesn't show any custom menus.
also I am not able to open my vsixmanifest file in editor in VS2012, it opens as a normal xml file.
do I need to do any changes in my vsct file, when migrating code from VS 2010 to 2012?
Thanks
singhhome