1 <?xml version=
"1.0" encoding='iso-
8859-
1'
?>
3 name=
"castle-vsnetintegration"
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 <target name=
"build" depends=
"common.init vsnetwizard" />
12 <target name=
"vsnetwizard" >
13 <if test=
"${platform::is-win32() and property::exists('dev.env.dir') and directory::exists(dev.env.dir)}">
14 <nant buildfile=
"Castle.VSNetIntegration.CastleWizards/wizards.build" />