Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/Settings.settings @ 6744

Last change on this file since 6744 was 6744, checked in by ascheibe, 13 years ago

#1233

  • renamed last couple of folders
  • fixed an installer bug
  • now with more license headers and less magic numbers
File size: 591 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.Hive" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="MaxParallelUploads" Type="System.Int32" Scope="Application">
6      <Value Profile="(Default)">4</Value>
7    </Setting>
8    <Setting Name="HLBinaryName" Type="System.String" Scope="Application">
9      <Value Profile="(Default)">HeuristicLab 3.3.exe</Value>
10    </Setting>
11  </Settings>
12</SettingsFile>
Note: See TracBrowser for help on using the repository browser.