Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Facilities / IBatisNet / Castle.Facilities.IBatisNetIntegration / Castle.Facilities.IBatisNetIntegration.build
blob97d74ae319f6f979d0df6b4e208da602fb499da8
1 <?xml version="1.0" encoding='iso-8859-1' ?>
2 <project
3 name="Castle.Facilities.IBatisNetIntegration"
4 default="build"
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="IBatisNet.Common.dll" />
16 <include name="IBatisNet.DataMapper.dll" />
17 <include name="Castle.Core.dll" />
18 <include name="Castle.Services.Transaction.dll" />
19 <include name="Castle.MicroKernel.dll" />
20 <include name="Castle.Windsor.dll" />
21 <include name="System.Configuration.dll" />
22 </assemblyfileset>
23 </target>
25 <target name="generate-assemblyinfo" depends="init common.generate-assemblyinfo" />
27 <target name="build" description="Build ${project::get-name()}" depends="generate-assemblyinfo common.compile-dll" />
29 </project>