summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/winrt/cli/uwp/App.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/pjsua/winrt/cli/uwp/App.xaml')
-rw-r--r--pjsip-apps/src/pjsua/winrt/cli/uwp/App.xaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pjsip-apps/src/pjsua/winrt/cli/uwp/App.xaml b/pjsip-apps/src/pjsua/winrt/cli/uwp/App.xaml
new file mode 100644
index 00000000..282ad539
--- /dev/null
+++ b/pjsip-apps/src/pjsua/winrt/cli/uwp/App.xaml
@@ -0,0 +1,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>