summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-04-06 21:00:31 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-04-09 07:01:13 -0700
commit266e65da43dc5d3b785af7d22ac0dc11274550c2 (patch)
tree82b5d7544bae4c80efb454c096642b9080b128ec /samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj
parente787439364d77416160aa26c1a5d3d9db560c972 (diff)
downloadDotNetOpenAuth-266e65da43dc5d3b785af7d22ac0dc11274550c2.zip
DotNetOpenAuth-266e65da43dc5d3b785af7d22ac0dc11274550c2.tar.gz
DotNetOpenAuth-266e65da43dc5d3b785af7d22ac0dc11274550c2.tar.bz2
Enabled log4net logging in OAuth Consumer WPF sample.
Diffstat (limited to 'samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj')
-rw-r--r--samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj b/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj
index cd693e5..72159c9 100644
--- a/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj
+++ b/samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj
@@ -43,6 +43,10 @@
<ErrorReport>prompt</ErrorReport>
</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="Microsoft.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core">