Here is my problem. I made a WP7 application. I copied the project folder of this application in order to make a similar application without having to re-write the same code.
On the copied project, I changed the assembly information etc.., and I also modified the manifest.
The thing is that I can't deploy the copied project on my phone without erasing the original one. Seems like the copied app replaces the original one. There must be some application identifier to change or something, but I can't find out what/where it is.. Is there a way to fix this, or do I have to start a new project from scratch and copy the files I need?
PS: Don't need to make a class library as it is mainly for testing purposes