comparison Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj @ 119:8fa58a79656a

Historico
author Nelo@Kenia.neluz.int
date Wed, 22 Jun 2011 09:49:07 -0300
parents b74734a1a755
children 3700b77ed455 a5ff4de4a1d3
comparison
equal deleted inserted replaced
118:b74734a1a755 119:8fa58a79656a
62 </ItemGroup> 62 </ItemGroup>
63 <ItemGroup> 63 <ItemGroup>
64 <Compile Include="Controllers\AccountController.cs" /> 64 <Compile Include="Controllers\AccountController.cs" />
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\HomeController.cs" /> 68 <Compile Include="Controllers\HomeController.cs" />
68 <Compile Include="Controllers\PerfilController.cs" /> 69 <Compile Include="Controllers\PerfilController.cs" />
69 <Compile Include="Global.asax.cs"> 70 <Compile Include="Global.asax.cs">
70 <DependentUpon>Global.asax</DependentUpon> 71 <DependentUpon>Global.asax</DependentUpon>
71 </Compile> 72 </Compile>
75 <Compile Include="CustomModelMetadataProvider\ResolverThroughResource.cs" /> 76 <Compile Include="CustomModelMetadataProvider\ResolverThroughResource.cs" />
76 <Compile Include="IdentityHelper.cs" /> 77 <Compile Include="IdentityHelper.cs" />
77 <Compile Include="Models\AccountModels.cs" /> 78 <Compile Include="Models\AccountModels.cs" />
78 <Compile Include="Models\EventoModel.cs" /> 79 <Compile Include="Models\EventoModel.cs" />
79 <Compile Include="Models\EventoModelHelper.cs" /> 80 <Compile Include="Models\EventoModelHelper.cs" />
81 <Compile Include="Models\HistoricoModel.cs" />
80 <Compile Include="Models\PerfilModel.cs" /> 82 <Compile Include="Models\PerfilModel.cs" />
81 <Compile Include="Models\PropuestaModel.cs" /> 83 <Compile Include="Models\PropuestaModel.cs" />
82 <Compile Include="Properties\AssemblyInfo.cs" /> 84 <Compile Include="Properties\AssemblyInfo.cs" />
83 <Compile Include="Services\AccountMembershipService.cs" /> 85 <Compile Include="Services\AccountMembershipService.cs" />
84 <Compile Include="Services\FormsAuthenticationService.cs" /> 86 <Compile Include="Services\FormsAuthenticationService.cs" />
202 <Content Include="Views\Shared\_Messages.cshtml" /> 204 <Content Include="Views\Shared\_Messages.cshtml" />
203 </ItemGroup> 205 </ItemGroup>
204 <ItemGroup> 206 <ItemGroup>
205 <Content Include="Views\Evento\Agendar.cshtml" /> 207 <Content Include="Views\Evento\Agendar.cshtml" />
206 </ItemGroup> 208 </ItemGroup>
209 <ItemGroup>
210 <Content Include="Views\Historico\Index.cshtml" />
211 </ItemGroup>
207 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 212 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
208 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> 213 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
209 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 214 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
210 Other similar extension points exist, see Microsoft.Common.targets. 215 Other similar extension points exist, see Microsoft.Common.targets.
211 <Target Name="BeforeBuild"> 216 <Target Name="BeforeBuild">