Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/NET/Samples/Portable/SilverlightApplication/App.xaml')
-rw-r--r--Rx/NET/Samples/Portable/SilverlightApplication/App.xaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Rx/NET/Samples/Portable/SilverlightApplication/App.xaml b/Rx/NET/Samples/Portable/SilverlightApplication/App.xaml
new file mode 100644
index 0000000..0b6e380
--- /dev/null
+++ b/Rx/NET/Samples/Portable/SilverlightApplication/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="SilverlightApplication.App"
+ >
+ <Application.Resources>
+
+ </Application.Resources>
+</Application>