Changeset 16692 for branches/2521_ProblemRefactoring/HeuristicLab.PluginInfrastructure/3.3/Properties
- Timestamp:
- 03/18/19 17:24:30 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 4 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.PluginInfrastructure/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. … … 34 34 [assembly: AssemblyCompany("")] 35 35 [assembly: AssemblyProduct("HeuristicLab")] 36 [assembly: AssemblyCopyright("(c) 2002-201 5HEAL")]36 [assembly: AssemblyCopyright("(c) 2002-2018 HEAL")] 37 37 [assembly: AssemblyTrademark("")] 38 38 [assembly: AssemblyCulture("")] … … 56 56 // 57 57 [assembly: AssemblyVersion("3.3.0.0")] 58 [assembly: AssemblyFileVersion("3.3.1 3.$WCREV$")]58 [assembly: AssemblyFileVersion("3.3.15.$WCREV$")] -
branches/2521_ProblemRefactoring/HeuristicLab.PluginInfrastructure/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 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 83 83 } 84 84 } 85 86 [global::System.Configuration.UserScopedSettingAttribute()] 87 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 88 [global::System.Configuration.DefaultSettingValueAttribute("0, 0")] 89 public global::System.Drawing.Point StarterFormLocation { 90 get { 91 return ((global::System.Drawing.Point)(this["StarterFormLocation"])); 92 } 93 set { 94 this["StarterFormLocation"] = value; 95 } 96 } 97 98 [global::System.Configuration.UserScopedSettingAttribute()] 99 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 100 [global::System.Configuration.DefaultSettingValueAttribute("0, 0")] 101 public global::System.Drawing.Size StarterFormSize { 102 get { 103 return ((global::System.Drawing.Size)(this["StarterFormSize"])); 104 } 105 set { 106 this["StarterFormSize"] = value; 107 } 108 } 109 110 [global::System.Configuration.UserScopedSettingAttribute()] 111 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 112 [global::System.Configuration.DefaultSettingValueAttribute("Normal")] 113 public global::System.Windows.Forms.FormWindowState StarterFormWindowState { 114 get { 115 return ((global::System.Windows.Forms.FormWindowState)(this["StarterFormWindowState"])); 116 } 117 set { 118 this["StarterFormWindowState"] = value; 119 } 120 } 85 121 } 86 122 } -
branches/2521_ProblemRefactoring/HeuristicLab.PluginInfrastructure/3.3/Properties/Settings.settings
r4495 r16692 18 18 <Value Profile="(Default)">http://services.heuristiclab.com/Deployment-3.3/AdminService.svc</Value> 19 19 </Setting> 20 <Setting Name="StarterFormLocation" Type="System.Drawing.Point" Scope="User"> 21 <Value Profile="(Default)">0, 0</Value> 22 </Setting> 23 <Setting Name="StarterFormSize" Type="System.Drawing.Size" Scope="User"> 24 <Value Profile="(Default)">0, 0</Value> 25 </Setting> 26 <Setting Name="StarterFormWindowState" Type="System.Windows.Forms.FormWindowState" Scope="User"> 27 <Value Profile="(Default)">Normal</Value> 28 </Setting> 20 29 </Settings> 21 30 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.