Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Facilities / Wcf / Castle.Facilities.WcfIntegration / default.build
blobdfbca6c499797e4aaa192df0ff91f0cd23b354fe
1 <?xml version="1.0" encoding='iso-8859-1' ?>
2 <project
3 name="Castle.Facilities.WcfIntegration"
4 default="build"
5 xmlns="http://nant.sf.net/release/0.85/nant.xsd"
8 <property name="root.dir" value="../../.." />
9 <property overwrite="false" name="assembly.is-cls-compliant" value="false" />
10 <include buildfile="${root.dir}/common-project.xml" />
12 <target name="init" depends="common.init">
13 <property name="assembly.version" value="1.0.3.0" />
14 <assemblyfileset id="project.references" basedir="${build.dir}">
15 <include name="Castle.Core.dll" />
16 <include name="Castle.MicroKernel.dll" />
17 <include name="Castle.Windsor.dll" />
18 <include name="C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.ServiceModel.dll" />
19 <include name="System.Configuration.dll" />
20 </assemblyfileset>
21 </target>
23 <target name="generate-assemblyinfo" depends="init common.generate-assemblyinfo" />
25 <target name="build" description="Build ${project::get-name()}" depends="generate-assemblyinfo common.compile-dll" />
27 </project>