Hi, i tried googling this but couldnt find anything so maybe you guys can help me... What im trying to do is when my project is built, move the dlls to a subfolder so there not all cluttering up the folder with the exe in. ie:
I know how to do this for things like images etc... but not for Dlls :S.
Not all of my referenced dll's are copied locally but for the ones that are is there anyway to move them like this?
Please and Thanks,
Piercy
Code:
/MyProj.exe /Dll/Some.DLL /Dll/SomeOther.DLL
I know how to do this for things like images etc... but not for Dlls :S.
Not all of my referenced dll's are copied locally but for the ones that are is there anyway to move them like this?
Please and Thanks,
Piercy
Comment