Nuclex.Support/Source/Settings
2014-07-20 22:53:03 +00:00
..
ConfigurationFileStore.cs Changed the format of how the parsed configuration file is stored in memory - lines are now part of the categories, avoiding a costly scan over the whole array if lines are added to a category in the middle 2014-07-20 22:53:03 +00:00
ConfigurationFileStore.Parsing.cs Changed the format of how the parsed configuration file is stored in memory - lines are now part of the categories, avoiding a costly scan over the whole array if lines are added to a category in the middle 2014-07-20 22:53:03 +00:00
ConfigurationFileStore.Test.cs Changed the format of how the parsed configuration file is stored in memory - lines are now part of the categories, avoiding a costly scan over the whole array if lines are added to a category in the middle 2014-07-20 22:53:03 +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 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.Test.cs Added some unit tests; the configuration file parser can now parse categories 2014-07-20 12:42:09 +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 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.Test.cs Added some unit tests; the configuration file parser can now parse categories 2014-07-20 12:42:09 +00:00