comparison Agendas/trunk/src/Agendas.Factories/Agendas.Factories.csproj @ 158:734d3f0853bf

Manejando configuración de los publicadores con una sección propia en los .config Agregando la opción de habilitar / deshabilitar un publicador
author nelopauselli
date Fri, 05 Aug 2011 16:55:18 -0300
parents a456eb519e23
children 1deccd6c3cb2
comparison
equal deleted inserted replaced
157:f17252543cbf 158:734d3f0853bf
47 <Compile Include="AgendaFactory.cs" /> 47 <Compile Include="AgendaFactory.cs" />
48 <Compile Include="AttributeFactory.cs" /> 48 <Compile Include="AttributeFactory.cs" />
49 <Compile Include="Properties\AssemblyInfo.cs" /> 49 <Compile Include="Properties\AssemblyInfo.cs" />
50 </ItemGroup> 50 </ItemGroup>
51 <ItemGroup> 51 <ItemGroup>
52 <ProjectReference Include="..\Agendas.Blog\Agendas.Blog.csproj">
53 <Project>{DDD605FF-EF42-428A-AEB6-F3496A46A82B}</Project>
54 <Name>Agendas.Blog</Name>
55 </ProjectReference>
52 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> 56 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
53 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> 57 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
54 <Name>Agendas.Domain</Name> 58 <Name>Agendas.Domain</Name>
59 </ProjectReference>
60 <ProjectReference Include="..\Agendas.Google\Agendas.Google.csproj">
61 <Project>{45804F1F-EB72-4F82-A227-088CAD9B785D}</Project>
62 <Name>Agendas.Google</Name>
55 </ProjectReference> 63 </ProjectReference>
56 <ProjectReference Include="..\Agendas.NHibernate\Agendas.NHibernate.csproj"> 64 <ProjectReference Include="..\Agendas.NHibernate\Agendas.NHibernate.csproj">
57 <Project>{9519A43A-9D5E-4BFD-9F88-AFFC53C9973A}</Project> 65 <Project>{9519A43A-9D5E-4BFD-9F88-AFFC53C9973A}</Project>
58 <Name>Agendas.NHibernate</Name> 66 <Name>Agendas.NHibernate</Name>
59 </ProjectReference> 67 </ProjectReference>