Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment/3.3/Properties/Settings.settings @ 4116

Last change on this file since 4116 was 4116, checked in by cneumuel, 14 years ago

worked on HiveExperiment (#1115)

File size: 636 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.Hive.Experiment.Properties" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="HiveServerUrl" Type="System.String" Scope="User">
6      <Value Profile="(Default)">net.tcp://10.42.1.153:9000/ExecutionEngine/ExecutionEngineFacade</Value>
7    </Setting>
8    <Setting Name="ResourceIds" Type="System.String" Scope="User">
9      <Value Profile="(Default)">MyGroup</Value>
10    </Setting>
11  </Settings>
12</SettingsFile>
Note: See TracBrowser for help on using the repository browser.