Question Deploying a referenced .dll to a subdirectory

Scribbly

Member
Joined
Jul 16, 2007
Messages
9
Programming Experience
3-5
I'm writing a windows application that is using some .dll files. I'm wanting it to be "portable" so wont be including an installer with it, and it seems to work OK like that at the moment: can unzip anywhere and run the exe fine. The issue I have is the .dll files I'm using in the project.

In VS I have them in various sub-directories, but when I build the application they are placed into the same directory as the exe.

What I really want is for them to be placed into a sub-directory of the one where the exe lives.

But I can't figure out how I set that path in VS??
 
Back
Top