Changeset 6173 for trunk/sources/HeuristicLab.Tracing/3.3/Properties
- Timestamp:
- 05/10/11 12:24:33 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Tracing/3.3/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tracing/3.3/Properties/Settings.Designer.cs
r4065 r6173 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 14 // Runtime Version:4.0.30319.225 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 23 23 } 24 24 } 25 26 [global::System.Configuration.UserScopedSettingAttribute()]27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]28 [global::System.Configuration.DefaultSettingValueAttribute("")]29 public string TracingLog4netConfigFile {30 get {31 return ((string)(this["TracingLog4netConfigFile"]));32 }33 set {34 this["TracingLog4netConfigFile"] = value;35 }36 }37 25 } 38 26 } -
trunk/sources/HeuristicLab.Tracing/3.3/Properties/Settings.settings
r1622 r6173 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name="TracingLog4netConfigFile" Type="System.String" Scope="User"> 6 <Value Profile="(Default)" /> 7 </Setting> 5 8 6 </Settings> 9 7 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.