Revision: | 34 |
Committed: | Wed May 9 11:29:33 2012 UTC (11 years, 1 month ago) by william |
File size: | 427 byte(s) |
Log Message: | + add settings upgrade subscriber support (needs to be called in a static constructor for types that are always used) |
# | User | Rev | Content |
---|---|---|---|
1 | william | 5 | <?xml version='1.0' encoding='utf-8'?> |
2 | william | 34 | <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="RomCheater.Properties" GeneratedClassName="Settings"> |
3 | <Profiles /> | ||
4 | <Settings> | ||
5 | <Setting Name="UpgradeRequired" Type="System.Boolean" Scope="User"> | ||
6 | <Value Profile="(Default)">True</Value> | ||
7 | </Setting> | ||
8 | </Settings> | ||
9 | </SettingsFile> |