Added option to disable selective Synchronization
[pithos-ms-client] / trunk / Pithos.Client.WPF / Properties / Settings.settings
1 <?xml version='1.0' encoding='utf-8'?>
2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Pithos.Client.WPF.Properties" GeneratedClassName="Settings">
3   <Profiles />
4   <Settings>
5     <Setting Name="PithosPath" Type="System.String" Scope="User">
6       <Value Profile="(Default)">e:\Pithos</Value>
7     </Setting>
8     <Setting Name="IconPath" Type="System.String" Scope="User">
9       <Value Profile="(Default)">C:\Program Files\Common Files\TortoiseOverlays\icons\XPStyle</Value>
10     </Setting>
11     <Setting Name="ProxyServer" Type="System.String" Scope="User">
12       <Value Profile="(Default)" />
13     </Setting>
14     <Setting Name="ProxyPort" Type="System.Int32" Scope="User">
15       <Value Profile="(Default)">8080</Value>
16     </Setting>
17     <Setting Name="ProxyUsername" Type="System.String" Scope="User">
18       <Value Profile="(Default)" />
19     </Setting>
20     <Setting Name="ProxyPassword" Type="System.String" Scope="User">
21       <Value Profile="(Default)" />
22     </Setting>
23     <Setting Name="ProxyAuthentication" Type="System.Boolean" Scope="User">
24       <Value Profile="(Default)">True</Value>
25     </Setting>
26     <Setting Name="ExtensionsActivated" Type="System.Boolean" Scope="User">
27       <Value Profile="(Default)">True</Value>
28     </Setting>
29     <Setting Name="UserName" Type="System.String" Scope="User">
30       <Value Profile="(Default)">pkanavos</Value>
31     </Setting>
32     <Setting Name="ApiKey" Type="System.String" Scope="User">
33       <Value Profile="(Default)">9d3cb7b231e96f72ebe96af1c6cd5112</Value>
34     </Setting>
35     <Setting Name="ShowDesktopNotifications" Type="System.Boolean" Scope="User">
36       <Value Profile="(Default)">True</Value>
37     </Setting>
38     <Setting Name="StartOnSystemStartup" Type="System.Boolean" Scope="User">
39       <Value Profile="(Default)">True</Value>
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="CloudfilesAuthenticationUrl" Type="System.String" Scope="Application">
51       <Value Profile="(Default)">https://auth.api.rackspacecloud.com</Value>
52     </Setting>
53     <Setting Name="FeedbackUri" Type="System.String" Scope="Application">
54       <Value Profile="(Default)">https://pithos.dev.grnet.gr/im/feedback</Value>
55     </Setting>
56     <Setting Name="MustUpgrade" Type="System.Boolean" Scope="User">
57       <Value Profile="(Default)">True</Value>
58     </Setting>
59     <Setting Name="ProductionServer" Type="System.String" Scope="Application">
60       <Value Profile="(Default)">https://pithos.okeanos.grnet.gr</Value>
61     </Setting>
62     <Setting Name="DevelopmentServer" Type="System.String" Scope="Application">
63       <Value Profile="(Default)">https://pithos.dev.grnet.gr</Value>
64     </Setting>
65     <Setting Name="Accounts" Type="Pithos.Interfaces.AccountsCollection" Scope="User">
66       <Value Profile="(Default)" />
67     </Setting>
68     <Setting Name="PollingInterval" Type="System.Int32" Scope="User">
69       <Value Profile="(Default)">10</Value>
70     </Setting>
71     <Setting Name="ProxyDomain" Type="System.String" Scope="User">
72       <Value Profile="(Default)" />
73     </Setting>
74     <Setting Name="HashingParallelism" Type="System.Byte" Scope="User">
75       <Value Profile="(Default)">1</Value>
76     </Setting>
77     <Setting Name="StartupDelay" Type="System.TimeSpan" Scope="User">
78       <Value Profile="(Default)">00:01:00</Value>
79     </Setting>
80     <Setting Name="UpdateUrl" Type="(Web Service URL)" Scope="Application">
81       <Value Profile="(Default)">https://code.grnet.gr/projects/pithos-ms-client/repository/revisions/master/raw/trunk/Pithos.Installer/versioninfo.xml</Value>
82     </Setting>
83     <Setting Name="UpdateDiagnostics" Type="System.Boolean" Scope="User">
84       <Value Profile="(Default)">False</Value>
85     </Setting>
86     <Setting Name="UpdateCheckInterval" Type="System.TimeSpan" Scope="User">
87       <Value Profile="(Default)">24.00:00:00</Value>
88     </Setting>
89     <Setting Name="FileIdleTimeout" Type="System.TimeSpan" Scope="Application">
90       <Value Profile="(Default)">00:00:10</Value>
91     </Setting>
92     <Setting Name="UpdateForceCheck" Type="System.Boolean" Scope="Application">
93       <Value Profile="(Default)">True</Value>
94     </Setting>
95     <Setting Name="DebugLoggingEnabled" Type="System.Boolean" Scope="User">
96       <Value Profile="(Default)">False</Value>
97     </Setting>
98     <Setting Name="IgnoreCertificateErrors" Type="System.Boolean" Scope="User">
99       <Value Profile="(Default)">False</Value>
100     </Setting>
101     <Setting Name="Servers" Type="Pithos.Interfaces.ServersCollection" Scope="Application">
102       <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
103 &lt;ArrayOfServerSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
104   &lt;ServerSettings&gt;
105 &lt;ServerName&gt;Pithos Production&lt;/ServerName&gt;
106     &lt;ServerUri&gt;https://pithos.okeanos.grnet.gr&lt;/ServerUri&gt;
107     &lt;LoginUri&gt;https://pithos.okeanos.grnet.gr/login&lt;/LoginUri&gt;
108     &lt;LogoutUri&gt;https://accounts.okeanos.grnet.gr/im/logout&lt;/LogoutUri&gt;
109   &lt;/ServerSettings&gt;
110   &lt;ServerSettings&gt;
111 &lt;ServerName&gt;Pithos Development&lt;/ServerName&gt;
112     &lt;ServerUri&gt;https://pithos.dev.grnet.gr&lt;/ServerUri&gt;
113     &lt;LoginUri&gt;https://pithos.dev.grnet.gr/login&lt;/LoginUri&gt;
114     &lt;LogoutUri&gt;https://pithos.dev.grnet.gr/im/logout&lt;/LogoutUri&gt;
115   &lt;/ServerSettings&gt;
116 &lt;/ArrayOfServerSettings&gt;</Value>
117     </Setting>
118   </Settings>
119 </SettingsFile>