aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.BootScreen/App.xaml
blob: abb909e5f4b16e1fb906ee7bb10804571aa1336c (plain)
1
2
3
4
5
6
7
8
9
<Application x:Class="Tango.PPC.BootScreen.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:local="clr-namespace:Tango.PPC.BootScreen"
             StartupUri="MainWindow.xaml">
    <Application.Resources>
         
    </Application.Resources>
</Application>