The DLL Build Output

When a DLL is built, two library files are created:

Both files have the same basename as the library project by default.

Your library routines are contained in the file projectname.DLL located in the default directory for your project, unless you specified another name and location. Your import library file is projectname.LIB, located in the default directory for your project.