summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-07-05 07:47:24 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-07-05 07:47:24 -0700
commit46e4f75e2ea9fb66c6e7a2a32657ad442505b95e (patch)
tree94a2f7525dfca1f8bd58099cd083581727a52d82 /samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
parent5d1f7e810dd7169a75098e80031ae89926581042 (diff)
downloadDotNetOpenAuth-46e4f75e2ea9fb66c6e7a2a32657ad442505b95e.zip
DotNetOpenAuth-46e4f75e2ea9fb66c6e7a2a32657ad442505b95e.tar.gz
DotNetOpenAuth-46e4f75e2ea9fb66c6e7a2a32657ad442505b95e.tar.bz2
Simplified using the web server client a bit (no "token manager" needed any more).
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj')
-rw-r--r--samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
index 7e1a0dd..340c639 100644
--- a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
+++ b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
@@ -91,7 +91,7 @@
<Compile Include="Facebook\FacebookClient.cs" />
<Compile Include="Facebook\FacebookGraph.cs" />
<Compile Include="GoogleConsumer.cs" />
- <Compile Include="InMemoryClientTokenManager.cs" />
+ <Compile Include="InMemoryClientAuthorizationTracker.cs" />
<Compile Include="InMemoryTokenManager.cs">
<SubType>Code</SubType>
</Compile>