[msvc] Update csproj files (#4711)
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel_test_net_3_5.dll.config
1 <?xml version="1.0" encoding="utf-8"?><configuration>\r
2         <appSettings>\r
3                 <add key="onlyClients" value="false" />\r
4                 <add key="endpointBase" value="http://localhost:9999" />\r
5         </appSettings>\r
6   <system.serviceModel>\r
7     <behaviors>\r
8           <serviceBehaviors>\r
9                         <behavior name="MetadataBehavior">\r
10                                 <serviceMetadata httpGetEnabled="true" />\r
11                         </behavior>\r
12           </serviceBehaviors>\r
13       <endpointBehaviors>\r
14         <behavior name="behavior1">\r
15           <callbackDebug includeExceptionDetailInFaults="true" />\r
16         </behavior>\r
17         <behavior name="behavior2">\r
18           <callbackDebug includeExceptionDetailInFaults="false" />\r
19         </behavior>\r
20       </endpointBehaviors>\r
21     </behaviors>\r
22         <bindings>\r
23                 <basicHttpBinding>\r
24                         <binding name="basicHttp">\r
25                                 <security mode="None">\r
26                                 </security>\r
27                         </binding>\r
28                 </basicHttpBinding>\r
29         </bindings>\r
30     <client>\r
31       <endpoint address="http://test1_1" binding="basicHttpBinding" contract="MonoTests.System.ServiceModel.ICtorUseCase1" name="CtorUseCase1_1" />\r
32       <endpoint address="http://test2_1" binding="basicHttpBinding" contract="CtorUseCase2" name="CtorUseCase2_1" />\r
33       <endpoint address="http://test2_2" binding="basicHttpBinding" contract="CtorUseCase2" name="CtorUseCase2_2" behaviorConfiguration="behavior1" />\r
34       <endpoint address="http://test2_2" binding="basicHttpBinding" contract="CtorUseCase2" name="CtorUseCase2_3" behaviorConfiguration="behavior2" />\r
35       <endpoint name="" binding="basicHttpBinding" contract="test" />\r
36     </client>\r
37 \r
38         <services>\r
39         </services>\r
40   </system.serviceModel>\r
41 </configuration>