I am trying to build a project with another project. There are a lot of libs in there and I am not sure where the required unreferenced symbols are present.
Is ther
This will output a file will all .lib files listed. You can copy and paste this or modify it according to your needs.
Save as a batch.
for %%f in (*.lib) DO echo|set /p=%%~f >> alllibs.txt