~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to NUnitTests.nunit

  • Committer: charliepoole
  • Date: 2008-02-23 03:26:05 UTC
  • Revision ID: vcs-imports@canonical.com-20080223032605-y413yp2ckipdsd1s
Move non-source files like scripts to the root directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<NUnitProject>
 
2
  <Settings appbase="." />
 
3
  <Config name="Default" binpathtype="Auto">
 
4
    <assembly path="nunit.framework.tests.dll" />
 
5
    <assembly path="nunit.core.tests.dll" />
 
6
    <assembly path="nunit.util.tests.dll" />
 
7
    <assembly path="nunit.mocks.tests.dll" />
 
8
    <assembly path="nunit.extensions.tests.dll" />
 
9
    <assembly path="nunit-console.tests.dll" />
 
10
    <assembly path="nunit.uikit.tests.dll" />
 
11
    <assembly path="nunit-gui.tests.dll" />
 
12
    <assembly path="nunit.fixtures.tests.dll" />
 
13
  </Config>
 
14
</NUnitProject>