diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-19 22:28:08 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-19 22:28:08 -0800 |
commit | bf833ec35eef4a3514cc8426c36139bc8cca68bc (patch) | |
tree | 8be76aad52f81a154cec08299a0a796c31f21e29 /projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj | |
parent | 2d1eedc3bdf0f58dff78aedc7fc41459ba7af944 (diff) | |
parent | 71ba020b6cdec56990363e4808453da2e80d0e7f (diff) | |
download | DotNetOpenAuth-bf833ec35eef4a3514cc8426c36139bc8cca68bc.zip DotNetOpenAuth-bf833ec35eef4a3514cc8426c36139bc8cca68bc.tar.gz DotNetOpenAuth-bf833ec35eef4a3514cc8426c36139bc8cca68bc.tar.bz2 |
Merge branch 'v3.3'
Diffstat (limited to 'projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj')
-rw-r--r-- | projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj index 1e7e759..9eba352 100644 --- a/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj +++ b/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj @@ -82,6 +82,7 @@ <Reference Include="System.Web.Mobile" /> </ItemGroup> <ItemGroup> + <Compile Include="Model.cs" /> <Compile Include="Model.IssuedToken.cs" /> <Compile Include="Database.cs" /> <Compile Include="DataRoleProvider.cs" /> @@ -94,7 +95,9 @@ </Compile> <Compile Include="Model.IssuedAccessToken.cs" /> <Compile Include="Model.IssuedRequestToken.cs" /> + <Compile Include="Model.OpenIdAssociation.cs" /> <Compile Include="Model.User.cs" /> + <Compile Include="NonceDbStore.cs" /> <Compile Include="OAuthAuthenticationModule.cs" /> <Compile Include="OAuthAuthorizationManager.cs" /> <Compile Include="OAuthConsumerTokenManager.cs" /> @@ -104,6 +107,7 @@ <Compile Include="OAuthTokenManager.cs" /> <Compile Include="Policies.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="RelyingPartyApplicationDbStore.cs" /> <Compile Include="Utilities.cs" /> </ItemGroup> <ItemGroup> |