Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/18/10 04:21:08 (15 years ago)
Author:
swagner
Message:

Restructured repository in preparation of the HeuristicLab 3.3.0 release (#1000)

Location:
trunk/sources/HeuristicLab/3.3/Properties
Files:
2 edited

Legend:

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

    r2643 r3837  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.4200
     4//     Runtime Version:2.0.50727.4927
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2323            }
    2424        }
    25        
    26         [global::System.Configuration.ApplicationScopedSettingAttribute()]
    27         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("unknown")]
    29         public string User {
    30             get {
    31                 return ((string)(this["User"]));
    32             }
    33         }
    34        
    35         [global::System.Configuration.ApplicationScopedSettingAttribute()]
    36         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    37         [global::System.Configuration.DefaultSettingValueAttribute("unknown")]
    38         public string Organization {
    39             get {
    40                 return ((string)(this["Organization"]));
    41             }
    42         }
    4325    }
    4426}
  • trunk/sources/HeuristicLab/3.3/Properties/Settings.settings

    r2643 r3837  
    11<?xml version='1.0' encoding='utf-8'?>
    2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Properties" GeneratedClassName="Settings">
     2<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
    33  <Profiles />
    4   <Settings>
    5     <Setting Name="User" Type="System.String" Scope="Application">
    6       <Value Profile="(Default)">unknown</Value>
    7     </Setting>
    8     <Setting Name="Organization" Type="System.String" Scope="Application">
    9       <Value Profile="(Default)">unknown</Value>
    10     </Setting>
    11   </Settings>
     4  <Settings />
    125</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.