diff options
Diffstat (limited to 'libs/tdlib/td/example/uwp/app/App.xaml')
-rw-r--r-- | libs/tdlib/td/example/uwp/app/App.xaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/tdlib/td/example/uwp/app/App.xaml b/libs/tdlib/td/example/uwp/app/App.xaml deleted file mode 100644 index b4256fd441..0000000000 --- a/libs/tdlib/td/example/uwp/app/App.xaml +++ /dev/null @@ -1,7 +0,0 @@ -<Application - x:Class="TdApp.App" - xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" - xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:local="using:TdApp" - RequestedTheme="Light"> -</Application> |