/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
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Yama.Properties" GeneratedClassName="Settings">
- <Profiles />
- <Settings>
- <Setting Name="WinHeight" Type="System.Double" Scope="User">
- <Value Profile="(Default)">600</Value>
- </Setting>
- <Setting Name="WinWidth" Type="System.Double" Scope="User">
- <Value Profile="(Default)">1000</Value>
- </Setting>
- <Setting Name="WinTop" Type="System.Double" Scope="User">
- <Value Profile="(Default)">0</Value>
- </Setting>
- <Setting Name="WinLeft" Type="System.Double" Scope="User">
- <Value Profile="(Default)">0</Value>
- </Setting>
- <Setting Name="WinState" Type="System.Windows.WindowState" Scope="User">
- <Value Profile="(Default)">Normal</Value>
- </Setting>
- <Setting Name="Repeat" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
- </Setting>
- <Setting Name="Shuffle" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">False</Value>
- </Setting>
- <Setting Name="Volume" Type="System.Double" Scope="User">
- <Value Profile="(Default)">5</Value>
- </Setting>
- <Setting Name="MenuBarVisibility" Type="System.Windows.Visibility" Scope="User">
- <Value Profile="(Default)">Collapsed</Value>
- </Setting>
- <Setting Name="DetailsPaneVisibility" Type="System.Windows.Visibility" Scope="User">
- <Value Profile="(Default)">Visible</Value>
- </Setting>
- <Setting Name="FirstRun" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
- </Setting>
- <Setting Name="Sources" Type="System.Collections.Specialized.StringCollection" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="Tracks" Type="System.Collections.ObjectModel.ObservableCollection" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="ColumnWidths" Type="System.Collections.Hashtable" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="ColumnVisibilities" Type="System.Collections.Hashtable" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="ColumnIndices" Type="System.Collections.Hashtable" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="Test" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- </Settings>
- </SettingsFile>