summaryrefslogtreecommitdiff
path: root/src/YalpClients/WebClient/App.xaml
diff options
context:
space:
mode:
authorManuel Traut <manut@vogone.traut>2009-12-27 16:11:21 +0100
committerManuel Traut <manut@vogone.traut>2009-12-27 16:11:21 +0100
commitcfbb5a8b9b4105793dc54974965aecc620adeed8 (patch)
treea2099bfc722c2aeee5861faeeb87c3c1f473e23e /src/YalpClients/WebClient/App.xaml
parentb794b9e4f98fc8ed1809953d9303b219d5aebc1d (diff)
parentc62ff958823168d7622b397609220db8b67fa731 (diff)
Merge branch 'damba' of ssh://mecka.net/home/git/yalp into damba
Conflicts: build.xml server.policy Signed-off-by: Manuel Traut <manut@mecka.net>
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>