Sharing libs and resources

I am going to have multiple EXE files (windows desktop + helper apps.) in the same deployment-folder. Due to that I end up with multiple /resource and /libs folders, which works fine but doesn’t feel efficient deploying the same files multiple times. I wonder if there is an easy way to just share one /resource folder and one /libs folder.

Try renaming the folders to just Resources and Libs. Note that all of the apps must be built with the same version of Xojo.

Thank you Greg.