Nuclex.Support/Source/Settings
Markus Ewald b1b1f02e6f Removed the last traces of Windows Phone 7 and Xbox 360 support
git-svn-id: file:///srv/devel/repo-conversion/nusu@314 d2e56fa2-650e-0410-a79f-9358c0239efd
2014-07-22 08:50:05 +00:00
..
ConfigurationFileStore.cs Options can now be removed from a configuration file; added more unit tests to cover all the code paths 2014-07-21 10:33:24 +00:00
ConfigurationFileStore.Parsing.cs Simplified the parsing code; all code paths of the configuration file store are now covered by tests 2014-07-21 12:03:22 +00:00
ConfigurationFileStore.Test.cs Fully implemented the memory store and added unit tests for it 2014-07-21 12:58:33 +00:00
ISettingsStore.cs Renamed the configuration namespace to settings; more progress on the configuration file parser; partially implemented the memory settings store 2014-07-19 22:16:41 +00:00
MemoryStore.cs Fully implemented the memory store and added unit tests for it 2014-07-21 12:58:33 +00:00
MemoryStore.Test.cs Fully implemented the memory store and added unit tests for it 2014-07-21 12:58:33 +00:00
OptionInfo.cs Renamed the configuration namespace to settings; more progress on the configuration file parser; partially implemented the memory settings store 2014-07-19 22:16:41 +00:00
WindowsRegistryStore.cs Removed the last traces of Windows Phone 7 and Xbox 360 support 2014-07-22 08:50:05 +00:00
WindowsRegistryStore.Test.cs Added some unit tests; the configuration file parser can now parse categories 2014-07-20 12:42:09 +00:00