DUMPBIN recognises as a library (also called an archive) any file that begins with the first 8 bytes of the C-language string
"!<arch>\n"
Microsoft defines this signature symbolically as IMAGE_ARCHIVE_START in the WINNT.H header from the Platform SDK.