Merge pull request #2869 from BrzVlad/feature-mod-union-opt
[mono.git] / mcs / class / System.Configuration / Test / standalone / t48.exe.config
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3   <configSections>
4     <section name="TestCustomSection" type="System.Configuration.DictionarySectionHandler" />
5   </configSections>
6   <TestCustomSection>
7     <add key="ProxyServer" value="server.example.com" />
8     <add key="ConnectOnStart" value="false" />
9   </TestCustomSection>
10 </configuration>