diff Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 144:a2b14da4902f

Alta y modificación de ponentes (personas)
author Nelo@Guinea.neluz.int
date Mon, 01 Aug 2011 10:25:23 -0300
parents 62dc9fb3a03e
children e6e6bfb1da9e
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Mon Aug 01 09:41:29 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Mon Aug 01 10:25:23 2011 -0300
@@ -67,6 +67,7 @@
     <Compile Include="Controllers\HistoricoController.cs" />
     <Compile Include="Controllers\HomeController.cs" />
     <Compile Include="Controllers\PerfilController.cs" />
+    <Compile Include="Controllers\PersonaController.cs" />
     <Compile Include="DataProviders.cs" />
     <Compile Include="Global.asax.cs">
       <DependentUpon>Global.asax</DependentUpon>
@@ -80,6 +81,7 @@
     <Compile Include="Models\EventoModelHelper.cs" />
     <Compile Include="Models\HistoricoModel.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" />
@@ -204,6 +206,15 @@
   <ItemGroup>
     <Content Include="Views\Shared\EditorTemplates\TipoEvento.cshtml" />
   </ItemGroup>
+  <ItemGroup>
+    <Content Include="Views\Persona\Index.cshtml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="Views\Persona\Nueva.cshtml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="Views\Persona\Modificar.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.