comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 285:c8f378272407

#123: Patrocinadores de las vans.
author juanjose.montesdeocaarbos
date Sat, 31 Dec 2011 14:45:55 -0300
parents 6f5ab71614d4
children 771c2c805142
comparison
equal deleted inserted replaced
284:79942e030118 285:c8f378272407
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\PatrocinadorApiController.cs" />
70 <Compile Include="Controllers\PatrocinadorController.cs" /> 71 <Compile Include="Controllers\PatrocinadorController.cs" />
71 <Compile Include="Controllers\PerfilController.cs" /> 72 <Compile Include="Controllers\PerfilController.cs" />
72 <Compile Include="Controllers\PersonaApiController.cs" /> 73 <Compile Include="Controllers\PersonaApiController.cs" />
73 <Compile Include="Controllers\PersonaController.cs" /> 74 <Compile Include="Controllers\PersonaController.cs" />
74 <Compile Include="DataProviders.cs" /> 75 <Compile Include="DataProviders.cs" />
255 <Content Include="Views\Patrocinador\Index.cshtml" /> 256 <Content Include="Views\Patrocinador\Index.cshtml" />
256 </ItemGroup> 257 </ItemGroup>
257 <ItemGroup> 258 <ItemGroup>
258 <Content Include="Views\Shared\EditorTemplates\HttpPostedFileBase.cshtml" /> 259 <Content Include="Views\Shared\EditorTemplates\HttpPostedFileBase.cshtml" />
259 </ItemGroup> 260 </ItemGroup>
261 <ItemGroup>
262 <Content Include="Views\Shared\EditorTemplates\Patrocinadores.cshtml" />
263 </ItemGroup>
264 <ItemGroup>
265 <Content Include="Views\PatrocinadorApi\Nuevo.cshtml" />
266 </ItemGroup>
260 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 267 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
261 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 268 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
262 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 269 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
263 Other similar extension points exist, see Microsoft.Common.targets. 270 Other similar extension points exist, see Microsoft.Common.targets.
264 <Target Name="BeforeBuild"> 271 <Target Name="BeforeBuild">