Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/app.config @ 6983

Last change on this file since 6983 was 6983, checked in by ascheibe, 12 years ago

#1672

  • added the Hive Services and Slave projects
  • added missing svn ignores
File size: 1.2 KB
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.Clients.Hive.SlaveCore.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.Clients.Hive.SlaveCore.Views.Properties.Settings>
10            <setting name="ShowBalloonTips" serializeAs="String">
11                <value>False</value>
12            </setting>
13            <setting name="ShowUICmd" serializeAs="String">
14                <value>showui</value>
15            </setting>
16            <setting name="SlaveCommunicationServiceEndpoint" serializeAs="String">
17                <value>SlaveCommunicationServiceEndpoint</value>
18            </setting>
19        </HeuristicLab.Clients.Hive.SlaveCore.Views.Properties.Settings>
20    </userSettings>
21</configuration>
Note: See TracBrowser for help on using the repository browser.