comparison 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
comparison
equal deleted inserted replaced
218:cc1ed131c9e6 219:b9850b647a4e
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\PerfilController.cs" /> 70 <Compile Include="Controllers\PerfilController.cs" />
71 <Compile Include="Controllers\PersonaApiController.cs" />
71 <Compile Include="Controllers\PersonaController.cs" /> 72 <Compile Include="Controllers\PersonaController.cs" />
72 <Compile Include="DataProviders.cs" /> 73 <Compile Include="DataProviders.cs" />
73 <Compile Include="EditorDefaultExtensions.cs" /> 74 <Compile Include="EditorDefaultExtensions.cs" />
74 <Compile Include="Global.asax.cs"> 75 <Compile Include="Global.asax.cs">
75 <DependentUpon>Global.asax</DependentUpon> 76 <DependentUpon>Global.asax</DependentUpon>
90 <Compile Include="Services\IFormsAuthenticationService.cs" /> 91 <Compile Include="Services\IFormsAuthenticationService.cs" />
91 </ItemGroup> 92 </ItemGroup>
92 <ItemGroup> 93 <ItemGroup>
93 <Content Include="Content\AltNetHispanoVans.css" /> 94 <Content Include="Content\AltNetHispanoVans.css" />
94 <Content Include="Content\altnetlogo.png" /> 95 <Content Include="Content\altnetlogo.png" />
96 <Content Include="Content\loader.gif" />
95 <Content Include="Content\question.jpg" /> 97 <Content Include="Content\question.jpg" />
98 <Content Include="Content\subpanels-0.9.css" />
96 <Content Include="Content\themes\altnethispano\images\div_content.gif" /> 99 <Content Include="Content\themes\altnethispano\images\div_content.gif" />
97 <Content Include="Content\themes\altnethispano\images\div_wrapperIn.gif" /> 100 <Content Include="Content\themes\altnethispano\images\div_wrapperIn.gif" />
98 <Content Include="Content\themes\altnethispano\images\header-background.gif" /> 101 <Content Include="Content\themes\altnethispano\images\header-background.gif" />
99 <Content Include="Content\themes\altnethispano\images\logoDiscountASPNET.gif" /> 102 <Content Include="Content\themes\altnethispano\images\logoDiscountASPNET.gif" />
100 <Content Include="Content\themes\altnethispano\images\menu.png" /> 103 <Content Include="Content\themes\altnethispano\images\menu.png" />
104 <Content Include="Content\twitter\sign-in-with-twitter-l.png" /> 107 <Content Include="Content\twitter\sign-in-with-twitter-l.png" />
105 <Content Include="Global.asax" /> 108 <Content Include="Global.asax" />
106 <Content Include="hibernate.cfg.xml"> 109 <Content Include="hibernate.cfg.xml">
107 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 110 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
108 </Content> 111 </Content>
112 <Content Include="Scripts\subpanels-0.9.js" />
109 <Content Include="Web.config"> 113 <Content Include="Web.config">
110 <SubType>Designer</SubType> 114 <SubType>Designer</SubType>
111 </Content> 115 </Content>
112 <Content Include="Web.Debug.config"> 116 <Content Include="Web.Debug.config">
113 <DependentUpon>Web.config</DependentUpon> 117 <DependentUpon>Web.config</DependentUpon>
237 <Content Include="Views\Shared\EditorTemplates\Roles.cshtml" /> 241 <Content Include="Views\Shared\EditorTemplates\Roles.cshtml" />
238 </ItemGroup> 242 </ItemGroup>
239 <ItemGroup> 243 <ItemGroup>
240 <Content Include="Views\Shared\EditorTemplates\Recordatorios.cshtml" /> 244 <Content Include="Views\Shared\EditorTemplates\Recordatorios.cshtml" />
241 </ItemGroup> 245 </ItemGroup>
246 <ItemGroup>
247 <Content Include="Views\PersonaApi\Nueva.cshtml" />
248 </ItemGroup>
242 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 249 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
243 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 250 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
244 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 251 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
245 Other similar extension points exist, see Microsoft.Common.targets. 252 Other similar extension points exist, see Microsoft.Common.targets.
246 <Target Name="BeforeBuild"> 253 <Target Name="BeforeBuild">