Changeset 1542 for trunk/sources/HeuristicLab.Persistence/3.3/Properties
- Timestamp:
- 04/08/09 17:05:17 (16 years ago)
- 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 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.30 534 // Runtime Version:2.0.50727.3074 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 28 [global::System.Configuration.DefaultSettingValueAttribute("")] 29 public string customConfigurations {29 public string CustomConfigurations { 30 30 get { 31 return ((string)(this[" customConfigurations"]));31 return ((string)(this["CustomConfigurations"])); 32 32 } 33 33 set { 34 this[" customConfigurations"] = value;34 this["CustomConfigurations"] = value; 35 35 } 36 36 } … … 39 39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 40 40 [global::System.Configuration.DefaultSettingValueAttribute("")] 41 public string customConfigurationsTypeCache {41 public string CustomConfigurationsTypeCache { 42 42 get { 43 return ((string)(this[" customConfigurationsTypeCache"]));43 return ((string)(this["CustomConfigurationsTypeCache"])); 44 44 } 45 45 set { 46 this[" customConfigurationsTypeCache"] = value;46 this["CustomConfigurationsTypeCache"] = value; 47 47 } 48 48 } -
trunk/sources/HeuristicLab.Persistence/3.3/Properties/Settings.settings
r1454 r1542 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name=" customConfigurations" Type="System.String" Scope="User">5 <Setting Name="CustomConfigurations" Type="System.String" Scope="User"> 6 6 <Value Profile="(Default)" /> 7 7 </Setting> 8 <Setting Name=" customConfigurationsTypeCache" Type="System.String" Scope="User">8 <Setting Name="CustomConfigurationsTypeCache" Type="System.String" Scope="User"> 9 9 <Value Profile="(Default)" /> 10 10 </Setting>
Note: See TracChangeset
for help on using the changeset viewer.