CRT
It describes
MT,MTd,MD,MDd
C runtime (CRT) and C++ standard library (STL) .lib files
dumpbin /directives lib\Release\sherpa-onnx-c-api.lib | findstr RuntimeLibrary
for %f in (*.lib) do @echo %f & dumpbin /directives "%f" | findstr RuntimeLibrary