repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
More working tests.
[castle.git]
/
InversionOfControl
/
Castle.Windsor.Tests
/
Configuration2
/
config_with_define_default.xml
blob
909a85e29672a9c8866e317bc7b9e237d208df25
1
<configuration>
\r
2
<define flag="debug"/>
\r
3
<define flag="prod"/>
\r
4
<define flag="qa"/>
\r
5
\r
6
<undef flag="debug"/>
\r
7
<undef flag="prod"/>
\r
8
<undef flag="qa"/>
\r
9
\r
10
<include uri="file://config_with_choose_stmt.xml"/>
\r
11
</configuration>
\r