Added option to disable selective Synchronization
[pithos-ms-client] / trunk / Pithos.Client.WPF / Properties / Settings.settings
index d4af2ad..dca5124 100644 (file)
       <Value Profile="(Default)">False</Value>
     </Setting>
     <Setting Name="Servers" Type="Pithos.Interfaces.ServersCollection" Scope="Application">
-      <Value Profile="(Default)">
-                                       &lt;ArrayOfServerSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
-                                               &lt;ServerSettings&gt;
-                                                       &lt;ServerUri&gt;https://pithos.okeanos.grnet.gr&lt;/ServerUri&gt;
-                                                       &lt;LoginUri&gt;https://pithos.okeanos.grnet.gr/login&lt;/LoginUri&gt;
-                                                       &lt;LogoutUri&gt;https://accounts.okeanos.grnet.gr/im/logout&lt;/LogoutUri&gt;
-                                               &lt;/ServerSettings&gt;
-                                               &lt;ServerSettings&gt;
-                                                       &lt;ServerUri&gt;https://pithos.dev.grnet.gr&lt;/ServerUri&gt;
-                                                       &lt;LoginUri&gt;https://pithos.dev.grnet.gr/login&lt;/LoginUri&gt;
-                                                       &lt;LogoutUri&gt;https://pithos.dev.grnet.gr/im/logout&lt;/LogoutUri&gt;
-                                               &lt;/ServerSettings&gt;
-                                       &lt;/ArrayOfServerSettings&gt;
-                               </Value>
+      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
+&lt;ArrayOfServerSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
+  &lt;ServerSettings&gt;
+&lt;ServerName&gt;Pithos Production&lt;/ServerName&gt;
+    &lt;ServerUri&gt;https://pithos.okeanos.grnet.gr&lt;/ServerUri&gt;
+    &lt;LoginUri&gt;https://pithos.okeanos.grnet.gr/login&lt;/LoginUri&gt;
+    &lt;LogoutUri&gt;https://accounts.okeanos.grnet.gr/im/logout&lt;/LogoutUri&gt;
+  &lt;/ServerSettings&gt;
+  &lt;ServerSettings&gt;
+&lt;ServerName&gt;Pithos Development&lt;/ServerName&gt;
+    &lt;ServerUri&gt;https://pithos.dev.grnet.gr&lt;/ServerUri&gt;
+    &lt;LoginUri&gt;https://pithos.dev.grnet.gr/login&lt;/LoginUri&gt;
+    &lt;LogoutUri&gt;https://pithos.dev.grnet.gr/im/logout&lt;/LogoutUri&gt;
+  &lt;/ServerSettings&gt;
+&lt;/ArrayOfServerSettings&gt;</Value>
     </Setting>
   </Settings>
 </SettingsFile>
\ No newline at end of file