So I was working with a code base, where I was tryn to build a project, what I observed in the release directory, that we also have the lib for the same dll.
How is it possible? How can I configure the same on visual studio to build both dll and lib for my project at once.
EDIT : The code base that I am working with generates both dll and lib files. However my software uses just the dll files. Then why did we generate libs at the first place?