Revision: | 34 |
Committed: | Wed May 9 11:29:33 2012 UTC (11 years 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) |
# | Content |
---|---|
1 | <?xml version='1.0' encoding='utf-8'?> |
2 | <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> |