diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-15 22:17:20 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-15 22:17:20 -0800 |
commit | e12782c1a6727390b2107ff2e39d4ac6173d86fc (patch) | |
tree | 3be0ccda0a9425927263f5b6b9616ef8ba11ac08 /tools/NUnit/bin/NUnitTests.nunit | |
parent | 078b1f350eb40ceee7423c25b1d833dd1f242da4 (diff) | |
parent | a545f7be2693596fa14540c359e43150a6a7cf88 (diff) | |
download | DotNetOpenAuth-origin/mono.zip DotNetOpenAuth-origin/mono.tar.gz DotNetOpenAuth-origin/mono.tar.bz2 |
Merge branch 'v2.5' into monoorigin/mono
Conflicts:
src/DotNetOpenId/Properties/AssemblyInfo.cs
src/DotNetOpenId/RelyingParty/AuthenticationResponse.cs
Diffstat (limited to 'tools/NUnit/bin/NUnitTests.nunit')
-rw-r--r-- | tools/NUnit/bin/NUnitTests.nunit | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/NUnit/bin/NUnitTests.nunit b/tools/NUnit/bin/NUnitTests.nunit new file mode 100644 index 0000000..3360232 --- /dev/null +++ b/tools/NUnit/bin/NUnitTests.nunit @@ -0,0 +1,14 @@ +<NUnitProject>
+ <Settings appbase="." />
+ <Config name="Default" binpathtype="Auto">
+ <assembly path="nunit.framework.tests.dll" />
+ <assembly path="nunit.core.tests.dll" />
+ <assembly path="nunit.util.tests.dll" />
+ <assembly path="nunit.mocks.tests.dll" />
+ <assembly path="nunit.extensions.tests.dll" />
+ <assembly path="nunit-console.tests.dll" />
+ <assembly path="nunit.uikit.tests.dll" />
+ <assembly path="nunit-gui.tests.dll" />
+ <assembly path="nunit.fixtures.tests.dll" />
+ </Config>
+</NUnitProject>
|