1 <?xml version=
"1.0" encoding='iso-
8859-
1'
?>
3 name=
"castle-aspectsharp"
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=
"AopAlliance/AopAlliance.build" />
14 <include name=
"AspectSharp.Lang/AspectSharp.Lang.build" />
15 <include name=
"AspectSharp/AspectSharp.build" />
16 <include name=
"AspectSharp.Lang.Tests/AspectSharp.Lang.Tests.build" />
17 <include name=
"AspectSharp.Tests/AspectSharp.Tests.build" />
20 <target name=
"build" depends=
"common.build" />
22 <target name=
"generate-assemblyinfo" depends=
"common.assemblyinfo" />