I have a POS solution that needs to be deployed to different stores. I want to create 1 master POS and then deploy to the individual stores. Currently each store's file is names POS1, POS2, POS3.... etc but I now want to create a master POS to make it easier to make the changes at each store. Can I do this? by pointing Development server POS and then the stores Production server file as POS1 ? Then for the next store Development server POS -> Production server POS2