comparison 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
comparison
equal deleted inserted replaced
143:2dbb15f4510f 144:a2b14da4902f
65 <Compile Include="Controllers\ControllerMessageExtensions.cs" /> 65 <Compile Include="Controllers\ControllerMessageExtensions.cs" />
66 <Compile Include="Controllers\EventoController.cs" /> 66 <Compile Include="Controllers\EventoController.cs" />
67 <Compile Include="Controllers\HistoricoController.cs" /> 67 <Compile Include="Controllers\HistoricoController.cs" />
68 <Compile Include="Controllers\HomeController.cs" /> 68 <Compile Include="Controllers\HomeController.cs" />
69 <Compile Include="Controllers\PerfilController.cs" /> 69 <Compile Include="Controllers\PerfilController.cs" />
70 <Compile Include="Controllers\PersonaController.cs" />
70 <Compile Include="DataProviders.cs" /> 71 <Compile Include="DataProviders.cs" />
71 <Compile Include="Global.asax.cs"> 72 <Compile Include="Global.asax.cs">
72 <DependentUpon>Global.asax</DependentUpon> 73 <DependentUpon>Global.asax</DependentUpon>
73 </Compile> 74 </Compile>
74 <Compile Include="HttpContextIdentityProvider.cs" /> 75 <Compile Include="HttpContextIdentityProvider.cs" />
78 <Compile Include="IdentityHelper.cs" /> 79 <Compile Include="IdentityHelper.cs" />
79 <Compile Include="Models\EventoModel.cs" /> 80 <Compile Include="Models\EventoModel.cs" />
80 <Compile Include="Models\EventoModelHelper.cs" /> 81 <Compile Include="Models\EventoModelHelper.cs" />
81 <Compile Include="Models\HistoricoModel.cs" /> 82 <Compile Include="Models\HistoricoModel.cs" />
82 <Compile Include="Models\PerfilModel.cs" /> 83 <Compile Include="Models\PerfilModel.cs" />
84 <Compile Include="Models\PersonaModel.cs" />
83 <Compile Include="Models\PropuestaModel.cs" /> 85 <Compile Include="Models\PropuestaModel.cs" />
84 <Compile Include="Properties\AssemblyInfo.cs" /> 86 <Compile Include="Properties\AssemblyInfo.cs" />
85 <Compile Include="Services\FormsAuthenticationService.cs" /> 87 <Compile Include="Services\FormsAuthenticationService.cs" />
86 <Compile Include="Services\IFormsAuthenticationService.cs" /> 88 <Compile Include="Services\IFormsAuthenticationService.cs" />
87 </ItemGroup> 89 </ItemGroup>
202 <Content Include="Views\Historico\Index.cshtml" /> 204 <Content Include="Views\Historico\Index.cshtml" />
203 </ItemGroup> 205 </ItemGroup>
204 <ItemGroup> 206 <ItemGroup>
205 <Content Include="Views\Shared\EditorTemplates\TipoEvento.cshtml" /> 207 <Content Include="Views\Shared\EditorTemplates\TipoEvento.cshtml" />
206 </ItemGroup> 208 </ItemGroup>
209 <ItemGroup>
210 <Content Include="Views\Persona\Index.cshtml" />
211 </ItemGroup>
212 <ItemGroup>
213 <Content Include="Views\Persona\Nueva.cshtml" />
214 </ItemGroup>
215 <ItemGroup>
216 <Content Include="Views\Persona\Modificar.cshtml" />
217 </ItemGroup>
207 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 218 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
208 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 219 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
209 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 220 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
210 Other similar extension points exist, see Microsoft.Common.targets. 221 Other similar extension points exist, see Microsoft.Common.targets.
211 <Target Name="BeforeBuild"> 222 <Target Name="BeforeBuild">