summaryrefslogtreecommitdiff
path: root/external/rx/Rx/NET/Samples/Portable/SilverlightApplication/App.xaml
blob: 0b6e380b132ba79b9d2b578405456bd896604b85 (plain)
1
2
3
4
5
6
7
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>