diff Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 83:7e9ffde4022d

Implementando DataAnnotation desde recursos y por convención
author nelopauselli
date Tue, 24 May 2011 21:37:06 -0300
parents 8df9db937434
children ee4e699e4551
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Tue May 24 19:31:10 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Tue May 24 21:37:06 2011 -0300
@@ -69,6 +69,7 @@
       <DependentUpon>Global.asax</DependentUpon>
     </Compile>
     <Compile Include="HttpContextIdentityProvider.cs" />
+    <Compile Include="ModelMetadataWithDefaultsProvider.asax.cs" />
     <Compile Include="Models\AccountModels.cs" />
     <Compile Include="Models\EventoModel.cs" />
     <Compile Include="Models\PropuestaModel.cs" />
@@ -156,6 +157,10 @@
       <Project>{306DDA8A-49A5-42E5-A639-A9D3D521865F}</Project>
       <Name>Agendas.Factories</Name>
     </ProjectReference>
+    <ProjectReference Include="..\Agendas.Resources\Agendas.Resources.csproj">
+      <Project>{444D25FB-FC1C-48DC-9EAD-D4C78F2A10CA}</Project>
+      <Name>Agendas.Resources</Name>
+    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <Content Include="Views\Shared\_Menu.cshtml" />