comparison 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
comparison
equal deleted inserted replaced
108:786a90e26c9b 109:6bd9be78caa0
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" />
50 <Compile Include="Impl\BlogPublicadorConfig.cs" />
51 <Compile Include="Exceptions\TipoEventoNoSoportadoException.cs" />
44 <Compile Include="IPostWriter.cs" /> 52 <Compile Include="IPostWriter.cs" />
45 <Compile Include="IPostWriterFactory.cs" /> 53 <Compile Include="IPostWriterFactory.cs" />
46 <Compile Include="Impl\NullObjectPostWriter.cs" /> 54 <Compile Include="Impl\NullObjectPostWriter.cs" />
47 <Compile Include="Impl\PostWriter.cs" /> 55 <Compile Include="Impl\PostWriter.cs" />
48 <Compile Include="Impl\PostWriterFactory.cs" /> 56 <Compile Include="Impl\PostWriterFactory.cs" />
57 <Compile Include="IPostWriterWebService.cs" />
58 <Compile Include="Impl\PostWriterWebServiceAdapter.cs" />
49 <Compile Include="Properties\AssemblyInfo.cs" /> 59 <Compile Include="Properties\AssemblyInfo.cs" />
50 <Compile Include="Properties\Resources.Designer.cs"> 60 <Compile Include="Properties\Resources.Designer.cs">
51 <AutoGen>True</AutoGen> 61 <AutoGen>True</AutoGen>
52 <DesignTime>True</DesignTime> 62 <DesignTime>True</DesignTime>
53 <DependentUpon>Resources.resx</DependentUpon> 63 <DependentUpon>Resources.resx</DependentUpon>
54 </Compile> 64 </Compile>
55 <Compile Include="Impl\PublicarReunionPostWriter.cs" /> 65 <Compile Include="Impl\PublicarReunionPostWriter.cs" />
56 <Compile Include="Impl\AgendarReunionPostWriter.cs" /> 66 <Compile Include="Impl\AgendarReunionPostWriter.cs" />
67 <Compile Include="Service References\PortalSitefinity\Reference.cs">
68 <AutoGen>True</AutoGen>
69 <DesignTime>True</DesignTime>
70 <DependentUpon>Reference.svcmap</DependentUpon>
71 </Compile>
57 </ItemGroup> 72 </ItemGroup>
58 <ItemGroup> 73 <ItemGroup>
59 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> 74 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
60 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> 75 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
61 <Name>Agendas.Domain</Name> 76 <Name>Agendas.Domain</Name>
66 <Generator>ResXFileCodeGenerator</Generator> 81 <Generator>ResXFileCodeGenerator</Generator>
67 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 82 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
68 <SubType>Designer</SubType> 83 <SubType>Designer</SubType>
69 </EmbeddedResource> 84 </EmbeddedResource>
70 </ItemGroup> 85 </ItemGroup>
86 <ItemGroup>
87 <WCFMetadata Include="Service References\" />
88 </ItemGroup>
89 <ItemGroup>
90 <None Include="app.config" />
91 <None Include="Service References\PortalSitefinity\PostWriterWebService.wsdl" />
92 </ItemGroup>
93 <ItemGroup>
94 <WCFMetadataStorage Include="Service References\PortalSitefinity\" />
95 </ItemGroup>
96 <ItemGroup>
97 <None Include="Service References\PortalSitefinity\PostWriterWebService.disco" />
98 </ItemGroup>
99 <ItemGroup>
100 <None Include="Service References\PortalSitefinity\configuration91.svcinfo" />
101 </ItemGroup>
102 <ItemGroup>
103 <None Include="Service References\PortalSitefinity\configuration.svcinfo" />
104 </ItemGroup>
105 <ItemGroup>
106 <None Include="Service References\PortalSitefinity\Reference.svcmap">
107 <Generator>WCF Proxy Generator</Generator>
108 <LastGenOutput>Reference.cs</LastGenOutput>
109 </None>
110 </ItemGroup>
111 <ItemGroup />
71 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 112 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 113 <!-- 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. 114 Other similar extension points exist, see Microsoft.Common.targets.
74 <Target Name="BeforeBuild"> 115 <Target Name="BeforeBuild">
75 </Target> 116 </Target>