How can I set up the VS so that it outputs the dll to multiple directories?
You can use VS post build events to copy the generated dlls.
something like:
copy $(TargetPath) new/path/to/dll/mydll.dll
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With