I have a winRT app that plays music, I want to enable background audio. My MediaElement is in [Solution]\Player\PlayerView.xaml
What should startup page be in the Background Taks properties?
I've tried: PlayerView.xaml, Player\PlayerView.xaml with no luck, maybe I am missing some other properties?
Thank you,