- Timestamp:
- 05/11/10 08:15:41 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.Designer.cs
r3721 r3762 44 44 [global::System.Configuration.UserScopedSettingAttribute()] 45 45 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 46 [global::System.Configuration.DefaultSettingValueAttribute("http://serv dev.heuristiclab.com/Deployment-3.3/Update.svc")]46 [global::System.Configuration.DefaultSettingValueAttribute("http://services.heuristiclab.com/Deployment-3.3/Update.svc")] 47 47 public string UpdateLocation { 48 48 get { … … 80 80 [global::System.Configuration.UserScopedSettingAttribute()] 81 81 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 82 [global::System.Configuration.DefaultSettingValueAttribute("http://serv dev.heuristiclab.com/Deployment-3.3/Admin.svc")]82 [global::System.Configuration.DefaultSettingValueAttribute("http://services.heuristiclab.com/Deployment-3.3/Admin.svc")] 83 83 public string UpdateLocationAdministrationAddress { 84 84 get { -
trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.settings
r3721 r3762 10 10 </Setting> 11 11 <Setting Name="UpdateLocation" Type="System.String" Scope="User"> 12 <Value Profile="(Default)">http://serv dev.heuristiclab.com/Deployment-3.3/Update.svc</Value>12 <Value Profile="(Default)">http://services.heuristiclab.com/Deployment-3.3/Update.svc</Value> 13 13 </Setting> 14 14 <Setting Name="UpdateLocationUserName" Type="System.String" Scope="User"> … … 19 19 </Setting> 20 20 <Setting Name="UpdateLocationAdministrationAddress" Type="System.String" Scope="User"> 21 <Value Profile="(Default)">http://serv dev.heuristiclab.com/Deployment-3.3/Admin.svc</Value>21 <Value Profile="(Default)">http://services.heuristiclab.com/Deployment-3.3/Admin.svc</Value> 22 22 </Setting> 23 23 <Setting Name="ShowPluginUploadControls" Type="System.Boolean" Scope="User">
Note: See TracChangeset
for help on using the changeset viewer.