diff 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
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Wed Nov 30 08:56:01 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Wed Dec 14 08:15:44 2011 -0300
@@ -67,6 +67,7 @@
     <Compile Include="Controllers\EventoController.cs" />
     <Compile Include="Controllers\HistoricoController.cs" />
     <Compile Include="Controllers\HomeController.cs" />
+    <Compile Include="Controllers\PatrocinadorController.cs" />
     <Compile Include="Controllers\PerfilController.cs" />
     <Compile Include="Controllers\PersonaApiController.cs" />
     <Compile Include="Controllers\PersonaController.cs" />
@@ -83,12 +84,14 @@
     <Compile Include="Models\EventoModel.cs" />
     <Compile Include="Models\EventoModelHelper.cs" />
     <Compile Include="Models\HistoricoModel.cs" />
+    <Compile Include="Models\PatrocinadorModel.cs" />
     <Compile Include="Models\PerfilModel.cs" />
     <Compile Include="Models\PersonaModel.cs" />
     <Compile Include="Models\PropuestaModel.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Services\FormsAuthenticationService.cs" />
     <Compile Include="Services\IFormsAuthenticationService.cs" />
+    <Compile Include="Services\IHttpServer.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="Content\AltNetHispanoVans.css" />
@@ -249,6 +252,12 @@
   <ItemGroup>
     <Content Include="Views\Shared\DefaultViewer.cshtml" />
   </ItemGroup>
+  <ItemGroup>
+    <Content Include="Views\Patrocinador\Index.cshtml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="Views\Shared\EditorTemplates\HttpPostedFileBase.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.