Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Core.Views/3.3/app.config @ 16692

Last change on this file since 16692 was 16692, checked in by abeham, 5 years ago

#2521: merged trunk changes up to r15681 into branch (removal of trunk/sources)

File size: 863 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <configSections>
4        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5            <section name="HeuristicLab.Core.Views.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6        </sectionGroup>
7    </configSections>
8    <userSettings>
9        <HeuristicLab.Core.Views.Properties.Settings>
10            <setting name="MaximumNestedControls" serializeAs="String">
11                <value>35</value>
12            </setting>
13        </HeuristicLab.Core.Views.Properties.Settings>
14    </userSettings>
15</configuration>
Note: See TracBrowser for help on using the repository browser.