comparison Agendas/trunk/src/Agendas.Blog/Agendas.Blog.csproj @ 99:3027c64344bd

agregado de llamadas a web service para crear posts en el blog de la comunidad agregado de tests sobre el publicador de blogs agregado de tests sobre el adapter del web service
author jorge.rowies
date Sat, 04 Jun 2011 22:33:05 -0300
parents a300394dbabe
children 1d820f17fc75
comparison
equal deleted inserted replaced
98:4895116b8232 99:3027c64344bd
30 <ErrorReport>prompt</ErrorReport> 30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel> 31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup> 32 </PropertyGroup>
33 <ItemGroup> 33 <ItemGroup>
34 <Reference Include="System" /> 34 <Reference Include="System" />
35 <Reference Include="System.Configuration" />
35 <Reference Include="System.Core" /> 36 <Reference Include="System.Core" />
37 <Reference Include="System.Runtime.Serialization" />
38 <Reference Include="System.ServiceModel" />
36 <Reference Include="System.Xml.Linq" /> 39 <Reference Include="System.Xml.Linq" />
37 <Reference Include="System.Data.DataSetExtensions" /> 40 <Reference Include="System.Data.DataSetExtensions" />
38 <Reference Include="Microsoft.CSharp" /> 41 <Reference Include="Microsoft.CSharp" />
39 <Reference Include="System.Data" /> 42 <Reference Include="System.Data" />
40 <Reference Include="System.Xml" /> 43 <Reference Include="System.Xml" />
41 </ItemGroup> 44 </ItemGroup>
42 <ItemGroup> 45 <ItemGroup>
46 <Compile Include="Exceptions\BlogNameNotFoundException.cs" />
47 <Compile Include="Exceptions\PostWriterServiceUrlNotFoundException.cs" />
43 <Compile Include="Impl\BlogPublicador.cs" /> 48 <Compile Include="Impl\BlogPublicador.cs" />
49 <Compile Include="Exceptions\BlogWriterMasterKeyNotFoundException.cs" />
44 <Compile Include="IPostWriter.cs" /> 50 <Compile Include="IPostWriter.cs" />
45 <Compile Include="IPostWriterFactory.cs" /> 51 <Compile Include="IPostWriterFactory.cs" />
46 <Compile Include="Impl\NullObjectPostWriter.cs" /> 52 <Compile Include="Impl\NullObjectPostWriter.cs" />
47 <Compile Include="Impl\PostWriter.cs" /> 53 <Compile Include="Impl\PostWriter.cs" />
48 <Compile Include="Impl\PostWriterFactory.cs" /> 54 <Compile Include="Impl\PostWriterFactory.cs" />
55 <Compile Include="IPostWriterWebService.cs" />
56 <Compile Include="Impl\PostWriterWebServiceAdapter.cs" />
49 <Compile Include="Properties\AssemblyInfo.cs" /> 57 <Compile Include="Properties\AssemblyInfo.cs" />
50 <Compile Include="Properties\Resources.Designer.cs"> 58 <Compile Include="Properties\Resources.Designer.cs">
51 <AutoGen>True</AutoGen> 59 <AutoGen>True</AutoGen>
52 <DesignTime>True</DesignTime> 60 <DesignTime>True</DesignTime>
53 <DependentUpon>Resources.resx</DependentUpon> 61 <DependentUpon>Resources.resx</DependentUpon>
54 </Compile> 62 </Compile>
55 <Compile Include="Impl\PublicarReunionPostWriter.cs" /> 63 <Compile Include="Impl\PublicarReunionPostWriter.cs" />
56 <Compile Include="Impl\AgendarReunionPostWriter.cs" /> 64 <Compile Include="Impl\AgendarReunionPostWriter.cs" />
65 <Compile Include="Service References\PortalSitefinity\Reference.cs">
66 <AutoGen>True</AutoGen>
67 <DesignTime>True</DesignTime>
68 <DependentUpon>Reference.svcmap</DependentUpon>
69 </Compile>
57 </ItemGroup> 70 </ItemGroup>
58 <ItemGroup> 71 <ItemGroup>
59 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> 72 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
60 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> 73 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
61 <Name>Agendas.Domain</Name> 74 <Name>Agendas.Domain</Name>
66 <Generator>ResXFileCodeGenerator</Generator> 79 <Generator>ResXFileCodeGenerator</Generator>
67 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 80 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
68 <SubType>Designer</SubType> 81 <SubType>Designer</SubType>
69 </EmbeddedResource> 82 </EmbeddedResource>
70 </ItemGroup> 83 </ItemGroup>
84 <ItemGroup>
85 <WCFMetadata Include="Service References\" />
86 </ItemGroup>
87 <ItemGroup>
88 <None Include="app.config" />
89 <None Include="Service References\PortalSitefinity\PostWriterWebService.wsdl" />
90 </ItemGroup>
91 <ItemGroup>
92 <WCFMetadataStorage Include="Service References\PortalSitefinity\" />
93 </ItemGroup>
94 <ItemGroup>
95 <None Include="Service References\PortalSitefinity\PostWriterWebService.disco" />
96 </ItemGroup>
97 <ItemGroup>
98 <None Include="Service References\PortalSitefinity\configuration91.svcinfo" />
99 </ItemGroup>
100 <ItemGroup>
101 <None Include="Service References\PortalSitefinity\configuration.svcinfo" />
102 </ItemGroup>
103 <ItemGroup>
104 <None Include="Service References\PortalSitefinity\Reference.svcmap">
105 <Generator>WCF Proxy Generator</Generator>
106 <LastGenOutput>Reference.cs</LastGenOutput>
107 </None>
108 </ItemGroup>
109 <ItemGroup />
71 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 110 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 111 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73 Other similar extension points exist, see Microsoft.Common.targets. 112 Other similar extension points exist, see Microsoft.Common.targets.
74 <Target Name="BeforeBuild"> 113 <Target Name="BeforeBuild">
75 </Target> 114 </Target>