In addition to Matt's suggestion, I did this for free / paid versions of the same application.
This is pretty easy to do. Files to change between versions:
- badges
- screen saver
- mobile XML file in the Properties folder
The important thing in the XML file is the GUID that identifies your application. This GUID does not seem to be used in the Marketplace, but it is used in the debugger deployment functionality.
You can also use the project level #define to include / remove any other code that you want to distinguish between projects.
source
share