Mercurial > altnet-hispano
diff 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 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Blog/Agendas.Blog.csproj Sat Jun 04 14:10:21 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Blog/Agendas.Blog.csproj Sat Jun 04 22:33:05 2011 -0300 @@ -32,7 +32,10 @@ </PropertyGroup> <ItemGroup> <Reference Include="System" /> + <Reference Include="System.Configuration" /> <Reference Include="System.Core" /> + <Reference Include="System.Runtime.Serialization" /> + <Reference Include="System.ServiceModel" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> @@ -40,12 +43,17 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="Exceptions\BlogNameNotFoundException.cs" /> + <Compile Include="Exceptions\PostWriterServiceUrlNotFoundException.cs" /> <Compile Include="Impl\BlogPublicador.cs" /> + <Compile Include="Exceptions\BlogWriterMasterKeyNotFoundException.cs" /> <Compile Include="IPostWriter.cs" /> <Compile Include="IPostWriterFactory.cs" /> <Compile Include="Impl\NullObjectPostWriter.cs" /> <Compile Include="Impl\PostWriter.cs" /> <Compile Include="Impl\PostWriterFactory.cs" /> + <Compile Include="IPostWriterWebService.cs" /> + <Compile Include="Impl\PostWriterWebServiceAdapter.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> @@ -54,6 +62,11 @@ </Compile> <Compile Include="Impl\PublicarReunionPostWriter.cs" /> <Compile Include="Impl\AgendarReunionPostWriter.cs" /> + <Compile Include="Service References\PortalSitefinity\Reference.cs"> + <AutoGen>True</AutoGen> + <DesignTime>True</DesignTime> + <DependentUpon>Reference.svcmap</DependentUpon> + </Compile> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> @@ -68,6 +81,32 @@ <SubType>Designer</SubType> </EmbeddedResource> </ItemGroup> + <ItemGroup> + <WCFMetadata Include="Service References\" /> + </ItemGroup> + <ItemGroup> + <None Include="app.config" /> + <None Include="Service References\PortalSitefinity\PostWriterWebService.wsdl" /> + </ItemGroup> + <ItemGroup> + <WCFMetadataStorage Include="Service References\PortalSitefinity\" /> + </ItemGroup> + <ItemGroup> + <None Include="Service References\PortalSitefinity\PostWriterWebService.disco" /> + </ItemGroup> + <ItemGroup> + <None Include="Service References\PortalSitefinity\configuration91.svcinfo" /> + </ItemGroup> + <ItemGroup> + <None Include="Service References\PortalSitefinity\configuration.svcinfo" /> + </ItemGroup> + <ItemGroup> + <None Include="Service References\PortalSitefinity\Reference.svcmap"> + <Generator>WCF Proxy Generator</Generator> + <LastGenOutput>Reference.cs</LastGenOutput> + </None> + </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets.