Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/22/09 14:15:52 (15 years ago)
Author:
epitzer
Message:

Rename config property to adhere to coding conventions. (#524)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tracing/3.2/Properties/Settings.Designer.cs

    r1467 r1622  
    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 log4netConfigFile {
     29        public string TracingLog4netConfigFile {
    3030            get {
    31                 return ((string)(this["log4netConfigFile"]));
     31                return ((string)(this["TracingLog4netConfigFile"]));
    3232            }
    3333            set {
    34                 this["log4netConfigFile"] = value;
     34                this["TracingLog4netConfigFile"] = value;
    3535            }
    3636        }
Note: See TracChangeset for help on using the changeset viewer.