Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.0/sources/HeuristicLab.PluginInfrastructure.GUI/Properties/Settings.settings @ 217

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

Worked on #54

  • changed default URL of plugin sources to new update location of the HeuristicLab 3.0 release branch
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="CacheDir" Type="System.String" Scope="User">
6      <Value Profile="(Default)">plugins\cache</Value>
7    </Setting>
8    <Setting Name="PluginDir" Type="System.String" Scope="User">
9      <Value Profile="(Default)">plugins</Value>
10    </Setting>
11    <Setting Name="BackupDir" Type="System.String" Scope="User">
12      <Value Profile="(Default)">plugins\backup</Value>
13    </Setting>
14    <Setting Name="TempDir" Type="System.String" Scope="User">
15      <Value Profile="(Default)">plugins\temp</Value>
16    </Setting>
17    <Setting Name="PluginSources" Type="System.Collections.Specialized.StringCollection" Scope="User">
18      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
19&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
20  &lt;string&gt;http://update.heuristiclab.com/hl30/&lt;/string&gt;
21&lt;/ArrayOfString&gt;</Value>
22    </Setting>
23  </Settings>
24</SettingsFile>
Note: See TracBrowser for help on using the repository browser.