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

Side by Side Diff: Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.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, 6 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>{76106493-68EF-4E44-AF2E-971ABF29B300}</ProjectGuid> 8 <ProjectGuid>{76106493-68EF-4E44-AF2E-971ABF29B300}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 <None Include="packages.config" /> 92 <None Include="packages.config" />
93 </ItemGroup> 93 </ItemGroup>
94 <ItemGroup> 94 <ItemGroup>
95 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj"> 95 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj">
96 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project> 96 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project>
97 <Name>GoogleApis</Name> 97 <Name>GoogleApis</Name>
98 </ProjectReference> 98 </ProjectReference>
99 </ItemGroup> 99 </ItemGroup>
100 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 100 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> 101 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
102 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl. Build.targets" /> 102 <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')" />
class 2013/09/16 23:47:29 Again, this is the specific version, I'm concerned
peleyal 2013/09/17 15:53:40 The user doesn't need to do anything. The csproj m
103 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="' $(BclBuildImported)' == ''">
104 <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" />
105 <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" />
106 </Target>
103 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 107 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
104 Other similar extension points exist, see Microsoft.Common.targets. 108 Other similar extension points exist, see Microsoft.Common.targets.
105 <Target Name="BeforeBuild"> 109 <Target Name="BeforeBuild">
106 </Target> 110 </Target>
107 <Target Name="AfterBuild"> 111 <Target Name="AfterBuild">
108 </Target> 112 </Target>
109 --> 113 -->
110 </Project> 114 </Project>
OLDNEW

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