Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/17 17:46:41 (7 years ago)
Author:
pfleck
Message:

#2788

  • Added a dialog for changing the maximum nesting level (Views menu item).
  • For systems that have the creators update installed and a high nesting level, a warning will be displayed with the option to lower the maximum nesting level.
Location:
trunk/sources/HeuristicLab.Core.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj

    r14995 r15003  
    336336    </Compile>
    337337    <None Include="Properties\Settings.settings">
    338       <Generator>SettingsSingleFileGenerator</Generator>
     338      <Generator>PublicSettingsSingleFileGenerator</Generator>
    339339      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    340340    </None>
  • trunk/sources/HeuristicLab.Core.Views/3.3/Properties/Settings.Designer.cs

    r14995 r15003  
    1 //------------------------------------------------------------------------------
     1//------------------------------------------------------------------------------
    22// <auto-generated>
    33//     This code was generated by a tool.
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.0.0")]
    16     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
     16    public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
    1818        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
Note: See TracChangeset for help on using the changeset viewer.