Revision: | 8 |
Committed: | Sat Oct 22 08:58:41 2011 UTC (11 years, 11 months ago) by william |
File size: | 439 byte(s) |
Log Message: | ** initial support for themes (better put this in now, rather than having to do a major re-write later) |
# | User | Rev | Content |
---|---|---|---|
1 | william | 4 | <?xml version='1.0' encoding='utf-8'?> |
2 | william | 8 | <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="NexusPowerControl.Properties" GeneratedClassName="Settings"> |
3 | <Profiles /> | ||
4 | <Settings> | ||
5 | <Setting Name="ActiveThemeName" Type="System.String" Scope="User"> | ||
6 | <Value Profile="(Default)">AeroLowRes</Value> | ||
7 | </Setting> | ||
8 | </Settings> | ||
9 | </SettingsFile> |