comparison Agendas/trunk/src/Agendas.Google/Agendas.Google.csproj @ 125:34b2f85aecab

Se crea adaptador para conectar con Google Calendar, además de crear funcionalidad para insertar y eliminar un evento en el calendario de google. Se agregan package de nuget para el trabajo con Google Calendar.
author alabra
date Tue, 28 Jun 2011 23:32:52 -0400
parents 475be11edf56
children 0ea32a748453
comparison
equal deleted inserted replaced
124:35498fb9b59b 125:34b2f85aecab
29 <DefineConstants>TRACE</DefineConstants> 29 <DefineConstants>TRACE</DefineConstants>
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="Google.GData.AccessControl, Version=1.8.0.0, Culture=neutral, PublicKeyToken=b4b8eb9a7afc8328, processorArchitecture=MSIL">
35 <HintPath>..\packages\Google.GData.AccessControl.1.8.0.0\lib\Google.GData.AccessControl.dll</HintPath>
36 </Reference>
37 <Reference Include="Google.GData.Calendar, Version=1.8.0.0, Culture=neutral, PublicKeyToken=aa6748391206b888, processorArchitecture=MSIL">
38 <HintPath>..\packages\Google.GData.Calendar.1.8.0.0\lib\Google.GData.Calendar.dll</HintPath>
39 </Reference>
40 <Reference Include="Google.GData.Client, Version=1.8.0.0, Culture=neutral, PublicKeyToken=04a59ca9b0273830, processorArchitecture=MSIL">
41 <HintPath>..\packages\Google.GData.Client.1.8.0.0\lib\Google.GData.Client.dll</HintPath>
42 </Reference>
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>
45 </Reference>
34 <Reference Include="System" /> 46 <Reference Include="System" />
35 <Reference Include="System.Core" /> 47 <Reference Include="System.Core" />
36 <Reference Include="System.Xml.Linq" /> 48 <Reference Include="System.Xml.Linq" />
37 <Reference Include="System.Data.DataSetExtensions" /> 49 <Reference Include="System.Data.DataSetExtensions" />
38 <Reference Include="Microsoft.CSharp" /> 50 <Reference Include="Microsoft.CSharp" />
39 <Reference Include="System.Data" /> 51 <Reference Include="System.Data" />
40 <Reference Include="System.Xml" /> 52 <Reference Include="System.Xml" />
41 </ItemGroup> 53 </ItemGroup>
42 <ItemGroup> 54 <ItemGroup>
55 <Compile Include="GCalendarAdapter.cs" />
43 <Compile Include="GooglePublicador.cs" /> 56 <Compile Include="GooglePublicador.cs" />
57 <Compile Include="IGCalendarAdapter.cs" />
44 <Compile Include="Properties\AssemblyInfo.cs" /> 58 <Compile Include="Properties\AssemblyInfo.cs" />
45 </ItemGroup> 59 </ItemGroup>
46 <ItemGroup> 60 <ItemGroup>
47 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> 61 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
48 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> 62 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
49 <Name>Agendas.Domain</Name> 63 <Name>Agendas.Domain</Name>
50 </ProjectReference> 64 </ProjectReference>
65 </ItemGroup>
66 <ItemGroup>
67 <None Include="packages.config" />
51 </ItemGroup> 68 </ItemGroup>
52 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
53 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
54 Other similar extension points exist, see Microsoft.Common.targets. 71 Other similar extension points exist, see Microsoft.Common.targets.
55 <Target Name="BeforeBuild"> 72 <Target Name="BeforeBuild">