Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/08/09 17:05:17 (16 years ago)
Author:
epitzer
Message:

Numerous small changes, coding conventions, renames, mini refactoring (#548)

Location:
trunk/sources/HeuristicLab.Persistence/3.3/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/Properties/Settings.Designer.cs

    r1454 r1542  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3053
     4//     Runtime Version:2.0.50727.3074
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2828        [global::System.Configuration.DefaultSettingValueAttribute("")]
    29         public string customConfigurations {
     29        public string CustomConfigurations {
    3030            get {
    31                 return ((string)(this["customConfigurations"]));
     31                return ((string)(this["CustomConfigurations"]));
    3232            }
    3333            set {
    34                 this["customConfigurations"] = value;
     34                this["CustomConfigurations"] = value;
    3535            }
    3636        }
     
    3939        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    4040        [global::System.Configuration.DefaultSettingValueAttribute("")]
    41         public string customConfigurationsTypeCache {
     41        public string CustomConfigurationsTypeCache {
    4242            get {
    43                 return ((string)(this["customConfigurationsTypeCache"]));
     43                return ((string)(this["CustomConfigurationsTypeCache"]));
    4444            }
    4545            set {
    46                 this["customConfigurationsTypeCache"] = value;
     46                this["CustomConfigurationsTypeCache"] = value;
    4747            }
    4848        }
  • trunk/sources/HeuristicLab.Persistence/3.3/Properties/Settings.settings

    r1454 r1542  
    33  <Profiles />
    44  <Settings>
    5     <Setting Name="customConfigurations" Type="System.String" Scope="User">
     5    <Setting Name="CustomConfigurations" Type="System.String" Scope="User">
    66      <Value Profile="(Default)" />
    77    </Setting>
    8     <Setting Name="customConfigurationsTypeCache" Type="System.String" Scope="User">
     8    <Setting Name="CustomConfigurationsTypeCache" Type="System.String" Scope="User">
    99      <Value Profile="(Default)" />
    1010    </Setting>
Note: See TracChangeset for help on using the changeset viewer.