I couldn't get the solution to build in VS 2022 with Microsoft.VisualStudio.SDK 16.0.204, upgrading to 17.0.31902.203 solved the issue (I was hitting the error described in this issue)
VS 2022 is an amd64 binary, which is why I added a new InstallationTarget with that architecture
This change adds VS 2022 support.
Notes:
I couldn't get the solution to build in VS 2022 with
Microsoft.VisualStudio.SDK
16.0.204, upgrading to17.0.31902.203
solved the issue (I was hitting the error described in this issue)VS 2022 is an amd64 binary, which is why I added a new InstallationTarget with that architecture