I am writing a program which uses an external DLL file. I have added a reference to the file, but the file path is stored as a absolute path which means I must always keep the file in the same place.
Is there any way to make that referenced DLL path relative to the project folder?
Is there any way to make that referenced DLL path relative to the project folder?