UWP uses lots of files from Assets folder.
When I add the UWP project as main start point to the package project, it doesn't move Assets and local files.
How should I handle this? What is the best practice?
Do I have to copy all files with the same folder structure to Package project? Or, is there a way I can configure for VS to handle those (even sync when changed)?