Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Collections/sources/HeuristicLab.PluginInfrastructure.GUI/Properties/Settings.settings @ 755

Last change on this file since 755 was 2, checked in by swagner, 16 years ago

Added HeuristicLab 3.0 sources from former SVN repository at revision 52

File size: 1.3 KB
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.PluginInfrastructure.GUI.Properties" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="PluginSources" Type="System.Collections.Specialized.StringCollection" Scope="User">
6      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
7&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
8  &lt;string&gt;http://update.heuristiclab.com/hl-nextgen/&lt;/string&gt;
9&lt;/ArrayOfString&gt;</Value>
10    </Setting>
11    <Setting Name="CacheDir" Type="System.String" Scope="User">
12      <Value Profile="(Default)">plugins\cache</Value>
13    </Setting>
14    <Setting Name="PluginDir" Type="System.String" Scope="User">
15      <Value Profile="(Default)">plugins</Value>
16    </Setting>
17    <Setting Name="BackupDir" Type="System.String" Scope="User">
18      <Value Profile="(Default)">plugins\backup</Value>
19    </Setting>
20    <Setting Name="TempDir" Type="System.String" Scope="User">
21      <Value Profile="(Default)">plugins\temp</Value>
22    </Setting>
23  </Settings>
24</SettingsFile>
Note: See TracBrowser for help on using the repository browser.