diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-10 19:49:24 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-10 19:49:24 -0700 |
commit | d5cb031c9772b2a40cc162f088b6d6d7a27aa375 (patch) | |
tree | 719c4e6d1f402c6c68bc6e224a4307459ad8f02c | |
parent | c550dae3f973b551ab4988b20768eefa967bbce4 (diff) | |
download | DotNetOpenAuth-d5cb031c9772b2a40cc162f088b6d6d7a27aa375.zip DotNetOpenAuth-d5cb031c9772b2a40cc162f088b6d6d7a27aa375.tar.gz DotNetOpenAuth-d5cb031c9772b2a40cc162f088b6d6d7a27aa375.tar.bz2 |
Added HintPath to MS.Contracts.dll reference.
-rw-r--r-- | samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj | 7 |
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> |