Changeset 3837 for trunk/sources/HeuristicLab/3.3/Properties
- Timestamp:
- 05/18/10 04:21:08 (15 years ago)
- 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 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.4 2004 // Runtime Version:2.0.50727.4927 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.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 }43 25 } 44 26 } -
trunk/sources/HeuristicLab/3.3/Properties/Settings.settings
r2643 r3837 1 1 <?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)"> 3 3 <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 /> 12 5 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.