2807
by charliepoole
Separate project files for 1.1 and 2.0 tests |
1 |
<NUnitProject>
|
2 |
<Settings appbase="."/> |
|
2995
by charliepoole
Restructure build directory to put dlls into lib subdirectory. Modify VS2005 and |
3 |
<Config name="Default" binpath="lib;tests;framework" runtimeFramework="v${runtime.version}"> |
2807
by charliepoole
Separate project files for 1.1 and 2.0 tests |
4 |
<assembly path="tests/nunit.framework.tests.dll" /> |
5 |
<assembly path="tests/nunit.core.tests.dll" /> |
|
6 |
<assembly path="tests/nunit.util.tests.dll" /> |
|
7 |
<assembly path="tests/nunit.mocks.tests.dll" /> |
|
8 |
<assembly path="tests/nunit-console.tests.dll" /> |
|
9 |
<assembly path="tests/nunit.uiexception.tests.dll" /> |
|
10 |
<assembly path="tests/nunit.uikit.tests.dll" /> |
|
11 |
<assembly path="tests/nunit-gui.tests.dll" /> |
|
12 |
<assembly path="tests/nunit.fixtures.tests.dll" /> |
|
13 |
</Config>
|
|
14 |
</NUnitProject>
|