DLL Dependencies

Hello, I am developing a ProjectWise plug-in for our CAD application. Is there a list of DLLs I need to redistribute? I tried to use the DLLs that have respective .LIBs in the SDK but my DLL failed to load. If I use ALL the dlls, my DLL loads. I would hate to have to use dependency walker on every DLL to find out which is needed.

Thank you

~Dan