diff options
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj index bb782f0..73c563b 100644 --- a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj +++ b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj @@ -27,6 +27,8 @@ <DependentUpon>AuthServerStrings.resx</DependentUpon> </Compile> <Compile Include="OAuth2\AuthServerUtilities.cs" /> + <Compile Include="OAuth2\AutomatedAuthorizationCheckResponse.cs" /> + <Compile Include="OAuth2\AutomatedUserAuthorizationCheckResponse.cs" /> <Compile Include="OAuth2\ChannelElements\AggregatingClientCredentialReader.cs" /> <Compile Include="OAuth2\ChannelElements\ClientCredentialHttpBasicReader.cs" /> <Compile Include="OAuth2\ChannelElements\ClientCredentialMessagePartReader.cs" /> |