summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-02-21 07:39:17 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2013-02-21 07:39:17 -0800
commit82a38e5b7875b2ef48b16206e8019a02f90fee9a (patch)
tree990f4226358a31495486ac8684092fa1fe703a84 /src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj
parent681fc4d8a1d27d45648116c383e8f13fd0d2c12d (diff)
downloadDotNetOpenAuth-82a38e5b7875b2ef48b16206e8019a02f90fee9a.zip
DotNetOpenAuth-82a38e5b7875b2ef48b16206e8019a02f90fee9a.tar.gz
DotNetOpenAuth-82a38e5b7875b2ef48b16206e8019a02f90fee9a.tar.bz2
Adds the OAuth 1 consumer PLAINTEXT signing message handler.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj')
-rw-r--r--src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj b/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj
index 8c2cb18..922b860 100644
--- a/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj
+++ b/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj
@@ -27,6 +27,7 @@
<Compile Include="OAuth\DesktopConsumer.cs" />
<Compile Include="OAuth\OAuth1HmacSha1HttpMessageHandler.cs" />
<Compile Include="OAuth\OAuth1HttpMessageHandlerBase.cs" />
+ <Compile Include="OAuth\OAuth1PlainTextMessageHandler.cs" />
<Compile Include="OAuth\OAuth1RsaSha1HttpMessageHandler.cs" />
<Compile Include="OAuth\WebConsumer.cs" />
<Compile Include="Properties\AssemblyInfo.cs">