diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-05 09:09:52 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-05 09:09:52 -0800 |
commit | b8cd14682204cbbd2e8198a0b366ec4c4a00c7e6 (patch) | |
tree | 1c0abc9dd4b0191f9ce79aa6d22cd16c0f6e4ee6 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | c43b30a70533698b2f0cd28075d5c20adca29961 (diff) | |
download | DotNetOpenAuth-b8cd14682204cbbd2e8198a0b366ec4c4a00c7e6.zip DotNetOpenAuth-b8cd14682204cbbd2e8198a0b366ec4c4a00c7e6.tar.gz DotNetOpenAuth-b8cd14682204cbbd2e8198a0b366ec4c4a00c7e6.tar.bz2 |
Post-upgrade build break fix: Removed own Microsoft.Contracts.dll and reference
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 55fdd61..5e92e57 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -146,10 +146,6 @@ <SpecificVersion>False</SpecificVersion> <HintPath>..\..\lib\log4net.dll</HintPath> </Reference> - <Reference Include="Microsoft.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\lib\Microsoft.Contracts.dll</HintPath> - </Reference> <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> <Reference Include="Moq, Version=3.1.416.3, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> |