Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 117:7ef7e4bb71f6
manejo de mensajes al usuario
author | Nelo@Kenia.neluz.int |
---|---|
date | Sun, 19 Jun 2011 13:35:34 -0300 |
parents | 0eac9a1c1a6c |
children | b74734a1a755 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Sun Jun 19 13:00:02 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Sun Jun 19 13:35:34 2011 -0300 @@ -62,6 +62,7 @@ </ItemGroup> <ItemGroup> <Compile Include="Controllers\AccountController.cs" /> + <Compile Include="Controllers\ControllerMessageExtensions.cs" /> <Compile Include="Controllers\EventoController.cs" /> <Compile Include="Controllers\HomeController.cs" /> <Compile Include="Controllers\PerfilController.cs" /> @@ -86,6 +87,7 @@ <Compile Include="Services\IMembershipService.cs" /> </ItemGroup> <ItemGroup> + <Content Include="Content\AltNetHispanoVans.css" /> <Content Include="Content\altnetlogo.png" /> <Content Include="Content\question.jpg" /> <Content Include="Content\twitter\sign-in-with-twitter-d-sm.png" /> @@ -199,6 +201,9 @@ <ItemGroup> <Content Include="Views\Perfil\AddBuiltInAccount.cshtml" /> </ItemGroup> + <ItemGroup> + <Content Include="Views\Shared\_Messages.cshtml" /> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it.