1 <?xml version=
"1.0" encoding='iso-
8859-
1'
?>
3 name=
"Castle.Facilities.BatchRegistration"
5 xmlns=
"http://nant.sf.net/release/0.85/nant.xsd"
8 <property name=
"root.dir" value=
"../../.." />
9 <include buildfile=
"${root.dir}/common-project.xml" />
11 <target name=
"init" depends=
"common.init">
12 <property name=
"assembly.version" value=
"1.0.3.0" />
14 <assemblyfileset id=
"project.references" basedir=
"${build.dir}">
15 <include name=
"Castle.Core.dll" />
16 <include name=
"Castle.MicroKernel.dll" />
17 <include name=
"System.Configuration.dll" />
21 <target name=
"generate-assemblyinfo" depends=
"init common.generate-assemblyinfo" />
23 <target name=
"build" description=
"Build ${project::get-name()}" depends=
"generate-assemblyinfo common.compile-dll" />