Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Clients.OKB/3.3/Properties/Settings.settings @ 17334

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

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

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.