Mercurial > altnet-hispano
diff 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 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj Tue Jun 07 23:07:06 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj Tue Jun 07 23:21:07 2011 -0300 @@ -40,16 +40,24 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="EventoAgendadoState.cs" /> + <Compile Include="EventoConfirmadoState.cs" /> + <Compile Include="EventoNullState.cs" /> + <Compile Include="EventoPropuestoState.cs" /> + <Compile Include="EventoPublicadoState.cs" /> + <Compile Include="Exceptions\AccionNoSoportadaException.cs" /> <Compile Include="Agenda.cs" /> <Compile Include="CompositePublicador.cs" /> <Compile Include="Cuenta.cs" /> <Compile Include="Evento.cs" /> + <Compile Include="EventoState.cs" /> <Compile Include="Exceptions\EventoNotFoundException.cs" /> <Compile Include="Exceptions\IdentityContextNotConfiguredException.cs" /> <Compile Include="Exceptions\UsuarioNoAutenticadoException.cs" /> <Compile Include="Identificable.cs" /> <Compile Include="Identification.cs" /> <Compile Include="IdentityContext.cs" /> + <Compile Include="Exceptions\InvalidStateException.cs" /> <Compile Include="ISeguridad.cs" /> <Compile Include="Persona.cs" /> <Compile Include="Repositories\IEventoRepository.cs" /> @@ -58,6 +66,7 @@ <Compile Include="Repositories\IPersonaRepository.cs" /> <Compile Include="Resultado.cs" /> <Compile Include="Services\PersonaService.cs" /> + <Compile Include="TipoEvento.cs" /> <Compile Include="Track.cs" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />