Changeset 16723 for branches/2521_ProblemRefactoring/HeuristicLab.Services.Access.DataAccess/3.3/Properties/Settings.Designer.cs
- Timestamp:
- 03/28/19 16:54:20 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Services.Access.DataAccess
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/2520_PersistenceReintegration/HeuristicLab.Services.Access.DataAccess merged eligible /branches/2839_HiveProjectManagement/HeuristicLab.Services.Access.DataAccess merged eligible /branches/2947_ConfigurableIndexedDataTable/HeuristicLab.Services.Access.DataAccess merged eligible /branches/2965_CancelablePersistence/HeuristicLab.Services.Access.DataAccess merged eligible /stable/HeuristicLab.Services.Access.DataAccess merged eligible /trunk/HeuristicLab.Services.Access.DataAccess merged eligible /branches/1721-RandomForestPersistence/HeuristicLab.Services.Access.DataAccess 10321-10322 /branches/2892_LR-prediction-intervals/HeuristicLab.Services.Access.DataAccess 15743-16388 /branches/2915-AbsoluteSymbol/HeuristicLab.Services.Access.DataAccess 15943-16355 /branches/Algorithms.GradientDescent/HeuristicLab.Services.Access.DataAccess 5516-5520 /branches/Benchmarking/sources/HeuristicLab.Services.Access.DataAccess 6917-7005 /branches/CloningRefactoring/HeuristicLab.Services.Access.DataAccess 4656-4721 /branches/CodeEditor/HeuristicLab.Services.Access.DataAccess 11700-11806 /branches/DataAnalysis Refactoring/HeuristicLab.Services.Access.DataAccess 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Services.Access.DataAccess 5815-6180 /branches/DataAnalysis/HeuristicLab.Services.Access.DataAccess 4458-4459,4462,4464 /branches/DataPreprocessing/HeuristicLab.Services.Access.DataAccess 10085-11101 /branches/GP.Grammar.Editor/HeuristicLab.Services.Access.DataAccess 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Services.Access.DataAccess 5060 /branches/HLScript/HeuristicLab.Services.Access.DataAccess 10331-10358 /branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Services.Access.DataAccess 11570-12508 /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Services.Access.DataAccess 6123-9799 /branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Services.Access.DataAccess 11130-12721 /branches/HiveProjectManagement/HeuristicLab.Services.Access.DataAccess 15377-15760 /branches/HiveStatistics/sources/HeuristicLab.Services.Access.DataAccess 12440-12877 /branches/LogResidualEvaluator/HeuristicLab.Services.Access.DataAccess 10202-10483 /branches/NET40/sources/HeuristicLab.Services.Access.DataAccess 5138-5162 /branches/NSGA-II Changes/HeuristicLab.Services.Access.DataAccess 12033-12122 /branches/ParallelEngine/HeuristicLab.Services.Access.DataAccess 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Services.Access.DataAccess 7568-7810 /branches/QAPAlgorithms/HeuristicLab.Services.Access.DataAccess 6350-6627 /branches/Restructure trunk solution/HeuristicLab.Services.Access.DataAccess 6828 /branches/RuntimeOptimizer/HeuristicLab.Services.Access.DataAccess 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.Services.Access.DataAccess 7787-8333 /branches/SlaveShutdown/HeuristicLab.Services.Access.DataAccess 8944-8956 /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Services.Access.DataAccess 10204-10479 /branches/SuccessProgressAnalysis/HeuristicLab.Services.Access.DataAccess 5370-5682 /branches/Trunk/HeuristicLab.Services.Access.DataAccess 6829-6865 /branches/UnloadJobs/HeuristicLab.Services.Access.DataAccess 9168-9215 /branches/VNS/HeuristicLab.Services.Access.DataAccess 5594-5752 /branches/crossvalidation-2434/HeuristicLab.Services.Access.DataAccess 12948-12950 /branches/histogram/HeuristicLab.Services.Access.DataAccess 5959-6341
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/2521_ProblemRefactoring/HeuristicLab.Services.Access.DataAccess/3.3/Properties/Settings.Designer.cs
r16692 r16723 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 public 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.Ac" +30 " cessService")]29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Acces" + 30 "sService")] 31 31 public string HeuristicLab_ClientManagementConnectionString { 32 32 get { … … 38 38 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 39 39 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 40 [global::System.Configuration.DefaultSettingValueAttribute("Data Source= .\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Au" +41 " thentication")]40 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authe" + 41 "ntication")] 42 42 public string HeuristicLab_AuthenticationConnectionString { 43 43 get {
Note: See TracChangeset
for help on using the changeset viewer.