diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-31 07:25:10 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-31 07:25:10 -0700 |
commit | 2fd225818f9f585e9596f3abe5ad46261b513775 (patch) | |
tree | 5a6e63bb7718d6ba4328e05b05c51549c77db44f | |
parent | ae71ed2a31fd86d4a47a48a8aab566ed140d7b44 (diff) | |
download | DotNetOpenAuth-origin/v2.0.zip DotNetOpenAuth-origin/v2.0.tar.gz DotNetOpenAuth-origin/v2.0.tar.bz2 |
Fixed build break when NUnit is not installed on the build machine.origin/v2.0
-rw-r--r-- | lib/nunit.framework.dll | bin | 0 -> 77824 bytes | |||
-rw-r--r-- | src/DotNetOpenId.Test/DotNetOpenId.Test.csproj | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/nunit.framework.dll b/lib/nunit.framework.dll Binary files differnew file mode 100644 index 0000000..651042d --- /dev/null +++ b/lib/nunit.framework.dll diff --git a/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj b/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj index def1907..6b82c48 100644 --- a/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj +++ b/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj @@ -35,6 +35,7 @@ <ItemGroup>
<Reference Include="nunit.framework, Version=2.2.9.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
|