Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 112:0bca45e1e664
Pantalla de Perfil donde se puede asociar la cuenta de twitter al usuario existente
author | Nelo@Kenia.neluz.int |
---|---|
date | Sat, 11 Jun 2011 01:20:59 -0300 |
parents | 80c22175c9b5 |
children | 0eac9a1c1a6c |
comparison
equal
deleted
inserted
replaced
111:90ce239cfa6d | 112:0bca45e1e664 |
---|---|
62 </ItemGroup> | 62 </ItemGroup> |
63 <ItemGroup> | 63 <ItemGroup> |
64 <Compile Include="Controllers\AccountController.cs" /> | 64 <Compile Include="Controllers\AccountController.cs" /> |
65 <Compile Include="Controllers\EventoController.cs" /> | 65 <Compile Include="Controllers\EventoController.cs" /> |
66 <Compile Include="Controllers\HomeController.cs" /> | 66 <Compile Include="Controllers\HomeController.cs" /> |
67 <Compile Include="Controllers\PerfilController.cs" /> | |
67 <Compile Include="Controllers\PropuestaController.cs" /> | 68 <Compile Include="Controllers\PropuestaController.cs" /> |
68 <Compile Include="Global.asax.cs"> | 69 <Compile Include="Global.asax.cs"> |
69 <DependentUpon>Global.asax</DependentUpon> | 70 <DependentUpon>Global.asax</DependentUpon> |
70 </Compile> | 71 </Compile> |
71 <Compile Include="HttpContextIdentityProvider.cs" /> | 72 <Compile Include="HttpContextIdentityProvider.cs" /> |
74 <Compile Include="CustomModelMetadataProvider\ResolverThroughResource.cs" /> | 75 <Compile Include="CustomModelMetadataProvider\ResolverThroughResource.cs" /> |
75 <Compile Include="IdentityHelper.cs" /> | 76 <Compile Include="IdentityHelper.cs" /> |
76 <Compile Include="Models\AccountModels.cs" /> | 77 <Compile Include="Models\AccountModels.cs" /> |
77 <Compile Include="Models\EventoModel.cs" /> | 78 <Compile Include="Models\EventoModel.cs" /> |
78 <Compile Include="Models\EventoModelHelper.cs" /> | 79 <Compile Include="Models\EventoModelHelper.cs" /> |
80 <Compile Include="Models\PerfilModel.cs" /> | |
79 <Compile Include="Models\PropuestaModel.cs" /> | 81 <Compile Include="Models\PropuestaModel.cs" /> |
80 <Compile Include="Properties\AssemblyInfo.cs" /> | 82 <Compile Include="Properties\AssemblyInfo.cs" /> |
81 <Compile Include="Services\AccountMembershipService.cs" /> | 83 <Compile Include="Services\AccountMembershipService.cs" /> |
82 <Compile Include="Services\FormsAuthenticationService.cs" /> | 84 <Compile Include="Services\FormsAuthenticationService.cs" /> |
83 <Compile Include="Services\IFormsAuthenticationService.cs" /> | 85 <Compile Include="Services\IFormsAuthenticationService.cs" /> |
189 <Content Include="Views\Shared\EditorTemplates\Object.cshtml" /> | 191 <Content Include="Views\Shared\EditorTemplates\Object.cshtml" /> |
190 </ItemGroup> | 192 </ItemGroup> |
191 <ItemGroup> | 193 <ItemGroup> |
192 <Content Include="Views\Shared\DisplayTemplates\Tooltip.cshtml" /> | 194 <Content Include="Views\Shared\DisplayTemplates\Tooltip.cshtml" /> |
193 </ItemGroup> | 195 </ItemGroup> |
196 <ItemGroup> | |
197 <Content Include="Views\Perfil\Index.cshtml" /> | |
198 </ItemGroup> | |
194 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 199 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
195 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> | 200 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> |
196 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 201 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
197 Other similar extension points exist, see Microsoft.Common.targets. | 202 Other similar extension points exist, see Microsoft.Common.targets. |
198 <Target Name="BeforeBuild"> | 203 <Target Name="BeforeBuild"> |