This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/MobileApps/MyDriving/MyDriving.UWP/Resources/Resources.xaml

20 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-11-03 20:41:13 +00:00
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<BitmapImage x:Key="FacebookLogo" UriSource="ms-appx:///Assets/Login/facebook.png"/>
<BitmapImage x:Key="TwitterLogo" UriSource="ms-appx:///Assets/Login/twitter.png"/>
<BitmapImage x:Key="MicrosoftLogo" UriSource="ms-appx:///Assets/Login/Microsoft.png"/>
<BitmapImage x:Key="ApplicationLogo" UriSource="ms-appx:///Assets/Login/appLogo.png"/>
<BitmapImage x:Key="GetStarted1" UriSource="ms-appx:///Assets/GetStarted/SCREEN1.png"/>
<BitmapImage x:Key="GetStarted2" UriSource="ms-appx:///Assets/GetStarted/SCREEN2.png"/>
<BitmapImage x:Key="GetStarted3" UriSource="ms-appx:///Assets/GetStarted/SCREEN3.png"/>
<BitmapImage x:Key="GetStarted4" UriSource="ms-appx:///Assets/GetStarted/SCREEN4.png"/>
<BitmapImage x:Key="GetStarted5" UriSource="ms-appx:///Assets/GetStarted/SCREEN5.png"/>
<BitmapImage x:Key="Background" UriSource="ms-appx:///Assets/GetStarted/background.png"/>
<BitmapImage x:Key="Close" UriSource="ms-appx:///Assets/close64x64.png"/>
</ResourceDictionary>