I need a setup like this:
+- /ApplicationFolder
+- /PluginsFolder
But since plugin1.dll refers to Core.dll and Shared.dll when compiling the application, it also removes a copy of “Copy.dll” and “Shared.dll” into the plugins folder, and if I delete them, don’t work anymore.
How can I solve this problem?
source
share