Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.OKB/3.3/Properties/Settings.settings @ 14738

Last change on this file since 14738 was 14738, checked in by jkarder, 7 years ago

#2743: cleaned up

  • regenerated service clients
  • updated app configs
  • removed old partial classes
File size: 942 bytes
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.OKB.Properties" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="MaxEndpointRetries" Type="System.Int32" Scope="Application">
6      <Value Profile="(Default)">3</Value>
7    </Setting>
8    <Setting Name="EndpointConfigurationPriorities" Type="System.Collections.Specialized.StringCollection" Scope="Application">
9      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
10&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
11  &lt;string&gt;NetBinding_IQueryService&lt;/string&gt;
12  &lt;string&gt;WSHttpBinding_IQueryService&lt;/string&gt;
13&lt;/ArrayOfString&gt;</Value>
14    </Setting>
15  </Settings>
16</SettingsFile>
Note: See TracBrowser for help on using the repository browser.