Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Properties/Settings.settings @ 2527

Last change on this file since 2527 was 2527, checked in by gkronber, 14 years ago

Implemented changes as requested by swagner. #799

File size: 1.0 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.Properties" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="User" Type="System.String" Scope="Application">
6      <Value Profile="(Default)">Gabriel Kronberger</Value>
7    </Setting>
8    <Setting Name="Organization" Type="System.String" Scope="Application">
9      <Value Profile="(Default)">HEAL</Value>
10    </Setting>
11    <Setting Name="UpdateLocations" Type="System.Collections.Specialized.StringCollection" Scope="Application">
12      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
13&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
14  &lt;string&gt;http://localhost:59253/UpdateLocation.svc&lt;/string&gt;
15&lt;/ArrayOfString&gt;</Value>
16    </Setting>
17  </Settings>
18</SettingsFile>
Note: See TracBrowser for help on using the repository browser.