I try to build a windows 10 universal App with Visual Studio in c# and xaml.
But I get the error:
[...].csproj : XamlCompiler error WMC1012: A project cannot have more than one ApplicationXaml item
What does it mean? I only have one App.xaml in my project. Do you have a tip for me?