Fixing an issue with output parameters that are of type IntPtr
[castle.git] / InversionOfControl / Castle.Windsor.Tests / DotNet2Config / chainOfRespnsability_smart.config
blobd582e2bd0304e7271f352770b5b94e52763c2f81
1 <?xml version="1.0" encoding="utf-8" ?>\r
2 <configuration>\r
3   <components>\r
4     <component id="cache_finder" service="Castle.Windsor.Tests.IResultFinder`1, Castle.Windsor.Tests"\r
5       type="Castle.Windsor.Tests.CacheResultFinder`1, Castle.Windsor.Tests"/>\r
6     <component id="db_finder" service="Castle.Windsor.Tests.IResultFinder`1, Castle.Windsor.Tests"\r
7       type="Castle.Windsor.Tests.DatabaseResultFinder`1, Castle.Windsor.Tests"/>\r
8     <component id="ws_finder" service="Castle.Windsor.Tests.IResultFinder`1, Castle.Windsor.Tests"\r
9       type="Castle.Windsor.Tests.WebServiceResultFinder`1, Castle.Windsor.Tests"/>\r
10     <component id="string_finder" service="Castle.Windsor.Tests.IResultFinder`1[[System.String, mscorlib]], Castle.Windsor.Tests"\r
11       type="Castle.Windsor.Tests.ResultFinderStringDecorator, Castle.Windsor.Tests"/>   \r
12   </components>\r
13 </configuration>