diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-07 11:04:35 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-07 11:04:35 -0800 |
commit | 6cbab4a751c1c739b93859f2190a0d114c73f398 (patch) | |
tree | c07e8d57d4ef55986a9139bdff4d5ad7edbbd9a1 /src | |
parent | 8ce3d28d5d50aff215d18bf789ca4f6d4a63df09 (diff) | |
download | DotNetOpenAuth-6cbab4a751c1c739b93859f2190a0d114c73f398.zip DotNetOpenAuth-6cbab4a751c1c739b93859f2190a0d114c73f398.tar.gz DotNetOpenAuth-6cbab4a751c1c739b93859f2190a0d114c73f398.tar.bz2 |
The entire login process now works, in a limited fashion.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/DotNetOpenAuth.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.csproj b/src/DotNetOpenAuth/DotNetOpenAuth.csproj index 80487fc..4db7029 100644 --- a/src/DotNetOpenAuth/DotNetOpenAuth.csproj +++ b/src/DotNetOpenAuth/DotNetOpenAuth.csproj @@ -530,6 +530,7 @@ http://opensource.org/licenses/ms-pl.html <Compile Include="OpenId\RelyingParty\AuthenticationRequest.cs" /> <Compile Include="OpenId\RelyingParty\AuthenticationRequestMode.cs" /> <Compile Include="OpenId\RelyingParty\IProviderEndpoint.cs" /> + <Compile Include="OpenId\RelyingParty\RelyingPartyUtilities.cs" /> <Compile Include="OpenId\RelyingParty\SelectorButtonContract.cs" /> <Compile Include="OpenId\RelyingParty\SelectorProviderButton.cs" /> <Compile Include="OpenId\RelyingParty\SelectorOpenIdButton.cs" /> |