Parent Directory
|
Revision Log
+ add settings upgrade subscriber support (needs to be called in a static constructor for types that are always used)
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> |
ViewVC Help | |
Powered by ViewVC 1.1.22 |