Mercurial > altnet-hispano
comparison 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 |
comparison
equal
deleted
inserted
replaced
116:53bcd338542b | 117:7ef7e4bb71f6 |
---|---|
60 <Reference Include="System.Web.Services" /> | 60 <Reference Include="System.Web.Services" /> |
61 <Reference Include="System.EnterpriseServices" /> | 61 <Reference Include="System.EnterpriseServices" /> |
62 </ItemGroup> | 62 </ItemGroup> |
63 <ItemGroup> | 63 <ItemGroup> |
64 <Compile Include="Controllers\AccountController.cs" /> | 64 <Compile Include="Controllers\AccountController.cs" /> |
65 <Compile Include="Controllers\ControllerMessageExtensions.cs" /> | |
65 <Compile Include="Controllers\EventoController.cs" /> | 66 <Compile Include="Controllers\EventoController.cs" /> |
66 <Compile Include="Controllers\HomeController.cs" /> | 67 <Compile Include="Controllers\HomeController.cs" /> |
67 <Compile Include="Controllers\PerfilController.cs" /> | 68 <Compile Include="Controllers\PerfilController.cs" /> |
68 <Compile Include="Controllers\PropuestaController.cs" /> | 69 <Compile Include="Controllers\PropuestaController.cs" /> |
69 <Compile Include="Global.asax.cs"> | 70 <Compile Include="Global.asax.cs"> |
84 <Compile Include="Services\FormsAuthenticationService.cs" /> | 85 <Compile Include="Services\FormsAuthenticationService.cs" /> |
85 <Compile Include="Services\IFormsAuthenticationService.cs" /> | 86 <Compile Include="Services\IFormsAuthenticationService.cs" /> |
86 <Compile Include="Services\IMembershipService.cs" /> | 87 <Compile Include="Services\IMembershipService.cs" /> |
87 </ItemGroup> | 88 </ItemGroup> |
88 <ItemGroup> | 89 <ItemGroup> |
90 <Content Include="Content\AltNetHispanoVans.css" /> | |
89 <Content Include="Content\altnetlogo.png" /> | 91 <Content Include="Content\altnetlogo.png" /> |
90 <Content Include="Content\question.jpg" /> | 92 <Content Include="Content\question.jpg" /> |
91 <Content Include="Content\twitter\sign-in-with-twitter-d-sm.png" /> | 93 <Content Include="Content\twitter\sign-in-with-twitter-d-sm.png" /> |
92 <Content Include="Content\twitter\sign-in-with-twitter-d.png" /> | 94 <Content Include="Content\twitter\sign-in-with-twitter-d.png" /> |
93 <Content Include="Content\twitter\sign-in-with-twitter-l-sm.png" /> | 95 <Content Include="Content\twitter\sign-in-with-twitter-l-sm.png" /> |
197 <Content Include="Views\Perfil\Index.cshtml" /> | 199 <Content Include="Views\Perfil\Index.cshtml" /> |
198 </ItemGroup> | 200 </ItemGroup> |
199 <ItemGroup> | 201 <ItemGroup> |
200 <Content Include="Views\Perfil\AddBuiltInAccount.cshtml" /> | 202 <Content Include="Views\Perfil\AddBuiltInAccount.cshtml" /> |
201 </ItemGroup> | 203 </ItemGroup> |
204 <ItemGroup> | |
205 <Content Include="Views\Shared\_Messages.cshtml" /> | |
206 </ItemGroup> | |
202 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 207 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
203 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> | 208 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> |
204 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 209 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
205 Other similar extension points exist, see Microsoft.Common.targets. | 210 Other similar extension points exist, see Microsoft.Common.targets. |
206 <Target Name="BeforeBuild"> | 211 <Target Name="BeforeBuild"> |