comparison Agendas/trunk/src/Agendas.Twitter/Agendas.Twitter.csproj @ 107:1ee5711256db

Utilizando Twitterizer en adapter a Twitter
author Nelo@Kenia.neluz.int
date Tue, 07 Jun 2011 21:03:56 -0300
parents d1688622fa88
children 90ce239cfa6d
comparison
equal deleted inserted replaced
97:2434c2323f3d 107:1ee5711256db
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="Newtonsoft.Json">
35 <HintPath>..\packages\Newtonsoft.Json.3.5.8\lib\35\Newtonsoft.Json.dll</HintPath>
36 </Reference>
34 <Reference Include="System" /> 37 <Reference Include="System" />
35 <Reference Include="System.Configuration" /> 38 <Reference Include="System.Configuration" />
36 <Reference Include="System.Core" /> 39 <Reference Include="System.Core" />
37 <Reference Include="System.Web" /> 40 <Reference Include="System.Web" />
38 <Reference Include="System.Xml.Linq" /> 41 <Reference Include="System.Xml.Linq" />
39 <Reference Include="System.Data.DataSetExtensions" /> 42 <Reference Include="System.Data.DataSetExtensions" />
40 <Reference Include="Microsoft.CSharp" /> 43 <Reference Include="Microsoft.CSharp" />
41 <Reference Include="System.Data" /> 44 <Reference Include="System.Data" />
42 <Reference Include="System.Xml" /> 45 <Reference Include="System.Xml" />
46 <Reference Include="Twitterizer2">
47 <HintPath>..\packages\twitterizer.2.3.2\lib\Twitterizer2.dll</HintPath>
48 </Reference>
43 </ItemGroup> 49 </ItemGroup>
44 <ItemGroup> 50 <ItemGroup>
45 <Compile Include="oAuth.cs" /> 51 <Compile Include="OAuthTwitter.cs" />
46 <Compile Include="oAuthTwitter.cs" />
47 <Compile Include="TwitterPublicador.cs" /> 52 <Compile Include="TwitterPublicador.cs" />
48 <Compile Include="Properties\AssemblyInfo.cs" /> 53 <Compile Include="Properties\AssemblyInfo.cs" />
49 </ItemGroup> 54 </ItemGroup>
50 <ItemGroup> 55 <ItemGroup>
51 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> 56 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj">
52 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> 57 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project>
53 <Name>Agendas.Domain</Name> 58 <Name>Agendas.Domain</Name>
54 </ProjectReference> 59 </ProjectReference>
60 </ItemGroup>
61 <ItemGroup>
62 <None Include="packages.config" />
55 </ItemGroup> 63 </ItemGroup>
56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 64 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 65 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
58 Other similar extension points exist, see Microsoft.Common.targets. 66 Other similar extension points exist, see Microsoft.Common.targets.
59 <Target Name="BeforeBuild"> 67 <Target Name="BeforeBuild">