Added hammock project to debug streaming issues
[pithos-ms-client] / trunk / Pithos.Client.WPF / Properties / Settings.settings
index 64f9400..795ec60 100644 (file)
     <Setting Name="ProxyServer" Type="System.String" Scope="User">
       <Value Profile="(Default)" />
     </Setting>
-    <Setting Name="ProxyPort" Type="System.String" Scope="User">
-      <Value Profile="(Default)" />
-    </Setting>
-    <Setting Name="ProxyType" Type="System.String" Scope="User">
-      <Value Profile="(Default)" />
+    <Setting Name="ProxyPort" Type="System.Int32" Scope="User">
+      <Value Profile="(Default)">8080</Value>
     </Setting>
     <Setting Name="ProxyUsername" Type="System.String" Scope="User">
       <Value Profile="(Default)" />
     <Setting Name="ApiKey" Type="System.String" Scope="User">
       <Value Profile="(Default)">9d3cb7b231e96f72ebe96af1c6cd5112</Value>
     </Setting>
-    <Setting Name="Accounts" Type="Pithos.Interfaces.AccountsCollection" Scope="User">
-      <Value Profile="(Default)">
-          &lt;ArrayOfAccountSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
-            &lt;AccountSettings&gt;
-              &lt;AccountName&gt;pkanavos&lt;/AccountName&gt;
-              &lt;ApiKey&gt;9d3cb7b231e96f72ebe96af1c6cd5112&lt;/ApiKey&gt;
-              &lt;SelectiveFolders /&gt;
-            &lt;/AccountSettings&gt;
-          &lt;/ArrayOfAccountSettings&gt;
-        </Value>
-    </Setting>
     <Setting Name="ShowDesktopNotifications" Type="System.Boolean" Scope="User">
       <Value Profile="(Default)">True</Value>
     </Setting>
     <Setting Name="StartOnSystemStartup" Type="System.Boolean" Scope="User">
       <Value Profile="(Default)">True</Value>
     </Setting>
+    <Setting Name="UseNoProxy" Type="System.Boolean" Scope="User">
+      <Value Profile="(Default)">False</Value>
+    </Setting>
+    <Setting Name="UseDefaultProxy" Type="System.Boolean" Scope="User">
+      <Value Profile="(Default)">True</Value>
+    </Setting>
+    <Setting Name="UseManualProxy" Type="System.Boolean" Scope="User">
+      <Value Profile="(Default)">False</Value>
+    </Setting>
+    <Setting Name="Accounts" Type="Pithos.Interfaces.AccountsCollection" Scope="User">
+      <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
+&lt;ArrayOfAccountSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
+  &lt;AccountSettings&gt;
+    &lt;AccountName&gt;pkanavos&lt;/AccountName&gt;
+    &lt;ApiKey&gt;9d3cb7b231e96f72ebe96af1c6cd5112&lt;/ApiKey&gt;
+    &lt;IsActive&gt;true&lt;/IsActive&gt;
+    &lt;SelectiveFolders /&gt;
+  &lt;/AccountSettings&gt;
+&lt;/ArrayOfAccountSettings&gt;</Value>
+    </Setting>
+    <Setting Name="PithosSite" Type="System.String" Scope="Application">
+      <Value Profile="(Default)">http://pithos.dev.grnet.gr/pithos.html</Value>
+    </Setting>
   </Settings>
 </SettingsFile>
\ No newline at end of file