I read about this question on referencing one project into another and this question on creating multiple targets for an application, but none really answers my question.
How can I output two different applications where the only difference is the application name, icon and splashscreen? Everything else would be the same apart from some small details that I handled with conditional compilation symbols.
I have four configurations: App1_Debug
, App1_Release
, App2_Debug
and App2_Release
, so ideally the output would be based on the active configuration.