Added File/Container properties windows
[pithos-ms-client] / trunk / Pithos.ShellExtensions / app.config
1 <?xml version="1.0"?>
2 <configuration>
3     <system.serviceModel>
4         <bindings>
5             <netNamedPipeBinding>
6                 <binding name="NetNamedPipeBinding_IStatusService" closeTimeout="00:01:00"
7                     openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
8                     transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
9                     hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288"
10                     maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="65536">
11                     <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
12                         maxBytesPerRead="4096" maxNameTableCharCount="16384" />
13                     <security mode="None">
14                         <transport protectionLevel="EncryptAndSign" />
15                     </security>
16                 </binding>
17                 <binding name="NetNamedPipeBinding_ISettingsService" closeTimeout="00:01:00"
18                     openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
19                     transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
20                     hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288"
21                     maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="65536">
22                     <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
23                         maxBytesPerRead="4096" maxNameTableCharCount="16384" />
24                     <security mode="None">
25                         <transport protectionLevel="EncryptAndSign" />
26                     </security>
27                 </binding>
28                 <binding name="NetNamedPipeBinding_ICommandsService" closeTimeout="00:01:00"
29                     openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
30                     transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
31                     hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288"
32                     maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="65536">
33                     <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
34                         maxBytesPerRead="4096" maxNameTableCharCount="16384" />
35                     <security mode="None">
36                         <transport protectionLevel="EncryptAndSign" />
37                     </security>
38                 </binding>
39             </netNamedPipeBinding>
40         </bindings>
41         <client>
42             <endpoint address="net.pipe://localhost/pithos/statuscache" binding="netNamedPipeBinding"
43                 bindingConfiguration="NetNamedPipeBinding_IStatusService"
44                 contract="PithosService.IStatusService" name="NetNamedPipeBinding_IStatusService" />
45             <endpoint address="net.pipe://localhost/pithos/settings" binding="netNamedPipeBinding"
46                 bindingConfiguration="NetNamedPipeBinding_ISettingsService"
47                 contract="PithosService.ISettingsService" name="NetNamedPipeBinding_ISettingsService" />
48             <endpoint address="net.pipe://localhost/pithos/commands" binding="netNamedPipeBinding"
49                 bindingConfiguration="NetNamedPipeBinding_ICommandsService"
50                 contract="PithosService.ICommandsService" name="NetNamedPipeBinding_ICommandsService" />
51         </client>
52     </system.serviceModel>
53 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>