comparison Agendas/trunk/src/Agendas.Domain/Agendas.Domain.csproj @ 12:05996fa19e04

Unificamos Van y Cafe en Evento Agenda.Publicar con los valores como parĂ¡metros independientes
author nelo@MTEySS.neluz.int
date Sun, 13 Mar 2011 19:50:17 -0300
parents c62b77fc33f4
children 08b9e96132a5
comparison
equal deleted inserted replaced
11:9d6b28a696d1 12:05996fa19e04
40 <Reference Include="System.Xml" /> 40 <Reference Include="System.Xml" />
41 </ItemGroup> 41 </ItemGroup>
42 <ItemGroup> 42 <ItemGroup>
43 <Compile Include="Agenda.cs" /> 43 <Compile Include="Agenda.cs" />
44 <Compile Include="AgendaFactory.cs" /> 44 <Compile Include="AgendaFactory.cs" />
45 <Compile Include="Cafe.cs" />
46 <Compile Include="CompositePublicador.cs" /> 45 <Compile Include="CompositePublicador.cs" />
47 <Compile Include="Evento.cs" /> 46 <Compile Include="Evento.cs" />
48 <Compile Include="Exceptions\ValidationException.cs" /> 47 <Compile Include="Exceptions\ValidationException.cs" />
49 <Compile Include="IRecordador.cs" /> 48 <Compile Include="IRecordador.cs" />
50 <Compile Include="ISeguridad.cs" /> 49 <Compile Include="ISeguridad.cs" />
51 <Compile Include="Repositories\IEventoRepository.cs" /> 50 <Compile Include="Repositories\IEventoRepository.cs" />
52 <Compile Include="IPublicador.cs" /> 51 <Compile Include="IPublicador.cs" />
53 <Compile Include="Properties\AssemblyInfo.cs" /> 52 <Compile Include="Properties\AssemblyInfo.cs" />
54 <Compile Include="Van.cs" />
55 </ItemGroup> 53 </ItemGroup>
56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 54 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 55 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
58 Other similar extension points exist, see Microsoft.Common.targets. 56 Other similar extension points exist, see Microsoft.Common.targets.
59 <Target Name="BeforeBuild"> 57 <Target Name="BeforeBuild">