summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-05 22:21:23 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-05 22:21:23 -0800
commit7000da3b81ed46ad198926e23df0a390bdbe649c (patch)
tree3b72ea6f4409f4ddd8b99e251f76fe29609e5399 /projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
parent7899dc1d5e76db21fc6f6497539cbef0845f277f (diff)
downloadDotNetOpenAuth-7000da3b81ed46ad198926e23df0a390bdbe649c.zip
DotNetOpenAuth-7000da3b81ed46ad198926e23df0a390bdbe649c.tar.gz
DotNetOpenAuth-7000da3b81ed46ad198926e23df0a390bdbe649c.tar.bz2
Starter project template now collects email and name of user and displays that to the user when available.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj')
-rw-r--r--projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
index 824195a..5c36d34 100644
--- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
+++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
@@ -51,6 +51,9 @@
<Reference Include="System.Data.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
+ <Reference Include="System.IdentityModel">
+ <RequiredTargetFramework>3.0</RequiredTargetFramework>
+ </Reference>
<Reference Include="System.Runtime.Serialization">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>