In my application, I load some assemblies dynamically, depending on what was the user's choice. Naturally, these are not referenced in the project. When publishing with ClickOnce, these assemblies are not included in the package.
The question is - is it possible to trick the ClickOnce publisher to use some other files not referenced in the project?