The distribution of assimp comes with a lib folder. This folder has the following sub folders :
assimp_debug-dll_win32
assimp_debug-dll_x64
assimp_release-dll_win32
assimp_release-dll_x64
Each of those folders has a single file, assimp.lib. How can I include the correct lib based on my configuration (debug/release)? Currently, assimp is in a folder outside of my project and I've added the paths to Tools->Options->VC++ Directories->Library files, but I'm not sure its working.