summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-04-24 20:15:21 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-04-24 20:15:21 -0700
commitbf30c08cce5b18f6dc1679be8e4e610819efa9a7 (patch)
treee7ea28e790e5de356fcc286de992877abc0bb3d6 /src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
parent42c6834c6b8f539ea48d42895e10df67cbab5cd3 (diff)
downloadDotNetOpenAuth-bf30c08cce5b18f6dc1679be8e4e610819efa9a7.zip
DotNetOpenAuth-bf30c08cce5b18f6dc1679be8e4e610819efa9a7.tar.gz
DotNetOpenAuth-bf30c08cce5b18f6dc1679be8e4e610819efa9a7.tar.bz2
Moved IAuthorizationServerHost interface into the auth server project.
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, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
index c6371c0..11b1cb2 100644
--- a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
+++ b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
@@ -38,6 +38,7 @@
<Compile Include="OAuth2\ChannelElements\RefreshToken.cs" />
<Compile Include="OAuth2\ChannelElements\ClientAuthenticationModule.cs" />
<Compile Include="OAuth2\ClientDescription.cs" />
+ <Compile Include="OAuth2\IAuthorizationServerHost.cs" />
<Compile Include="OAuth2\Messages\AccessTokenAuthorizationCodeRequestAS.cs" />
<Compile Include="OAuth2\Messages\AccessTokenRefreshRequestAS.cs" />
<Compile Include="OAuth2\Messages\EndUserAuthorizationSuccessAuthCodeResponseAS.cs" />