1 <?xml version=
"1.0" encoding='iso-
8859-
1'
?>
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 <fileset id=
"buildfiles.all">
12 <!-- Files have to be in dependency order -->
13 <include name=
"DynamicProxy/DynamicProxy.build" />
14 <include name=
"Castle.DynamicProxy2/Castle.DynamicProxy2.build" />
15 <include name=
"NVelocity/nvelocity.build" />
18 <target name=
"build" depends=
"common.build" />
20 <target name=
"generate-assemblyinfo" depends=
"common.assemblyinfo" />
22 <target name=
"dynamicproxy2">
23 <nant buildfile=
"Castle.DynamicProxy2/Castle.DynamicProxy2.build" target=
"build" />
26 <target name=
"nvelocity">
27 <nant buildfile=
"NVelocity/nvelocity.build" target=
"build" />
30 <target name=
"vsintegration">
31 <nant buildfile=
"VSNetWizards/VsNetIntegration.build" target=
"build" />