As I understand it, you can have a few types of "Catalogues". I understand the "typical" scenario is to just have a Plugins directory alongside the hosting binary. This makes it necessary to copy files around... If I have a solution with several projects, one of them being the host application, and another one a plugin, can I make it work with just clicking the "play" button on Visual Studio? To simplify development... Maybe with project references?
Hello there,
As I understand it, you can have a few types of "Catalogues". I understand the "typical" scenario is to just have a Plugins directory alongside the hosting binary. This makes it necessary to copy files around... If I have a solution with several projects, one of them being the host application, and another one a plugin, can I make it work with just clicking the "play" button on Visual Studio? To simplify development... Maybe with project references?
Thanks!