Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2597 for trunk/sources


Ignore:
Timestamp:
01/05/10 14:31:46 (15 years ago)
Author:
gkronber
Message:

Removed my name from the default settings in the plugin infrastructure. #799

Location:
trunk/sources/HeuristicLab.PluginInfrastructure
Files:
3 edited

Legend:

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

    r2527 r2597  
    2626        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("Gabriel Kronberger")]
     28        [global::System.Configuration.DefaultSettingValueAttribute("-")]
    2929        public string User {
    3030            get {
     
    3535        [global::System.Configuration.ApplicationScopedSettingAttribute()]
    3636        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    37         [global::System.Configuration.DefaultSettingValueAttribute("HEAL")]
     37        [global::System.Configuration.DefaultSettingValueAttribute("-")]
    3838        public string Organization {
    3939            get {
  • trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.settings

    r2527 r2597  
    44  <Settings>
    55    <Setting Name="User" Type="System.String" Scope="Application">
    6       <Value Profile="(Default)">Gabriel Kronberger</Value>
     6      <Value Profile="(Default)">-</Value>
    77    </Setting>
    88    <Setting Name="Organization" Type="System.String" Scope="Application">
    9       <Value Profile="(Default)">HEAL</Value>
     9      <Value Profile="(Default)">-</Value>
    1010    </Setting>
    1111    <Setting Name="UpdateLocations" Type="System.Collections.Specialized.StringCollection" Scope="Application">
  • trunk/sources/HeuristicLab.PluginInfrastructure/app.config

    r2527 r2597  
    99        <HeuristicLab.PluginInfrastructure.Properties.Settings>
    1010            <setting name="User" serializeAs="String">
    11                 <value>Gabriel Kronberger</value>
     11                <value>-</value>
    1212            </setting>
    1313            <setting name="Organization" serializeAs="String">
    14                 <value>HEAL</value>
     14                <value>-</value>
    1515            </setting>
    1616            <setting name="UpdateLocations" serializeAs="Xml">
Note: See TracChangeset for help on using the changeset viewer.