I have a C# project with a bunch of dependencies, but I want to store them in another folder from where the executable is.
For example
WTEngine/
/bin
--Dependencies go here
/otherfolder
WTEngine.exe
How do I do that? I move them and the executable can't find them anymore