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