2 <project name=
"boo nunit include">
4 <!-- find out where nunit.framework.dll is -->
5 <property name=
"lib.dir"
6 value=
"${path::combine(nant::get-base-directory(), 'lib')}"
9 <property name=
"lib.family.dir"
10 value=
"${path::combine(lib.dir,framework::get-family(framework::get-target-framework()))}"
13 <property name=
"lib.framework.dir"
14 value=
"${path::combine(lib.family.dir, version::to-string(framework::get-version(framework::get-target-framework())))}"
17 <property name=
"nunit.framework.dll"
18 value=
"${path::combine(lib.framework.dir, 'nunit.framework.dll')}" />
20 <property name=
"nant.tasks.nunit2"
21 value=
"${task::exists('nunit2')}" />