Hello I have a messy code with dlls everywhere
is there any way to change the dlls directory like this?
Current Dll Location: Foldername\DllName.Dll
I want the dll location to be here
Foldername\Dlls\DllName.Dll
how do I do this without ruining the code directories?
Thanks,