summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-05-27 17:17:30 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-05-28 09:31:24 -0700
commite290521765b277368df7a8c37036f8c089d9e744 (patch)
tree4821d6c0436aa8010e083d95b83c95aff8874911 /src
parente2e3ae8f341dd75d4ffe6c1363f69ab92eac7081 (diff)
downloadDotNetOpenAuth-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')
-rw-r--r--src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj14
-rw-r--r--src/DotNetOpenAuth/DotNetOpenAuth.csproj3
2 files changed, 3 insertions, 14 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">
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.csproj b/src/DotNetOpenAuth/DotNetOpenAuth.csproj
index 1c018eb..70e0c8d 100644
--- a/src/DotNetOpenAuth/DotNetOpenAuth.csproj
+++ b/src/DotNetOpenAuth/DotNetOpenAuth.csproj
@@ -168,7 +168,6 @@ http://opensource.org/licenses/ms-pl.html
<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="PresentationFramework">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
@@ -197,7 +196,6 @@ http://opensource.org/licenses/ms-pl.html
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Web.Abstractions">
- <HintPath>..\..\lib\System.Web.Abstractions.dll</HintPath>
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.Extensions">
@@ -208,7 +206,6 @@ http://opensource.org/licenses/ms-pl.html
</Reference>
<Reference Include="System.Web.Mobile" Condition=" '$(ClrVersion)' != '4' " />
<Reference Include="System.Web.Routing">
- <HintPath>..\..\lib\System.Web.Routing.dll</HintPath>
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xaml" Condition=" '$(ClrVersion)' == '4' " />