summaryrefslogtreecommitdiff
path: root/src/YalpClients/WebClient/App.xaml
diff options
context:
space:
mode:
authorNicole Vreden <damba@slartibartfast.traut>2009-12-27 18:39:33 +0100
committerNicole Vreden <damba@slartibartfast.traut>2009-12-27 18:39:33 +0100
commit88eea903043e643204d1b9773ef40452fadfc56d (patch)
treefa5aad2f4cea5889b67731c7299b401aa0a96f28 /src/YalpClients/WebClient/App.xaml
parent4a1cbbae8c3362b35ef828179b36b6bb650ae1a5 (diff)
parent718a520c0faa92a357d0fb11e89ff4ea28bc63a3 (diff)
Merge branch 'damba' of ssh://mecka.net/home/git/yalp into damba
Diffstat (limited to 'src/YalpClients/WebClient/App.xaml')
-rw-r--r--src/YalpClients/WebClient/App.xaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/YalpClients/WebClient/App.xaml b/src/YalpClients/WebClient/App.xaml
new file mode 100644
index 0000000..48a0475
--- /dev/null
+++ b/src/YalpClients/WebClient/App.xaml
@@ -0,0 +1,8 @@
+<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ x:Class="VideoPlayer.App"
+ >
+ <Application.Resources>
+
+ </Application.Resources>
+</Application>