Theres 4 different kinds of DLLs listed there:

Multi-threaded(/MT)
Multi-threaded Debug(/MTd)
Multi-threaded DLL(/MD)
Multi-threaded Debug DLL(/MDd)

The last one is the one that is already selected. Which one should I select?