Ended up creating separate directories for each exe with its own project and then soft linking to the src and images directories of the base.
On Jun 4, 2012, at 4:11 AM, David Junod wrote: > I have a single set of source files. > > I want to build two slightly different executables. > > One named appSingle and the other named appMulti. > > When building appSingle, I will define SINGLE and have some #if SINGLE code. > > When building appMulti, I will define MULTI and have some #if MULTI code. > > The problem is in the Info.plist. > > How do I manage that? MonoTouch insists on it being called Info.plist > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
