Changeset 1622 for trunk/sources/HeuristicLab.Tracing/3.2/Properties
- Timestamp:
- 04/22/09 14:15:52 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Tracing/3.2/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tracing/3.2/Properties/Settings.Designer.cs
r1467 r1622 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 log4netConfigFile {29 public string TracingLog4netConfigFile { 30 30 get { 31 return ((string)(this[" log4netConfigFile"]));31 return ((string)(this["TracingLog4netConfigFile"])); 32 32 } 33 33 set { 34 this[" log4netConfigFile"] = value;34 this["TracingLog4netConfigFile"] = value; 35 35 } 36 36 } -
trunk/sources/HeuristicLab.Tracing/3.2/Properties/Settings.settings
r1467 r1622 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name=" log4netConfigFile" Type="System.String" Scope="User">5 <Setting Name="TracingLog4netConfigFile" Type="System.String" Scope="User"> 6 6 <Value Profile="(Default)" /> 7 7 </Setting>
Note: See TracChangeset
for help on using the changeset viewer.