I’m using Projucer to manage the VS2022 solution which contains 3 formats: Standalone, VST, and VST3.
This defines a VS solution with the 3 formats, each represented by its .vcxproj in the solution. These each have their own Configuration Properties where the debug target command line can be defined.
I want to quickly change hosts, to debug the same format in different hosts.
Is there anyway to define extra alternate .vcxproj to be added to the project in Projucer?
If I manually duplicate the .vcxproj to contain the plugin host command lines I assume will be destroyed the next time I save the project in Projucer?