summaryrefslogtreecommitdiffstats
path: root/projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-27 12:10:03 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-27 12:10:03 -0700
commit0ed1e01369d918ad828fa64728f89f9d2c675fdb (patch)
tree85ac9fb81153d6b8fb3774046f4fc28ab3f5df1f /projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj
parent1243c92a0172784f32938a2081f76463f90f102d (diff)
parent3d0b19ba07c1044b433d97e90ffe0489fee967dc (diff)
downloadDotNetOpenAuth-0ed1e01369d918ad828fa64728f89f9d2c675fdb.zip
DotNetOpenAuth-0ed1e01369d918ad828fa64728f89f9d2c675fdb.tar.gz
DotNetOpenAuth-0ed1e01369d918ad828fa64728f89f9d2c675fdb.tar.bz2
Merge branch 'master' into extensibleDiscovery
Conflicts: src/DotNetOpenAuth/OpenId/ProviderEndpointDescription.cs
Diffstat (limited to 'projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj')
-rw-r--r--projecttemplates/RelyingPartyLogic/RelyingPartyLogic.csproj4
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>