amxmodx/installer/installtool/App.xaml
David Anderson a73ae02b7e Switch to WPF.
Former-commit-id: e75aa871e3
2013-02-19 00:27:10 -08:00

9 lines
322 B
XML

<Application x:Class="installtool.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>