diff 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
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Google/Agendas.Google.csproj	Sun Jul 10 18:08:00 2011 -0400
+++ b/Agendas/trunk/src/Agendas.Google/Agendas.Google.csproj	Sun Jul 10 18:50:11 2011 -0400
@@ -44,6 +44,7 @@
       <HintPath>..\packages\Google.GData.Extensions.1.8.0.0\lib\Google.GData.Extensions.dll</HintPath>
     </Reference>
     <Reference Include="System" />
+    <Reference Include="System.Configuration" />
     <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />
     <Reference Include="System.Data.DataSetExtensions" />
@@ -52,9 +53,13 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="DetailsEvents\CafeGEventDetail.cs" />
+    <Compile Include="DetailsEvents\EstudioGEventDetail.cs" />
+    <Compile Include="DetailsEvents\VanGEventDetail.cs" />
     <Compile Include="GCalendarAdapter.cs" />
     <Compile Include="GooglePublicador.cs" />
     <Compile Include="IGCalendarAdapter.cs" />
+    <Compile Include="IGEventDetail.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
@@ -66,6 +71,7 @@
   <ItemGroup>
     <None Include="packages.config" />
   </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.