Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(788)

Unified Diff: Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj

Issue 12772043: Issues 373 (Execute Bug), 374 (Remove Tests.Utility) and 375 (Clean warnings) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Error in uploading the first time Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj
===================================================================
--- a/Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj
+++ b/Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj
@@ -40,6 +40,18 @@
<Reference Include="DotNetOpenAuth">
<HintPath>..\..\ThirdParty\DotNetOpenAuth.dll</HintPath>
</Reference>
+ <Reference Include="Microsoft.Threading.Tasks">
+ <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
+ <Private>True</Private>
+ </Reference>
+ <Reference Include="Microsoft.Threading.Tasks.Extensions">
+ <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
+ <Private>True</Private>
+ </Reference>
+ <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
+ <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
+ <Private>True</Private>
+ </Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.5.0.5\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
@@ -87,7 +99,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
- <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.7\tools\Microsoft.Bcl.Build.targets" />
+ <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl.Build.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.
<Target Name="BeforeBuild">

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b