I had one Windows Store Project then i changed the type of project to Class Library, and create another Windows Store Project that get Reference from that library, now i changed the appmanifest Entry Point to the Core.App but doesn't work.
I need to create x projects that works with the Core project, these other projects only will have differents manifest but no code.
It's possible to do this, doing "Add file as Link" to the new project, but this work is too manual