summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-06 10:16:56 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-06 10:16:56 -0800
commit408d636335d73d5520bc1f9fbfdab224d492b7cf (patch)
tree387094f2e46e51dc762c6cfab0dc52cb07b3a386 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
parent76d037863734a7ba814c5fefdf067755127adb03 (diff)
downloadDotNetOpenAuth-408d636335d73d5520bc1f9fbfdab224d492b7cf.zip
DotNetOpenAuth-408d636335d73d5520bc1f9fbfdab224d492b7cf.tar.gz
DotNetOpenAuth-408d636335d73d5520bc1f9fbfdab224d492b7cf.tar.bz2
First test converted to NUnit.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r--src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
index 7fc479d..a7635aa 100644
--- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
+++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
@@ -132,6 +132,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Moq.dll</HintPath>
</Reference>
+ <Reference Include="nunit.framework">
+ <HintPath>..\..\lib\nunit.framework.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core">
@@ -336,4 +339,4 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\tools\DotNetOpenAuth.Versioning.targets" />
-</Project> \ No newline at end of file
+</Project>