Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple output paths

Tags:

c#

.net

asp.net

How can I set up the VS so that it outputs the dll to multiple directories?

like image 553
user1245777 Avatar asked Jul 03 '26 05:07

user1245777


1 Answers

You can use VS post build events to copy the generated dlls.

something like:

copy $(TargetPath) new/path/to/dll/mydll.dll
like image 163
MByD Avatar answered Jul 04 '26 18:07

MByD



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!