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
Added ProxyOptions to Windsor so allow facilities to easily add proxy interfaces...
[castle.git]
/
MonoRail
/
Castle.MonoRail.WindsorExtension.Tests
/
App.config
blob
43a305f685b97816f4601bd59eb628bb280594c7
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
<configuration>
3
<appSettings>
4
<add
key
=
"tests.src"
value
=
"../Castle.MonoRail.WindsorExtension.Tests"
/>
5
<add
key
=
"web.physical.dir"
value
=
"../TestSiteWindsor"
/>
6
<add
key
=
"web.virtual.dir"
value
=
"/"
/>
7
</appSettings>
8
</configuration>