Wish Easier Bootstapping, multiple projects in only one folder

Cableguy

Expert
Licensed User
Longtime User
Hi EREL

In my current project I have the need to create 2 different projects, that will be tied by bootstrapping.
In order to test the bootstrapping behaviour I need to, at each debug compilation, copy the starting app into the second app folder, and run it...
So my wish would be for an easier way for bootstrapping, maybe by having a shared folder for the resulting compilations
 

Cableguy

Expert
Licensed User
Longtime User
My current project does this:
show a splash screen, after fadeIn, check if a settings file exists, if it doesn't, offers the chance to the user to create one.
then it fadesOut... after that, it should launch "app2"...
the easier way to be sure it will find app2, is to have app1 in the same folder, or am I wrong?
 
Top