/Settings Migrator Tester/App.xaml

http://yet-another-music-application.googlecode.com/ · XAML · 28 lines · 7 code · 1 blank · 20 comment · 0 complexity · da96f1a46aed2720e472423e97f60695 MD5 · raw file

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