How can I deploy more than one WP7 app with the same Visual Studio solution? What do I need to change to achieve this? Changing Xap file name and assembly GUID and title does not achieve it. In fact VS overrides the old one with new title but does not deploy a separate app
Background: We have a Lite and Pro app and I want to be able to deploy both versions onto the phone.
EDIT:
Trial API is not an option for us. We have thought about that but decided to not use it.