comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 179:1deccd6c3cb2

Aplicando seguridad x roles en sitio web
author nelopauselli
date Mon, 08 Aug 2011 15:24:26 -0300
parents ea85bd893247
children 222362c29416
comparison
equal deleted inserted replaced
178:33e57fd1a6c9 179:1deccd6c3cb2
60 <Reference Include="System.EnterpriseServices" /> 60 <Reference Include="System.EnterpriseServices" />
61 </ItemGroup> 61 </ItemGroup>
62 <ItemGroup> 62 <ItemGroup>
63 <Compile Include="Controllers\AccountController.cs" /> 63 <Compile Include="Controllers\AccountController.cs" />
64 <Compile Include="Controllers\ControllerMessageExtensions.cs" /> 64 <Compile Include="Controllers\ControllerMessageExtensions.cs" />
65 <Compile Include="Controllers\CustomAuthorizeAttribute.cs" />
66 <Compile Include="Controllers\ErrorController.cs" />
65 <Compile Include="Controllers\EventoController.cs" /> 67 <Compile Include="Controllers\EventoController.cs" />
66 <Compile Include="Controllers\HistoricoController.cs" /> 68 <Compile Include="Controllers\HistoricoController.cs" />
67 <Compile Include="Controllers\HomeController.cs" /> 69 <Compile Include="Controllers\HomeController.cs" />
68 <Compile Include="Controllers\PerfilController.cs" /> 70 <Compile Include="Controllers\PerfilController.cs" />
69 <Compile Include="Controllers\PersonaController.cs" /> 71 <Compile Include="Controllers\PersonaController.cs" />
226 <Content Include="Views\Shared\EditorTemplates\TimeSpan.cshtml" /> 228 <Content Include="Views\Shared\EditorTemplates\TimeSpan.cshtml" />
227 </ItemGroup> 229 </ItemGroup>
228 <ItemGroup> 230 <ItemGroup>
229 <Content Include="Views\Shared\EditorTemplates\Url.cshtml" /> 231 <Content Include="Views\Shared\EditorTemplates\Url.cshtml" />
230 </ItemGroup> 232 </ItemGroup>
233 <ItemGroup>
234 <Content Include="Views\Shared\SinPermisos.cshtml" />
235 </ItemGroup>
231 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 236 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
232 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 237 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
233 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 238 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
234 Other similar extension points exist, see Microsoft.Common.targets. 239 Other similar extension points exist, see Microsoft.Common.targets.
235 <Target Name="BeforeBuild"> 240 <Target Name="BeforeBuild">