diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj')
-rw-r--r-- | projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj index c25c6d3..54e62bf 100644 --- a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj +++ b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj @@ -72,6 +72,7 @@ <Compile Include="Code\FormsAuthenticationService.cs" /> <Compile Include="Code\OpenIdRelyingPartyService.cs" /> <Compile Include="Controllers\AccountController.cs" /> + <Compile Include="Controllers\AuthController.cs" /> <Compile Include="Controllers\HomeController.cs" /> <Compile Include="Default.aspx.cs"> <DependentUpon>Default.aspx</DependentUpon> @@ -95,10 +96,51 @@ </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="Content\loginpopup.css" /> + <Content Include="Content\theme\images\ui-bg_flat_55_999999_40x100.png" /> + <Content Include="Content\theme\images\ui-bg_flat_75_aaaaaa_40x100.png" /> + <Content Include="Content\theme\images\ui-bg_glass_45_0078ae_1x400.png" /> + <Content Include="Content\theme\images\ui-bg_glass_55_f8da4e_1x400.png" /> + <Content Include="Content\theme\images\ui-bg_glass_75_79c9ec_1x400.png" /> + <Content Include="Content\theme\images\ui-bg_gloss-wave_45_e14f1c_500x100.png" /> + <Content Include="Content\theme\images\ui-bg_gloss-wave_50_6eac2c_500x100.png" /> + <Content Include="Content\theme\images\ui-bg_gloss-wave_75_2191c0_500x100.png" /> + <Content Include="Content\theme\images\ui-bg_inset-hard_100_fcfdfd_1x100.png" /> + <Content Include="Content\theme\images\ui-icons_0078ae_256x240.png" /> + <Content Include="Content\theme\images\ui-icons_056b93_256x240.png" /> + <Content Include="Content\theme\images\ui-icons_d8e7f3_256x240.png" /> + <Content Include="Content\theme\images\ui-icons_e0fdff_256x240.png" /> + <Content Include="Content\theme\images\ui-icons_f5e175_256x240.png" /> + <Content Include="Content\theme\images\ui-icons_f7a50d_256x240.png" /> + <Content Include="Content\theme\images\ui-icons_fcd113_256x240.png" /> + <Content Include="Content\theme\ui.accordion.css" /> + <Content Include="Content\theme\ui.all.css" /> + <Content Include="Content\theme\ui.base.css" /> + <Content Include="Content\theme\ui.core.css" /> + <Content Include="Content\theme\ui.datepicker.css" /> + <Content Include="Content\theme\ui.dialog.css" /> + <Content Include="Content\theme\ui.progressbar.css" /> + <Content Include="Content\theme\ui.resizable.css" /> + <Content Include="Content\theme\ui.slider.css" /> + <Content Include="Content\theme\ui.tabs.css" /> + <Content Include="Content\theme\ui.theme.css" /> <Content Include="Default.aspx" /> <Content Include="Getting Started.htm" /> <Content Include="Global.asax" /> + <Content Include="Scripts\jquery-ui-personalized-1.6rc6.js" /> + <Content Include="Scripts\jquery-ui-personalized-1.6rc6.min.js" /> + <Content Include="Scripts\jquery.cookie.js" /> + <Content Include="Scripts\LoginLink.js" /> <Content Include="Setup.aspx" /> + <Content Include="Views\Auth\LogOnScripts.ascx" /> + <Content Include="Views\Auth\LogOn.aspx" /> + <Content Include="Views\Auth\LogOnContent.ascx" /> <Content Include="Views\Account\EditFields.ascx" /> <Content Include="Views\Account\Edit.aspx" /> <Content Include="Views\Home\PrivacyPolicy.aspx" /> @@ -112,7 +154,7 @@ <Content Include="Scripts\MicrosoftAjax.debug.js" /> <Content Include="Scripts\MicrosoftMvcAjax.js" /> <Content Include="Scripts\MicrosoftMvcAjax.debug.js" /> - <Content Include="Views\Account\LogOn.aspx" /> + <Content Include="Views\Auth\LogOnPopup.aspx" /> <Content Include="Views\Home\About.aspx" /> <Content Include="Views\Home\Index.aspx" /> <Content Include="Views\Shared\Error.aspx" /> |