summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-04-10 19:49:24 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-04-10 19:49:24 -0700
commitd5cb031c9772b2a40cc162f088b6d6d7a27aa375 (patch)
tree719c4e6d1f402c6c68bc6e224a4307459ad8f02c
parentc550dae3f973b551ab4988b20768eefa967bbce4 (diff)
downloadDotNetOpenAuth-d5cb031c9772b2a40cc162f088b6d6d7a27aa375.zip
DotNetOpenAuth-d5cb031c9772b2a40cc162f088b6d6d7a27aa375.tar.gz
DotNetOpenAuth-d5cb031c9772b2a40cc162f088b6d6d7a27aa375.tar.bz2
Added HintPath to MS.Contracts.dll reference.
-rw-r--r--samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj b/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj
index 7284867..0617746 100644
--- a/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj
+++ b/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj
@@ -47,7 +47,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\log4net.dll</HintPath>
</Reference>
- <Reference Include="Microsoft.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL" />
+ <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="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core">
@@ -128,4 +131,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project> \ No newline at end of file
+</Project>