- Timestamp:
- 03/18/19 17:24:30 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:ignore
-
old new 24 24 protoc.exe 25 25 obj 26 .vs
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimizer
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimizer/3.3/Properties/AssemblyInfo.cs.frame
r13321 r16692 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 5Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-201 5HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2018 HEAL")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")] … … 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 56 [assembly: AssemblyVersion("3.3.0.0")] 57 [assembly: AssemblyFileVersion("3.3.1 3.$WCREV$")]57 [assembly: AssemblyFileVersion("3.3.15.$WCREV$")] -
branches/2521_ProblemRefactoring/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs
r11623 r16692 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 340144 // Runtime Version:4.0.30319.42000 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 2.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 63 63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 64 64 [global::System.Configuration.DefaultSettingValueAttribute("True")] 65 public bool ShowMaximized {66 get {67 return ((bool)(this["ShowMaximized"]));68 }69 set {70 this["ShowMaximized"] = value;71 }72 }73 74 [global::System.Configuration.UserScopedSettingAttribute()]75 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]76 [global::System.Configuration.DefaultSettingValueAttribute("True")]77 65 public bool CollapseClipboard { 78 66 get { … … 107 95 } 108 96 } 97 98 [global::System.Configuration.UserScopedSettingAttribute()] 99 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 100 [global::System.Configuration.DefaultSettingValueAttribute("0, 0")] 101 public global::System.Drawing.Point MainFormLocation { 102 get { 103 return ((global::System.Drawing.Point)(this["MainFormLocation"])); 104 } 105 set { 106 this["MainFormLocation"] = value; 107 } 108 } 109 110 [global::System.Configuration.UserScopedSettingAttribute()] 111 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 112 [global::System.Configuration.DefaultSettingValueAttribute("0, 0")] 113 public global::System.Drawing.Size MainFormSize { 114 get { 115 return ((global::System.Drawing.Size)(this["MainFormSize"])); 116 } 117 set { 118 this["MainFormSize"] = value; 119 } 120 } 121 122 [global::System.Configuration.UserScopedSettingAttribute()] 123 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 124 [global::System.Configuration.DefaultSettingValueAttribute("Normal")] 125 public global::System.Windows.Forms.FormWindowState MainFormWindowState { 126 get { 127 return ((global::System.Windows.Forms.FormWindowState)(this["MainFormWindowState"])); 128 } 129 set { 130 this["MainFormWindowState"] = value; 131 } 132 } 109 133 } 110 134 } -
branches/2521_ProblemRefactoring/HeuristicLab.Optimizer/3.3/Properties/Settings.settings
r6827 r16692 12 12 <Value Profile="(Default)">True</Value> 13 13 </Setting> 14 <Setting Name="ShowMaximized" Type="System.Boolean" Scope="User">15 <Value Profile="(Default)">True</Value>16 </Setting>17 14 <Setting Name="CollapseClipboard" Type="System.Boolean" Scope="User"> 18 15 <Value Profile="(Default)">True</Value> … … 24 21 <Value Profile="(Default)">DockingMainForm</Value> 25 22 </Setting> 23 <Setting Name="MainFormLocation" Type="System.Drawing.Point" Scope="User"> 24 <Value Profile="(Default)">0, 0</Value> 25 </Setting> 26 <Setting Name="MainFormSize" Type="System.Drawing.Size" Scope="User"> 27 <Value Profile="(Default)">0, 0</Value> 28 </Setting> 29 <Setting Name="MainFormWindowState" Type="System.Windows.Forms.FormWindowState" Scope="User"> 30 <Value Profile="(Default)">Normal</Value> 31 </Setting> 26 32 </Settings> 27 33 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.