diff Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 155:23aaf98b8377

Generalizando editores en EditorDefault basando los textos en recursos
author Nelo@Guinea.neluz.int
date Wed, 03 Aug 2011 09:38:23 -0300
parents 19bab30521da
children 6e554de521aa
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Wed Aug 03 01:02:42 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Wed Aug 03 09:38:23 2011 -0300
@@ -69,6 +69,7 @@
     <Compile Include="Controllers\PerfilController.cs" />
     <Compile Include="Controllers\PersonaController.cs" />
     <Compile Include="DataProviders.cs" />
+    <Compile Include="EditorDefaultExtensions.cs" />
     <Compile Include="Global.asax.cs">
       <DependentUpon>Global.asax</DependentUpon>
     </Compile>
@@ -154,12 +155,7 @@
     <Folder Include="App_Data\" />
   </ItemGroup>
   <ItemGroup>
-    <Content Include="Views\Evento\Modificar.cshtml" />
     <Content Include="Views\Evento\Index.cshtml" />
-    <Content Include="Views\Evento\Nuevo.cshtml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="Views\Evento\Proponer.cshtml" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
@@ -198,9 +194,6 @@
     <Content Include="Views\Shared\_Messages.cshtml" />
   </ItemGroup>
   <ItemGroup>
-    <Content Include="Views\Evento\Agendar.cshtml" />
-  </ItemGroup>
-  <ItemGroup>
     <Content Include="Views\Historico\Index.cshtml" />
   </ItemGroup>
   <ItemGroup>
@@ -210,17 +203,14 @@
     <Content Include="Views\Persona\Index.cshtml" />
   </ItemGroup>
   <ItemGroup>
-    <Content Include="Views\Persona\Nueva.cshtml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Content Include="Views\Persona\Modificar.cshtml" />
-  </ItemGroup>
-  <ItemGroup>
     <Content Include="Views\Shared\EditorTemplates\Ponente.cshtml" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="Views\Shared\EditorTemplates\DateTime.cshtml" />
   </ItemGroup>
+  <ItemGroup>
+    <Content Include="Views\Shared\DefaultEditor.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.