- Timestamp:
- 05/16/12 16:28:49 (13 years ago)
- Location:
- branches/HeuristicLab.TimeSeries
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TimeSeries
- Property svn:mergeinfo changed
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Common/3.3/Properties/Settings.Designer.cs
r7460 r7842 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 2394 // Runtime Version:4.0.30319.530 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 38 38 [global::System.Configuration.UserScopedSettingAttribute()] 39 39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 40 [global::System.Configuration.DefaultSettingValueAttribute("anonymous")]41 public string Password {42 get {43 return ((string)(this["Password"]));44 }45 set {46 this["Password"] = value;47 }48 }49 50 [global::System.Configuration.UserScopedSettingAttribute()]51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]52 40 [global::System.Configuration.DefaultSettingValueAttribute("True")] 53 41 public bool SavePassword { … … 59 47 } 60 48 } 49 50 [global::System.Configuration.UserScopedSettingAttribute()] 51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 52 [global::System.Configuration.DefaultSettingValueAttribute("AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA36TvN4MDBkWUU6yPrzj49gAAAAACAAAAAAADZgAAwAAAABAAA" + 53 "ABr3+B3SidbFwV5hCTHGoESAAAAAASAAACgAAAAEAAAAGSI+4CIIV5GmEl09qLBIxIYAAAAkpj3t9H1L" + 54 "BYhpUjjoM6qEc83XlY0xbnuFAAAADY3OscJ1F9ThR3SHB0sLax4TAN8")] 55 public string Password { 56 get { 57 return ((string)(this["Password"])); 58 } 59 set { 60 this["Password"] = value; 61 } 62 } 61 63 } 62 64 } -
branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Common/3.3/Properties/Settings.settings
r4387 r7842 6 6 <Value Profile="(Default)">anonymous</Value> 7 7 </Setting> 8 <Setting Name="Password" Type="System.String" Scope="User">9 <Value Profile="(Default)">anonymous</Value>10 </Setting>11 8 <Setting Name="SavePassword" Type="System.Boolean" Scope="User"> 12 9 <Value Profile="(Default)">True</Value> 13 10 </Setting> 11 <Setting Name="Password" Type="System.String" Scope="User"> 12 <Value Profile="(Default)">AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA36TvN4MDBkWUU6yPrzj49gAAAAACAAAAAAADZgAAwAAAABAAAABr3+B3SidbFwV5hCTHGoESAAAAAASAAACgAAAAEAAAAGSI+4CIIV5GmEl09qLBIxIYAAAAkpj3t9H1LBYhpUjjoM6qEc83XlY0xbnuFAAAADY3OscJ1F9ThR3SHB0sLax4TAN8</Value> 13 </Setting> 14 14 </Settings> 15 15 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.