Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / InversionOfControl / ExtendingSample / AppConfig.config
blobf9bbf7ae6720575d7fc963e11f7294aa9ef251a8
1 <?xml version="1.0" encoding="utf-8" ?>
3 <castle>
4 <components>
5 <component id="smtpemailsender">
6 <parameters>
7 <host>localhost</host>
8 <port>110</port>
9 </parameters>
10 </component>
11 <component id="connectionFactory">
12 <parameters>
13 <connectionString>put a real connection string here someday</connectionString>
14 </parameters>
15 </component>
16 </components>
17 </castle>