/Settings Migrator Tester/App.xaml
XAML | 28 lines | 7 code | 1 blank | 20 comment | 0 complexity | da96f1a46aed2720e472423e97f60695 MD5 | raw file
1<!--MainWindow.xaml 2 3 The Settings Migrator Tester application. 4 It is used to test the Settings Migrator by providing 5 an interface for loading and migrating settings files. 6 7 = = = = = = = = = = 8 9 Copyright 2012 Simplare 10 11 This code is part of the Stoffi Music Player Project. 12 Visit our website at: stoffiplayer.com 13 14 This program is free software; you can redistribute it and/or 15 modify it under the terms of the GNU General Public License 16 as published by the Free Software Foundation; either version 17 3 of the License, or (at your option) any later version. 18 19 See stoffiplayer.com/license for more information. 20 --> 21<Application x:Class="Stoffi.App" 22 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 23 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 24 StartupUri="MainWindow.xaml"> 25 <Application.Resources> 26 27 </Application.Resources> 28</Application>