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?
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).
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.