Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Properties/Settings.settings @ 15194

Last change on this file since 15194 was 7655, checked in by spimming, 13 years ago

#1680:

  • User setting to store azure subscriptions
  • Method to get subscription as string for user settings
  • Methods to persist and restore subscriptions from user config
File size: 656 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.CloudManager.Properties" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="AzureSubscriptions" 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;</Value>
8    </Setting>
9  </Settings>
10</SettingsFile>
Note: See TracBrowser for help on using the repository browser.