repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
Samples
/
InversionOfControl
/
ExtendingSample
/
AppConfig.config
blob
f9bbf7ae6720575d7fc963e11f7294aa9ef251a8
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
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>
18