I have a vspackage that I want to define in multiple vsct files. So for example, I have 2 buttons under the same package but i want to define the 1st one in a.vsct and the second in b.vsct. I tried
a.vsct: ... ..
b.vsct: ... ..
am I doing this wrong