summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdOfflineProvider/App.xaml
blob: a23f243a49a6e35ad58d751173efaf620b1ae935 (plain)
1
2
3
4
5
6
7
8
<Application x:Class="DotNetOpenAuth.OpenIdOfflineProvider.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="MainWindow.xaml">
    <Application.Resources>
         
    </Application.Resources>
</Application>