how to change the location that the references dlls are copied to?

后端 未结 3 536
挽巷
挽巷 2021-01-24 05:39

i am using some libraries and i added a reference to that library dll and i set the \"Copy Local\" to true.
but i want to change the location of the dll to be a subfolder in

3条回答
  •  心在旅途
    2021-01-24 06:09

    Do you need it as a reference? Or is the reference only to copy the dll to the desired location?

    If you do not need the reference, try adding it to the project and setting it to always copy.

    Add the dll to a folder in the project and set to Copy to Output Directory http://web11.twitpic.com/img/146848312-ecfdeadf5b322fe755c7a764d6e6dbf0.4c69c2f0-full.png

提交回复
热议问题