/Application/Properties/Settings.settings

http://yet-another-music-application.googlecode.com/ · MSBuild · 57 lines · 57 code · 0 blank · 0 comment · 0 complexity · b3b16cbeba5dc51eb565e3ded3a1211b MD5 · raw file

  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Yama.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="WinHeight" Type="System.Double" Scope="User">
  6. <Value Profile="(Default)">600</Value>
  7. </Setting>
  8. <Setting Name="WinWidth" Type="System.Double" Scope="User">
  9. <Value Profile="(Default)">1000</Value>
  10. </Setting>
  11. <Setting Name="WinTop" Type="System.Double" Scope="User">
  12. <Value Profile="(Default)">0</Value>
  13. </Setting>
  14. <Setting Name="WinLeft" Type="System.Double" Scope="User">
  15. <Value Profile="(Default)">0</Value>
  16. </Setting>
  17. <Setting Name="WinState" Type="System.Windows.WindowState" Scope="User">
  18. <Value Profile="(Default)">Normal</Value>
  19. </Setting>
  20. <Setting Name="Repeat" Type="System.Boolean" Scope="User">
  21. <Value Profile="(Default)">True</Value>
  22. </Setting>
  23. <Setting Name="Shuffle" Type="System.Boolean" Scope="User">
  24. <Value Profile="(Default)">False</Value>
  25. </Setting>
  26. <Setting Name="Volume" Type="System.Double" Scope="User">
  27. <Value Profile="(Default)">5</Value>
  28. </Setting>
  29. <Setting Name="MenuBarVisibility" Type="System.Windows.Visibility" Scope="User">
  30. <Value Profile="(Default)">Collapsed</Value>
  31. </Setting>
  32. <Setting Name="DetailsPaneVisibility" Type="System.Windows.Visibility" Scope="User">
  33. <Value Profile="(Default)">Visible</Value>
  34. </Setting>
  35. <Setting Name="FirstRun" Type="System.Boolean" Scope="User">
  36. <Value Profile="(Default)">True</Value>
  37. </Setting>
  38. <Setting Name="Sources" Type="System.Collections.Specialized.StringCollection" Scope="User">
  39. <Value Profile="(Default)" />
  40. </Setting>
  41. <Setting Name="Tracks" Type="System.Collections.ObjectModel.ObservableCollection" Scope="User">
  42. <Value Profile="(Default)" />
  43. </Setting>
  44. <Setting Name="ColumnWidths" Type="System.Collections.Hashtable" Scope="User">
  45. <Value Profile="(Default)" />
  46. </Setting>
  47. <Setting Name="ColumnVisibilities" Type="System.Collections.Hashtable" Scope="User">
  48. <Value Profile="(Default)" />
  49. </Setting>
  50. <Setting Name="ColumnIndices" Type="System.Collections.Hashtable" Scope="User">
  51. <Value Profile="(Default)" />
  52. </Setting>
  53. <Setting Name="Test" Type="System.String" Scope="User">
  54. <Value Profile="(Default)" />
  55. </Setting>
  56. </Settings>
  57. </SettingsFile>