Changeset 12584 for branches/HiveStatistics/sources/HeuristicLab.PluginInfrastructure/3.3/Properties
- Timestamp:
- 07/03/15 16:35:17 (9 years ago)
- Location:
- branches/HiveStatistics/sources/HeuristicLab.PluginInfrastructure/3.3/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.PluginInfrastructure/3.3/Properties/Settings.Designer.cs
r11623 r12584 62 62 [global::System.Configuration.UserScopedSettingAttribute()] 63 63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 64 [global::System.Configuration.DefaultSettingValueAttribute("http:// services.heuristiclab.com/Deployment-3.3/UpdateService.svc")]64 [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/Deployment-3.3/UpdateService.svc")] 65 65 public string UpdateLocation { 66 66 get { … … 74 74 [global::System.Configuration.UserScopedSettingAttribute()] 75 75 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 76 [global::System.Configuration.DefaultSettingValueAttribute("http:// services.heuristiclab.com/Deployment-3.3/AdminService.svc")]76 [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/Deployment-3.3/AdminService.svc")] 77 77 public string UpdateLocationAdministrationAddress { 78 78 get { -
branches/HiveStatistics/sources/HeuristicLab.PluginInfrastructure/3.3/Properties/Settings.settings
r4495 r12584 13 13 </Setting> 14 14 <Setting Name="UpdateLocation" Type="System.String" Scope="User"> 15 <Value Profile="(Default)">http:// services.heuristiclab.com/Deployment-3.3/UpdateService.svc</Value>15 <Value Profile="(Default)">http://localhost/Deployment-3.3/UpdateService.svc</Value> 16 16 </Setting> 17 17 <Setting Name="UpdateLocationAdministrationAddress" Type="System.String" Scope="User"> 18 <Value Profile="(Default)">http:// services.heuristiclab.com/Deployment-3.3/AdminService.svc</Value>18 <Value Profile="(Default)">http://localhost/Deployment-3.3/AdminService.svc</Value> 19 19 </Setting> 20 20 </Settings>
Note: See TracChangeset
for help on using the changeset viewer.