Unneeded library files in build

I’ve written a small API server and started with the example project ‘Eddie’s Electronics Web Service’. The example used SQLLite but I’ve written my version using MSSQL. I’ve removed 95% + of all the original code etc. now but the build folder still includes certain dll libraries I’m convinced are not required. Included for example are SQLLiteDatabase64.dll and xBarcode64.dll and RegExx64.dll
I cannot for the life of me find where these are referenced anywhere in my project. Can anyone guide me to where these might be found so I can remove them please?
Thanks

WebListbox requires SQLite. Unfortunately, the way Xojo’s “strip unused code” thing has been broken, even a totally empty web app includes SQLite.

Ahh! Ok, the extra 1.7Mb was playing on my mind but I’ll have to just let it go :slight_smile:
Cheers