Revision 5bcf6d70 trunk/Pithos.Client.WPF/Properties/Settings.settings

b/trunk/Pithos.Client.WPF/Properties/Settings.settings
11 11
    <Setting Name="ProxyServer" Type="System.String" Scope="User">
12 12
      <Value Profile="(Default)" />
13 13
    </Setting>
14
    <Setting Name="ProxyPort" Type="System.String" Scope="User">
15
      <Value Profile="(Default)" />
16
    </Setting>
17
    <Setting Name="ProxyType" Type="System.String" Scope="User">
18
      <Value Profile="(Default)" />
14
    <Setting Name="ProxyPort" Type="System.Int32" Scope="User">
15
      <Value Profile="(Default)">8080</Value>
19 16
    </Setting>
20 17
    <Setting Name="ProxyUsername" Type="System.String" Scope="User">
21 18
      <Value Profile="(Default)" />
......
35 32
    <Setting Name="ApiKey" Type="System.String" Scope="User">
36 33
      <Value Profile="(Default)">9d3cb7b231e96f72ebe96af1c6cd5112</Value>
37 34
    </Setting>
38
    <Setting Name="Accounts" Type="Pithos.Interfaces.AccountsCollection" Scope="User">
39
      <Value Profile="(Default)">
40
          &lt;ArrayOfAccountSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
41
            &lt;AccountSettings&gt;
42
              &lt;AccountName&gt;pkanavos&lt;/AccountName&gt;
43
              &lt;ApiKey&gt;9d3cb7b231e96f72ebe96af1c6cd5112&lt;/ApiKey&gt;
44
              &lt;SelectiveFolders /&gt;
45
            &lt;/AccountSettings&gt;
46
          &lt;/ArrayOfAccountSettings&gt;
47
        </Value>
48
    </Setting>
49 35
    <Setting Name="ShowDesktopNotifications" Type="System.Boolean" Scope="User">
50 36
      <Value Profile="(Default)">True</Value>
51 37
    </Setting>
52 38
    <Setting Name="StartOnSystemStartup" Type="System.Boolean" Scope="User">
53 39
      <Value Profile="(Default)">True</Value>
54 40
    </Setting>
41
    <Setting Name="UseNoProxy" Type="System.Boolean" Scope="User">
42
      <Value Profile="(Default)">False</Value>
43
    </Setting>
44
    <Setting Name="UseDefaultProxy" Type="System.Boolean" Scope="User">
45
      <Value Profile="(Default)">True</Value>
46
    </Setting>
47
    <Setting Name="UseManualProxy" Type="System.Boolean" Scope="User">
48
      <Value Profile="(Default)">False</Value>
49
    </Setting>
50
    <Setting Name="Accounts" Type="Pithos.Interfaces.AccountsCollection" Scope="User">
51
      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
52
&lt;ArrayOfAccountSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
53
  &lt;AccountSettings&gt;
54
    &lt;AccountName&gt;pkanavos&lt;/AccountName&gt;
55
    &lt;ApiKey&gt;9d3cb7b231e96f72ebe96af1c6cd5112&lt;/ApiKey&gt;
56
    &lt;SelectiveFolders /&gt;
57
  &lt;/AccountSettings&gt;
58
&lt;/ArrayOfAccountSettings&gt;</Value>
59
    </Setting>
60
    <Setting Name="PithosSite" Type="System.String" Scope="Application">
61
      <Value Profile="(Default)">http://pithos.dev.grnet.gr/pithos.html</Value>
62
    </Setting>
55 63
  </Settings>
56 64
</SettingsFile>

Also available in: Unified diff