Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Google/Agendas.Google.csproj @ 130:0ea32a748453
Se termina el publicador via el calendario de google, además se realizan las pruebas unitarias.
author | alabra |
---|---|
date | Sun, 10 Jul 2011 18:50:11 -0400 |
parents | 34b2f85aecab |
children | 734d3f0853bf |
comparison
equal
deleted
inserted
replaced
129:a6d20ea228a5 | 130:0ea32a748453 |
---|---|
42 </Reference> | 42 </Reference> |
43 <Reference Include="Google.GData.Extensions, Version=1.8.0.0, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876, processorArchitecture=MSIL"> | 43 <Reference Include="Google.GData.Extensions, Version=1.8.0.0, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876, processorArchitecture=MSIL"> |
44 <HintPath>..\packages\Google.GData.Extensions.1.8.0.0\lib\Google.GData.Extensions.dll</HintPath> | 44 <HintPath>..\packages\Google.GData.Extensions.1.8.0.0\lib\Google.GData.Extensions.dll</HintPath> |
45 </Reference> | 45 </Reference> |
46 <Reference Include="System" /> | 46 <Reference Include="System" /> |
47 <Reference Include="System.Configuration" /> | |
47 <Reference Include="System.Core" /> | 48 <Reference Include="System.Core" /> |
48 <Reference Include="System.Xml.Linq" /> | 49 <Reference Include="System.Xml.Linq" /> |
49 <Reference Include="System.Data.DataSetExtensions" /> | 50 <Reference Include="System.Data.DataSetExtensions" /> |
50 <Reference Include="Microsoft.CSharp" /> | 51 <Reference Include="Microsoft.CSharp" /> |
51 <Reference Include="System.Data" /> | 52 <Reference Include="System.Data" /> |
52 <Reference Include="System.Xml" /> | 53 <Reference Include="System.Xml" /> |
53 </ItemGroup> | 54 </ItemGroup> |
54 <ItemGroup> | 55 <ItemGroup> |
56 <Compile Include="DetailsEvents\CafeGEventDetail.cs" /> | |
57 <Compile Include="DetailsEvents\EstudioGEventDetail.cs" /> | |
58 <Compile Include="DetailsEvents\VanGEventDetail.cs" /> | |
55 <Compile Include="GCalendarAdapter.cs" /> | 59 <Compile Include="GCalendarAdapter.cs" /> |
56 <Compile Include="GooglePublicador.cs" /> | 60 <Compile Include="GooglePublicador.cs" /> |
57 <Compile Include="IGCalendarAdapter.cs" /> | 61 <Compile Include="IGCalendarAdapter.cs" /> |
62 <Compile Include="IGEventDetail.cs" /> | |
58 <Compile Include="Properties\AssemblyInfo.cs" /> | 63 <Compile Include="Properties\AssemblyInfo.cs" /> |
59 </ItemGroup> | 64 </ItemGroup> |
60 <ItemGroup> | 65 <ItemGroup> |
61 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | 66 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> |
62 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | 67 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> |
64 </ProjectReference> | 69 </ProjectReference> |
65 </ItemGroup> | 70 </ItemGroup> |
66 <ItemGroup> | 71 <ItemGroup> |
67 <None Include="packages.config" /> | 72 <None Include="packages.config" /> |
68 </ItemGroup> | 73 </ItemGroup> |
74 <ItemGroup /> | |
69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 75 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 76 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
71 Other similar extension points exist, see Microsoft.Common.targets. | 77 Other similar extension points exist, see Microsoft.Common.targets. |
72 <Target Name="BeforeBuild"> | 78 <Target Name="BeforeBuild"> |
73 </Target> | 79 </Target> |