Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / InversionOfControl / Castle.Windsor.Tests / Configuration2 / include1.xml
blobfcd9bde3a856bca5cc3a947f11a13e32345cb62d
1 <?xml version="1.0" encoding="utf-8" ?> \r
2 <configuration>\r
3 \r
4         <components>\r
5 \r
6                 <component id="testidcomponent1">\r
7                 <item>value1</item>\r
8                 </component>\r
9 \r
10                 <component id="testidcomponent2">\r
11                 <item>value2</item>\r
12                 </component>\r
14         </components>\r
16 </configuration>