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

后端 未结 3 537
挽巷
挽巷 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:27

    I don't know whether it's feasible within "normal" build rules, but you could add post-build steps which basically moved the files. It would be ugly, but it should work.

提交回复
热议问题