I have visual studio plugin which was working in 32 bit visual studio that is 2019 and older version. Now i want support visual studio 2022 64 bit. For this is i need to have two vsix like one for 2019 and older version and one for 2022 version. Or with a single vsix can we target 2022 and older versions.
I am following visual studio documentataion, as it mentioned there i created shared project and two vsix projects are there one to target 2019 and older version and one to target for 2022 version. I have doubt like if we have two vsix projects is it possible to build one vsix or both vsix projects will generate two dll separately. Any suggestion how it will be build having two vsix project and shared project if we build solution.