Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / MonoRail / Castle.Monorail.JSONSupport.Tests / Castle.Monorail.JSONSupport.Tests.build
blob77084f2487bd73a2ffeb32cfb75fe1df958c7cac
1 <?xml version="1.0" ?>
3 <project
4 name="Castle.MonoRail.JSONSupport.Tests"
5 default="test"
6 xmlns="http://nant.sf.net/release/0.85/nant.xsd"
9 <property name="root.dir" value="../.." />
10 <include buildfile="${root.dir}/common-project.xml" />
12 <target name="init" depends="common.init">
13 <property overwrite="false" name="assembly.is-cls-compliant" value="false" />
14 <assemblyfileset id="project.references" basedir="${build.dir}">
15 <include name="nunit.framework.dll" />
17 <include name="Castle.MonoRail.JSONSupport.dll" />
18 <include name="Castle.MonoRail.Framework.dll" />
19 </assemblyfileset>
20 </target>
22 <target name="generate-assemblyinfo" depends="init common.generate-assemblyinfo" />
24 <target name="test" depends="init generate-assemblyinfo common.compile-tests common.run-tests" description="Runs the tests" />
26 </project>