comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 275:bf993f99cee3

Ticket #123: Patrocinadores de las vans.
author juanjose.montesdeocaarbos
date Wed, 14 Dec 2011 08:15:44 -0300
parents 730b80afa70d
children 6f5ab71614d4
comparison
equal deleted inserted replaced
274:72a96459f910 275:bf993f99cee3
65 <Compile Include="Controllers\CustomAuthorizeAttribute.cs" /> 65 <Compile Include="Controllers\CustomAuthorizeAttribute.cs" />
66 <Compile Include="Controllers\ErrorController.cs" /> 66 <Compile Include="Controllers\ErrorController.cs" />
67 <Compile Include="Controllers\EventoController.cs" /> 67 <Compile Include="Controllers\EventoController.cs" />
68 <Compile Include="Controllers\HistoricoController.cs" /> 68 <Compile Include="Controllers\HistoricoController.cs" />
69 <Compile Include="Controllers\HomeController.cs" /> 69 <Compile Include="Controllers\HomeController.cs" />
70 <Compile Include="Controllers\PatrocinadorController.cs" />
70 <Compile Include="Controllers\PerfilController.cs" /> 71 <Compile Include="Controllers\PerfilController.cs" />
71 <Compile Include="Controllers\PersonaApiController.cs" /> 72 <Compile Include="Controllers\PersonaApiController.cs" />
72 <Compile Include="Controllers\PersonaController.cs" /> 73 <Compile Include="Controllers\PersonaController.cs" />
73 <Compile Include="DataProviders.cs" /> 74 <Compile Include="DataProviders.cs" />
74 <Compile Include="EditorDefaultExtensions.cs" /> 75 <Compile Include="EditorDefaultExtensions.cs" />
81 <Compile Include="CustomModelMetadataProvider\ResolverThroughResource.cs" /> 82 <Compile Include="CustomModelMetadataProvider\ResolverThroughResource.cs" />
82 <Compile Include="IdentityHelper.cs" /> 83 <Compile Include="IdentityHelper.cs" />
83 <Compile Include="Models\EventoModel.cs" /> 84 <Compile Include="Models\EventoModel.cs" />
84 <Compile Include="Models\EventoModelHelper.cs" /> 85 <Compile Include="Models\EventoModelHelper.cs" />
85 <Compile Include="Models\HistoricoModel.cs" /> 86 <Compile Include="Models\HistoricoModel.cs" />
87 <Compile Include="Models\PatrocinadorModel.cs" />
86 <Compile Include="Models\PerfilModel.cs" /> 88 <Compile Include="Models\PerfilModel.cs" />
87 <Compile Include="Models\PersonaModel.cs" /> 89 <Compile Include="Models\PersonaModel.cs" />
88 <Compile Include="Models\PropuestaModel.cs" /> 90 <Compile Include="Models\PropuestaModel.cs" />
89 <Compile Include="Properties\AssemblyInfo.cs" /> 91 <Compile Include="Properties\AssemblyInfo.cs" />
90 <Compile Include="Services\FormsAuthenticationService.cs" /> 92 <Compile Include="Services\FormsAuthenticationService.cs" />
91 <Compile Include="Services\IFormsAuthenticationService.cs" /> 93 <Compile Include="Services\IFormsAuthenticationService.cs" />
94 <Compile Include="Services\IHttpServer.cs" />
92 </ItemGroup> 95 </ItemGroup>
93 <ItemGroup> 96 <ItemGroup>
94 <Content Include="Content\AltNetHispanoVans.css" /> 97 <Content Include="Content\AltNetHispanoVans.css" />
95 <Content Include="Content\altnetlogo.png" /> 98 <Content Include="Content\altnetlogo.png" />
96 <Content Include="Content\loader.gif" /> 99 <Content Include="Content\loader.gif" />
247 <Content Include="Views\Shared\EditorTemplates\Ponentes.cshtml" /> 250 <Content Include="Views\Shared\EditorTemplates\Ponentes.cshtml" />
248 </ItemGroup> 251 </ItemGroup>
249 <ItemGroup> 252 <ItemGroup>
250 <Content Include="Views\Shared\DefaultViewer.cshtml" /> 253 <Content Include="Views\Shared\DefaultViewer.cshtml" />
251 </ItemGroup> 254 </ItemGroup>
255 <ItemGroup>
256 <Content Include="Views\Patrocinador\Index.cshtml" />
257 </ItemGroup>
258 <ItemGroup>
259 <Content Include="Views\Shared\EditorTemplates\HttpPostedFileBase.cshtml" />
260 </ItemGroup>
252 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 261 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
253 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 262 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
254 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 263 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
255 Other similar extension points exist, see Microsoft.Common.targets. 264 Other similar extension points exist, see Microsoft.Common.targets.
256 <Target Name="BeforeBuild"> 265 <Target Name="BeforeBuild">