diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-10-28 17:05:48 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-10-28 17:05:48 -0700 |
commit | dbd21644212d4c48d4fdfa08da2db3c642f6348c (patch) | |
tree | feb1fb2bde793219b6ac95478b2e5489bd9cca8c /projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj | |
parent | db7e0aab2eb3a202c086682312d4e191f8179b27 (diff) | |
download | DotNetOpenAuth-dbd21644212d4c48d4fdfa08da2db3c642f6348c.zip DotNetOpenAuth-dbd21644212d4c48d4fdfa08da2db3c642f6348c.tar.gz DotNetOpenAuth-dbd21644212d4c48d4fdfa08da2db3c642f6348c.tar.bz2 |
Converted some argument verification checks to contracts.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj')
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj index fd575a0..a486ac5 100644 --- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj +++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj @@ -185,6 +185,7 @@ <Content Include="bin\DotNetOpenAuth.xml" /> <Content Include="bin\log4net.dll" /> <Content Include="bin\log4net.xml" /> + <Content Include="bin\Microsoft.Contracts.dll" /> <Content Include="GettingStarted.htm" /> <Content Include="images\infocard_23x16.png" /> <Content Include="images\openid_login.gif" /> |