summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/winrt/cli/uwp/App.xaml
blob: 282ad5397274c48cc88bff655844011415b7b4fb (plain)
1
2
3
4
5
6
7
8
<Application
    x:Class="PjsuaCLI.UI.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:pjsua_cli_uwp"
    RequestedTheme="Light">

</Application>