Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Blog/Agendas.Blog.csproj @ 109:6bd9be78caa0
Merge
author | Nelo@Kenia.neluz.int |
---|---|
date | Tue, 07 Jun 2011 23:21:07 -0300 |
parents | 80c22175c9b5 |
children | 734d3f0853bf |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Blog/Agendas.Blog.csproj Tue Jun 07 23:07:06 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Blog/Agendas.Blog.csproj Tue Jun 07 23:21:07 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,19 @@ <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="Impl\BlogPublicadorConfig.cs" /> + <Compile Include="Exceptions\TipoEventoNoSoportadoException.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 +64,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 +83,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.