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
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.