diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-05-27 17:17:30 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-05-28 09:31:24 -0700 |
commit | e290521765b277368df7a8c37036f8c089d9e744 (patch) | |
tree | 4821d6c0436aa8010e083d95b83c95aff8874911 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | e2e3ae8f341dd75d4ffe6c1363f69ab92eac7081 (diff) | |
download | DotNetOpenAuth-e290521765b277368df7a8c37036f8c089d9e744.zip DotNetOpenAuth-e290521765b277368df7a8c37036f8c089d9e744.tar.gz DotNetOpenAuth-e290521765b277368df7a8c37036f8c089d9e744.tar.bz2 |
Stabilized reference paths and removed HintPaths.
This is work for targeting .NET 4.0.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 6355d59..df29b1f 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -138,18 +138,10 @@ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> - <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\lib\log4net.dll</HintPath> - </Reference> + <Reference Include="log4net" /> <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" /> - <Reference Include="Moq, Version=3.1.416.3, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\lib\Moq.dll</HintPath> - </Reference> - <Reference Include="nunit.framework"> - <HintPath>..\..\lib\nunit.framework.dll</HintPath> - </Reference> + <Reference Include="Moq" /> + <Reference Include="NUnit.Framework"/> <Reference Include="System" /> <Reference Include="System.configuration" /> <Reference Include="System.Core"> |