Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/Settings.settings @ 14711

Last change on this file since 14711 was 14711, checked in by gkronber, 7 years ago

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File size: 1.9 KB
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Clients.Hive" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="MaxParallelUploads" MemberSelection="System.Int32" Scope="Application">
6      <Value Profile="(Default)">2</Value>
7    </Setting>
8    <Setting Name="HLBinaryName" MemberSelection="System.String" Scope="Application">
9      <Value Profile="(Default)">HeuristicLab 3.3.exe</Value>
10    </Setting>
11    <Setting Name="ResultPollingInterval" MemberSelection="System.TimeSpan" Scope="Application">
12      <Value Profile="(Default)">00:00:20</Value>
13    </Setting>
14    <Setting Name="MaxParallelDownloads" MemberSelection="System.Int32" Scope="Application">
15      <Value Profile="(Default)">2</Value>
16    </Setting>
17    <Setting Name="MaxRepeatServiceCalls" MemberSelection="System.Int32" Scope="Application">
18      <Value Profile="(Default)">5</Value>
19    </Setting>
20    <Setting Name="AnonymousUserName" MemberSelection="System.String" Scope="Application">
21      <Value Profile="(Default)">anonymous</Value>
22    </Setting>
23    <Setting Name="EndpointConfigurationPriorities" MemberSelection="System.Collections.Specialized.StringCollection" Scope="Application">
24      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
25&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
26  &lt;string&gt;netTcpBinding_IHiveService&lt;/string&gt;
27  &lt;string&gt;wsHttpBinding_IHiveService&lt;/string&gt;
28&lt;/ArrayOfString&gt;</Value>
29    </Setting>
30    <Setting Name="MaxEndpointRetries" MemberSelection="System.Int32" Scope="Application">
31      <Value Profile="(Default)">3</Value>
32    </Setting>
33  </Settings>
34</SettingsFile>
Note: See TracBrowser for help on using the repository browser.