summaryrefslogtreecommitdiff
path: root/App.xaml
blob: 49d2bd9f3b40ca682f426feaf75b69760de99937 (plain) (blame)
1
2
3
4
5
6
7
8
9
<Application x:Class="HTPC_Launcher.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:local="clr-namespace:HTPC_Launcher"
             StartupUri="MainWindow.xaml">
    <Application.Resources>
         
    </Application.Resources>
</Application>