Recreating a .fspro project from .bank files using Unity

Hi all! Does anyone know if it is possible to obtain a finished .fspro project from .bank files using scripts written in C#?

I mean, I can load .bank files into Unity, but since Unity can fully parse any .bank files, can I get a .fspro project made up of the contents of those .bank files?

If this is possible, could you help me write such a script?