diff Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 219:b9850b647a4e

Agregando alta de ponente durante la carga del evento
author nelopauselli
date Thu, 08 Sep 2011 11:22:10 -0300
parents c4c60e034103
children f23ee59ef1bd
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Thu Sep 08 09:38:47 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Thu Sep 08 11:22:10 2011 -0300
@@ -68,6 +68,7 @@
     <Compile Include="Controllers\HistoricoController.cs" />
     <Compile Include="Controllers\HomeController.cs" />
     <Compile Include="Controllers\PerfilController.cs" />
+    <Compile Include="Controllers\PersonaApiController.cs" />
     <Compile Include="Controllers\PersonaController.cs" />
     <Compile Include="DataProviders.cs" />
     <Compile Include="EditorDefaultExtensions.cs" />
@@ -92,7 +93,9 @@
   <ItemGroup>
     <Content Include="Content\AltNetHispanoVans.css" />
     <Content Include="Content\altnetlogo.png" />
+    <Content Include="Content\loader.gif" />
     <Content Include="Content\question.jpg" />
+    <Content Include="Content\subpanels-0.9.css" />
     <Content Include="Content\themes\altnethispano\images\div_content.gif" />
     <Content Include="Content\themes\altnethispano\images\div_wrapperIn.gif" />
     <Content Include="Content\themes\altnethispano\images\header-background.gif" />
@@ -106,6 +109,7 @@
     <Content Include="hibernate.cfg.xml">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </Content>
+    <Content Include="Scripts\subpanels-0.9.js" />
     <Content Include="Web.config">
       <SubType>Designer</SubType>
     </Content>
@@ -239,6 +243,9 @@
   <ItemGroup>
     <Content Include="Views\Shared\EditorTemplates\Recordatorios.cshtml" />
   </ItemGroup>
+  <ItemGroup>
+    <Content Include="Views\PersonaApi\Nueva.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.