Multiple binaries in same project?

I need 2 binaries for my project, the first is a bootstrap for the second one.

Do I need to create 2 distinct Xojo projects or can this be done as a single project so I can keep it all together?

You need 2 projects.

Xojo cannot do multiple projects within solution like Visual Studio (assuming this is what your asking basically).

2 Likes

thanks, that is exactly what i was asking!

Create 2 projects, build them, fuse the final products into just one main folder, merging theirs libs into just one “Libs” folder.

3 Likes

Have a look at https://blog.xojo.com/2021/08/19/xojo-projects-in-a-monorepo/