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

Side by Side Diff: Src/GoogleApis.Authentication.OAuth2.Tests/GoogleApis.Authentication.OAuth2.Tests.csproj

Issue 13412046: Reimplement OAuth2 library - Step 1 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: minor Created 10 years, 10 months ago
Left:
Right:
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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion> 6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{E0B6A4D3-FDBD-4A1F-B592-4CEDB8001FB5}</ProjectGuid> 8 <ProjectGuid>{E0B6A4D3-FDBD-4A1F-B592-4CEDB8001FB5}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 <ProjectReference Include="..\GoogleApis.Authentication.OAuth2\GoogleApis.Au thentication.OAuth2.csproj"> 109 <ProjectReference Include="..\GoogleApis.Authentication.OAuth2\GoogleApis.Au thentication.OAuth2.csproj">
110 <Project>{76106493-68ef-4e44-af2e-971abf29b300}</Project> 110 <Project>{76106493-68ef-4e44-af2e-971abf29b300}</Project>
111 <Name>GoogleApis.Authentication.OAuth2</Name> 111 <Name>GoogleApis.Authentication.OAuth2</Name>
112 </ProjectReference> 112 </ProjectReference>
113 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj"> 113 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj">
114 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project> 114 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project>
115 <Name>GoogleApis</Name> 115 <Name>GoogleApis</Name>
116 </ProjectReference> 116 </ProjectReference>
117 </ItemGroup> 117 </ItemGroup>
118 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> 118 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
119 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl. Build.targets" /> 119 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl .Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\too ls\Microsoft.Bcl.Build.targets')" />
120 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="' $(BclBuildImported)' == ''">
121 <Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\tools\M icrosoft.Bcl.Build.targets')" Text="This project references NuGet package(s) tha t are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKe yword="BCLBUILD2001" />
122 <Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\tools\Mi crosoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
123 </Target>
120 </Project> 124 </Project>
OLDNEW

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