I'm trying to add the libcURL library to a Visual Studio 2013 project. I've followed the steps in this question: Getting LibCurl to work with Visual Studio 2013
Everything seems to be working until I actually try running the project. When I do, I get a message saying "The program can't start because libcurld.dll is missing from you computer".
I've looked in curl's lib folder and don't see libcurld.dll, only libcurl.dll. My first though was that I typed the name wrong, but I'm not sure how this is possible since to add the library I've just been selecting directories and not typing file names. Can anyone suggest what might be causing this? Where can I find a list of all the .dlls Visual Studio requires to run my project?