Fixed CORE-16. Adding proxy support for FactorySupportFacility. (Should be a FACILTI...
[castle.git] / Components / components.build
blob615f8314868b9d42c1408c4edf73dcb3407d049e
1 <?xml version="1.0" encoding='iso-8859-1' ?>
2 <project
3 name="castle-components"
4 default="build"
5 xmlns="http://nant.sf.net/release/0.85/nant.xsd"
7 <property name="root.dir" value=".." />
8 <include buildfile="${root.dir}/common-project.xml" />
10 <fileset id="buildfiles.all">
11 <!-- Files have to be in dependency order -->
12 <include name="Validator/Validator.build" />
13 <include name="Binder/Binder.build" />
14 <include name="TemplateEngine/TemplateEngine.build" />
15 <include name="EmailSender/EmailSender.build" />
16 <include name="DictionaryAdapter/DictionaryAdapter.build" />
17 </fileset>
19 <target name="build" depends="common.build" />
21 <target name="generate-assemblyinfo" depends="common.assemblyinfo" />
23 </project>