diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-26 20:34:22 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-26 20:34:22 -0800 |
commit | a1553f37eee3a0a05aae214692f5ef2e60a6a870 (patch) | |
tree | 19b70c431dd550ab4144ac2946362a67a38ee2bf | |
parent | d82cefc93664d44ac2f98047d271aa281aeb265f (diff) | |
download | DotNetOpenAuth-a1553f37eee3a0a05aae214692f5ef2e60a6a870.zip DotNetOpenAuth-a1553f37eee3a0a05aae214692f5ef2e60a6a870.tar.gz DotNetOpenAuth-a1553f37eee3a0a05aae214692f5ef2e60a6a870.tar.bz2 |
Added changes that should have gone with the last commit.
-rw-r--r-- | projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj index c25c6d3..1992732 100644 --- a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj +++ b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj @@ -95,9 +95,16 @@ </Compile> </ItemGroup> <ItemGroup> + <Content Include="Content\images\google.gif" /> + <Content Include="Content\images\myopenid.png" /> + <Content Include="Content\images\openid.gif" /> + <Content Include="Content\images\verisign.gif" /> + <Content Include="Content\images\yahoo.gif" /> + <Content Include="Content\images\yahoo_login.png" /> <Content Include="Default.aspx" /> <Content Include="Getting Started.htm" /> <Content Include="Global.asax" /> + <Content Include="Scripts\jquery.cookie.js" /> <Content Include="Setup.aspx" /> <Content Include="Views\Account\EditFields.ascx" /> <Content Include="Views\Account\Edit.aspx" /> |