* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Configuration / Test / standalone / t35.exe.config
1 <?xml version="1.0" encoding="utf-8" ?>\r
2 <configuration>\r
3   <configSections>\r
4     <section name="testlib1"\r
5              type="TestLib1.ConfigSectionHandler, t35" />\r
6   </configSections>\r
7 \r
8   <testlib1>\r
9     <mynodes>\r
10       <node name="1"/>\r
11       <node name="2"/>\r
12     </mynodes>\r
13   </testlib1>\r
14 </configuration>\r