Fixed some formatting issues.
[castle.git] / Tools / VSNetWizards / VsNetIntegration.build
blobae519ca9f014b3bc31b3e48bf59963439dd2d9a1
1 <?xml version="1.0" encoding='iso-8859-1' ?>
2 <project
3 name="castle-vsnetintegration"
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 <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" />
15 </if>
16 </target>
18 </project>