summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdOfflineProvider/App.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OpenIdOfflineProvider/App.xaml')
-rw-r--r--samples/OpenIdOfflineProvider/App.xaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/OpenIdOfflineProvider/App.xaml b/samples/OpenIdOfflineProvider/App.xaml
new file mode 100644
index 0000000..a23f243
--- /dev/null
+++ b/samples/OpenIdOfflineProvider/App.xaml
@@ -0,0 +1,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>