comparison 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
comparison
equal deleted inserted replaced
82:c8897b1c6f49 83:7e9ffde4022d
67 <Compile Include="Controllers\PropuestaController.cs" /> 67 <Compile Include="Controllers\PropuestaController.cs" />
68 <Compile Include="Global.asax.cs"> 68 <Compile Include="Global.asax.cs">
69 <DependentUpon>Global.asax</DependentUpon> 69 <DependentUpon>Global.asax</DependentUpon>
70 </Compile> 70 </Compile>
71 <Compile Include="HttpContextIdentityProvider.cs" /> 71 <Compile Include="HttpContextIdentityProvider.cs" />
72 <Compile Include="ModelMetadataWithDefaultsProvider.asax.cs" />
72 <Compile Include="Models\AccountModels.cs" /> 73 <Compile Include="Models\AccountModels.cs" />
73 <Compile Include="Models\EventoModel.cs" /> 74 <Compile Include="Models\EventoModel.cs" />
74 <Compile Include="Models\PropuestaModel.cs" /> 75 <Compile Include="Models\PropuestaModel.cs" />
75 <Compile Include="Properties\AssemblyInfo.cs" /> 76 <Compile Include="Properties\AssemblyInfo.cs" />
76 </ItemGroup> 77 </ItemGroup>
154 </ProjectReference> 155 </ProjectReference>
155 <ProjectReference Include="..\Agendas.Factories\Agendas.Factories.csproj"> 156 <ProjectReference Include="..\Agendas.Factories\Agendas.Factories.csproj">
156 <Project>{306DDA8A-49A5-42E5-A639-A9D3D521865F}</Project> 157 <Project>{306DDA8A-49A5-42E5-A639-A9D3D521865F}</Project>
157 <Name>Agendas.Factories</Name> 158 <Name>Agendas.Factories</Name>
158 </ProjectReference> 159 </ProjectReference>
160 <ProjectReference Include="..\Agendas.Resources\Agendas.Resources.csproj">
161 <Project>{444D25FB-FC1C-48DC-9EAD-D4C78F2A10CA}</Project>
162 <Name>Agendas.Resources</Name>
163 </ProjectReference>
159 </ItemGroup> 164 </ItemGroup>
160 <ItemGroup> 165 <ItemGroup>
161 <Content Include="Views\Shared\_Menu.cshtml" /> 166 <Content Include="Views\Shared\_Menu.cshtml" />
162 </ItemGroup> 167 </ItemGroup>
163 <ItemGroup> 168 <ItemGroup>