Changeset 16091 for branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.Designer.cs
- Timestamp:
- 08/29/18 09:29:06 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.Designer.cs
r14748 r16091 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 4.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 28 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source= .\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.De" +30 " ployment")]29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deplo" + 30 "yment")] 31 31 public string HeuristicLab_DeploymentConnectionString { 32 32 get {
Note: See TracChangeset
for help on using the changeset viewer.