No. You'll need to build separate packages for your customers.
I'd probably try to put as much code into shareable libraries as possible. You could also share code between projects for the different customers by linking the source code.
You may be build everything off of a single source tree by copying the customer-specific files and manifest (to get the right AppId) as a pre-build step, but I haven't tried that.