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

</Application>