comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 141:a5ff4de4a1d3

EditorForModel en Nuevo Evento y Proponer
author Nelo@Guinea.neluz.int
date Mon, 01 Aug 2011 00:10:20 -0300
parents 8fa58a79656a
children 62dc9fb3a03e
comparison
equal deleted inserted replaced
140:3639803112c6 141:a5ff4de4a1d3
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="DataProviders.cs" />
70 <Compile Include="Global.asax.cs"> 71 <Compile Include="Global.asax.cs">
71 <DependentUpon>Global.asax</DependentUpon> 72 <DependentUpon>Global.asax</DependentUpon>
72 </Compile> 73 </Compile>
73 <Compile Include="HttpContextIdentityProvider.cs" /> 74 <Compile Include="HttpContextIdentityProvider.cs" />
74 <Compile Include="CustomModelMetadataProvider\DataAnnotationAndConventionModelMetadataProvider.cs" /> 75 <Compile Include="CustomModelMetadataProvider\DataAnnotationAndConventionModelMetadataProvider.cs" />
207 <Content Include="Views\Evento\Agendar.cshtml" /> 208 <Content Include="Views\Evento\Agendar.cshtml" />
208 </ItemGroup> 209 </ItemGroup>
209 <ItemGroup> 210 <ItemGroup>
210 <Content Include="Views\Historico\Index.cshtml" /> 211 <Content Include="Views\Historico\Index.cshtml" />
211 </ItemGroup> 212 </ItemGroup>
213 <ItemGroup>
214 <Content Include="Views\Shared\EditorTemplates\TipoEvento.cshtml" />
215 </ItemGroup>
212 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 216 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
213 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 217 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
214 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 218 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
215 Other similar extension points exist, see Microsoft.Common.targets. 219 Other similar extension points exist, see Microsoft.Common.targets.
216 <Target Name="BeforeBuild"> 220 <Target Name="BeforeBuild">