diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-07 18:39:24 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-07 18:39:24 -0700 |
commit | 1c3247abc8fb37405d0602e5037b3cebbe8e944a (patch) | |
tree | 7486ca52ae602c7acbf8426b09620570bef99288 /samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj | |
parent | 0e10254700ee5b57c1e5c762d1a018c061f0747a (diff) | |
download | DotNetOpenAuth-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.csproj | 1 |
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> |