summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-04-07 18:39:24 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-04-07 18:39:24 -0700
commit1c3247abc8fb37405d0602e5037b3cebbe8e944a (patch)
tree7486ca52ae602c7acbf8426b09620570bef99288 /samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
parent0e10254700ee5b57c1e5c762d1a018c061f0747a (diff)
downloadDotNetOpenAuth-1c3247abc8fb37405d0602e5037b3cebbe8e944a.zip
DotNetOpenAuth-1c3247abc8fb37405d0602e5037b3cebbe8e944a.tar.gz
DotNetOpenAuth-1c3247abc8fb37405d0602e5037b3cebbe8e944a.tar.bz2
Added Twitter OAuth consumer sample and helper class to the application block.
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj')
-rw-r--r--samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
index 590b96b..626dbaa 100644
--- a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
+++ b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
@@ -57,6 +57,7 @@
<ItemGroup>
<Compile Include="GoogleConsumer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="TwitterConsumer.cs" />
<Compile Include="Util.cs" />
</ItemGroup>
<ItemGroup>