Using Visual Studio 2017.
I've been thinking about what is a minimal maintenance solution as future development happens, with which I can add new drawables, resources, etc to NW. Then based on some flags, either in config or in code or some other technique I'm hoping will be suggested here, I simply build NW_USA, NW_UK, etc and I have all the apk's which I want, each functioning like a standalone subset of my original NW app.
Reusing my .cs files is straightforward as they can be added into additional projects. However, I'm struggling to figure out how to make this happen so I don't have to make changes like adding drawables and add strings to my .resx files, etc to each version.
Inputs appreciated.