summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-29 09:14:35 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-29 09:15:31 -0700
commit546235d5ef68164a53fb82a6a12239ef6184b1ed (patch)
tree467c48ea27d6c0793b30c78e3af29ca3f9a13225 /src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
parentf240b15ba8932276dc4149c80cf4bfd7310c1125 (diff)
downloadDotNetOpenAuth-546235d5ef68164a53fb82a6a12239ef6184b1ed.zip
DotNetOpenAuth-546235d5ef68164a53fb82a6a12239ef6184b1ed.tar.gz
DotNetOpenAuth-546235d5ef68164a53fb82a6a12239ef6184b1ed.tar.bz2
Moved the code in AuthorizationCodeBindingElement into the AuthorizationServer class.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj')
-rw-r--r--src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
index a007d99..f68e60a 100644
--- a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
+++ b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
@@ -23,7 +23,6 @@
<Compile Include="OAuth2\ChannelElements\AccessRequestBindingElement.cs" />
<Compile Include="OAuth2\ChannelElements\AccessTokenBindingElement.cs" />
<Compile Include="OAuth2\ChannelElements\AuthorizationCode.cs" />
- <Compile Include="OAuth2\ChannelElements\AuthorizationCodeBindingElement.cs" />
<Compile Include="OAuth2\ChannelElements\IncomingMessageValidationBindingElement.cs" />
<Compile Include="OAuth2\ChannelElements\AuthServerBindingElementBase.cs" />
<Compile Include="OAuth2\ChannelElements\IOAuth2ChannelWithAuthorizationServer.cs" />