diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-10 15:57:44 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-10 15:57:44 -0700 |
commit | deb5979703108e56ebf4e235466d8bc0c0902c6d (patch) | |
tree | 1b79ac78a1f5204d5b6d8a406692ab75da6b79a1 /projecttemplates/WebFormsRelyingParty | |
parent | 89e9f5bbe95c593daa973016b0f3f56c808aa601 (diff) | |
download | DotNetOpenAuth-deb5979703108e56ebf4e235466d8bc0c0902c6d.zip DotNetOpenAuth-deb5979703108e56ebf4e235466d8bc0c0902c6d.tar.gz DotNetOpenAuth-deb5979703108e56ebf4e235466d8bc0c0902c6d.tar.bz2 |
Build breaks in project templates now fixed as well.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty')
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj index 8333936..7da4395 100644 --- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj +++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj @@ -241,6 +241,26 @@ <Content Include="PrivacyPolicy.aspx" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\..\src\DotNetOpenAuth.InfoCard\DotNetOpenAuth.InfoCard.csproj"> + <Project>{408D10B8-34BA-4CBD-B7AA-FEB1907ABA4C}</Project> + <Name>DotNetOpenAuth.InfoCard</Name> + </ProjectReference> + <ProjectReference Include="..\..\src\DotNetOpenAuth.Messaging\DotNetOpenAuth.Messaging.csproj"> + <Project>{60426312-6AE5-4835-8667-37EDEA670222}</Project> + <Name>DotNetOpenAuth.Messaging</Name> + </ProjectReference> + <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth2\DotNetOpenAuth.OAuth2.csproj"> + <Project>{56459A6C-6BA2-4BAC-A9C0-27E3BD961FA6}</Project> + <Name>DotNetOpenAuth.OAuth2</Name> + </ProjectReference> + <ProjectReference Include="..\..\src\DotNetOpenAuth.OAuth\DotNetOpenAuth.OAuth.csproj"> + <Project>{A288FCC8-6FCF-46DA-A45E-5F9281556361}</Project> + <Name>DotNetOpenAuth.OAuth</Name> + </ProjectReference> + <ProjectReference Include="..\..\src\DotNetOpenAuth.OpenId\DotNetOpenAuth.OpenId.csproj"> + <Project>{3896A32A-E876-4C23-B9B8-78E17D134CD3}</Project> + <Name>DotNetOpenAuth.OpenId</Name> + </ProjectReference> <ProjectReference Include="..\RelyingPartyLogic\RelyingPartyLogic.csproj"> <Project>{17932639-1F50-48AF-B0A5-E2BF832F82CC}</Project> <Name>RelyingPartyLogic</Name> |