Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj @ 109:6bd9be78caa0
Merge
author | Nelo@Kenia.neluz.int |
---|---|
date | Tue, 07 Jun 2011 23:21:07 -0300 |
parents | 80c22175c9b5 |
children | 90ce239cfa6d |
comparison
equal
deleted
inserted
replaced
108:786a90e26c9b | 109:6bd9be78caa0 |
---|---|
38 <Reference Include="Microsoft.CSharp" /> | 38 <Reference Include="Microsoft.CSharp" /> |
39 <Reference Include="System.Data" /> | 39 <Reference Include="System.Data" /> |
40 <Reference Include="System.Xml" /> | 40 <Reference Include="System.Xml" /> |
41 </ItemGroup> | 41 </ItemGroup> |
42 <ItemGroup> | 42 <ItemGroup> |
43 <Compile Include="EventoAgendadoState.cs" /> | |
44 <Compile Include="EventoConfirmadoState.cs" /> | |
45 <Compile Include="EventoNullState.cs" /> | |
46 <Compile Include="EventoPropuestoState.cs" /> | |
47 <Compile Include="EventoPublicadoState.cs" /> | |
48 <Compile Include="Exceptions\AccionNoSoportadaException.cs" /> | |
43 <Compile Include="Agenda.cs" /> | 49 <Compile Include="Agenda.cs" /> |
44 <Compile Include="CompositePublicador.cs" /> | 50 <Compile Include="CompositePublicador.cs" /> |
45 <Compile Include="Cuenta.cs" /> | 51 <Compile Include="Cuenta.cs" /> |
46 <Compile Include="Evento.cs" /> | 52 <Compile Include="Evento.cs" /> |
53 <Compile Include="EventoState.cs" /> | |
47 <Compile Include="Exceptions\EventoNotFoundException.cs" /> | 54 <Compile Include="Exceptions\EventoNotFoundException.cs" /> |
48 <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" /> | 55 <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" /> |
49 <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" /> | 56 <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" /> |
50 <Compile Include="Identificable.cs" /> | 57 <Compile Include="Identificable.cs" /> |
51 <Compile Include="Identification.cs" /> | 58 <Compile Include="Identification.cs" /> |
52 <Compile Include="IdentityContext.cs" /> | 59 <Compile Include="IdentityContext.cs" /> |
60 <Compile Include="Exceptions\InvalidStateException.cs" /> | |
53 <Compile Include="ISeguridad.cs" /> | 61 <Compile Include="ISeguridad.cs" /> |
54 <Compile Include="Persona.cs" /> | 62 <Compile Include="Persona.cs" /> |
55 <Compile Include="Repositories\IEventoRepository.cs" /> | 63 <Compile Include="Repositories\IEventoRepository.cs" /> |
56 <Compile Include="IPublicador.cs" /> | 64 <Compile Include="IPublicador.cs" /> |
57 <Compile Include="Properties\AssemblyInfo.cs" /> | 65 <Compile Include="Properties\AssemblyInfo.cs" /> |
58 <Compile Include="Repositories\IPersonaRepository.cs" /> | 66 <Compile Include="Repositories\IPersonaRepository.cs" /> |
59 <Compile Include="Resultado.cs" /> | 67 <Compile Include="Resultado.cs" /> |
60 <Compile Include="Services\PersonaService.cs" /> | 68 <Compile Include="Services\PersonaService.cs" /> |
69 <Compile Include="TipoEvento.cs" /> | |
61 <Compile Include="Track.cs" /> | 70 <Compile Include="Track.cs" /> |
62 </ItemGroup> | 71 </ItemGroup> |
63 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 72 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
64 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 73 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
65 Other similar extension points exist, see Microsoft.Common.targets. | 74 Other similar extension points exist, see Microsoft.Common.targets. |