summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-10 08:58:22 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-10 08:58:22 -0800
commit1fc942e7cefa847a919ae7c4ce424797c438a011 (patch)
tree6aaa7e8ca9f4aba504dd34b0efe70bfad364b162 /projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
parentcbc0964271849df85ba864944377d592d410de38 (diff)
downloadDotNetOpenAuth-1fc942e7cefa847a919ae7c4ce424797c438a011.zip
DotNetOpenAuth-1fc942e7cefa847a919ae7c4ce424797c438a011.tar.gz
DotNetOpenAuth-1fc942e7cefa847a919ae7c4ce424797c438a011.tar.bz2
Split up token manager into an SP side and a consumer side.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj')
-rw-r--r--projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
index 23ae988..afd2cec 100644
--- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
+++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
@@ -87,6 +87,8 @@
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Code\OAuthConsumerTokenManager.cs" />
+ <Compile Include="Code\OAuthServiceProviderTokenManager.cs" />
<Compile Include="Code\OAuthTokenManager.cs" />
<Compile Include="Code\Policies.cs" />
<Compile Include="Model.IssuedRequestToken.cs" />