Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 118:b74734a1a755
Manejo de eventos por estado
author | Nelo@Kenia.neluz.int |
---|---|
date | Wed, 22 Jun 2011 09:32:59 -0300 |
parents | 7ef7e4bb71f6 |
children | 8fa58a79656a |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Sun Jun 19 13:35:34 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Wed Jun 22 09:32:59 2011 -0300 @@ -66,7 +66,6 @@ <Compile Include="Controllers\EventoController.cs" /> <Compile Include="Controllers\HomeController.cs" /> <Compile Include="Controllers\PerfilController.cs" /> - <Compile Include="Controllers\PropuestaController.cs" /> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> @@ -156,14 +155,12 @@ <Folder Include="App_Data\" /> </ItemGroup> <ItemGroup> - <Content Include="Views\Evento\Edit.cshtml" /> + <Content Include="Views\Evento\Modificar.cshtml" /> <Content Include="Views\Evento\Index.cshtml" /> - <Content Include="Views\Evento\New.cshtml" /> + <Content Include="Views\Evento\Nuevo.cshtml" /> </ItemGroup> <ItemGroup> - <Content Include="Views\Propuesta\New.cshtml" /> - <Content Include="Views\Propuesta\Edit.cshtml" /> - <Content Include="Views\Propuesta\Index.cshtml" /> + <Content Include="Views\Evento\Proponer.cshtml" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> @@ -204,6 +201,9 @@ <ItemGroup> <Content Include="Views\Shared\_Messages.cshtml" /> </ItemGroup> + <ItemGroup> + <Content Include="Views\Evento\Agendar.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.