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

Side by Side Diff: Src/GoogleApis.Auth/GoogleApis.Auth.csproj

Issue 94340043: Issue 463: Provide a signout\logout method (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Gus' comments Created 10 years, 2 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 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi crosoft.Common.props')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi crosoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion> 5 <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{0AAAF32E-2BF0-49C5-BC2D-90874CFB5510}</ProjectGuid> 8 <ProjectGuid>{0AAAF32E-2BF0-49C5-BC2D-90874CFB5510}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
(...skipping 20 matching lines...) Expand all
31 <Optimize>true</Optimize> 31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath> 32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants> 33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport> 34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel> 35 <WarningLevel>4</WarningLevel>
36 <DocumentationFile>Google.Apis.Auth.xml</DocumentationFile> 36 <DocumentationFile>Google.Apis.Auth.xml</DocumentationFile>
37 </PropertyGroup> 37 </PropertyGroup>
38 <ItemGroup> 38 <ItemGroup>
39 <Compile Include="JsonWebSignature.cs" /> 39 <Compile Include="JsonWebSignature.cs" />
40 <Compile Include="JsonWebToken.cs" /> 40 <Compile Include="JsonWebToken.cs" />
41 <Compile Include="OAuth2\Requests\GoogleRevokeTokenRequest.cs" />
41 <Compile Include="OAuth2\Web\AuthorizationCodeWebApp.cs" /> 42 <Compile Include="OAuth2\Web\AuthorizationCodeWebApp.cs" />
42 <Compile Include="GoogleJsonWebSignature.cs" /> 43 <Compile Include="GoogleJsonWebSignature.cs" />
43 <Compile Include="OAuth2\Web\AuthWebUtility.cs" /> 44 <Compile Include="OAuth2\Web\AuthWebUtility.cs" />
44 <Compile Include="OAuth2\Flows\IAuthorizationCodeFlow.cs" /> 45 <Compile Include="OAuth2\Flows\IAuthorizationCodeFlow.cs" />
45 <Compile Include="OAuth2\AuthorizationCodeInstalledApp.cs" /> 46 <Compile Include="OAuth2\AuthorizationCodeInstalledApp.cs" />
46 <Compile Include="OAuth2\BearerToken.cs" /> 47 <Compile Include="OAuth2\BearerToken.cs" />
47 <Compile Include="OAuth2\Requests\TokenRequestExtenstions.cs" /> 48 <Compile Include="OAuth2\Requests\TokenRequestExtenstions.cs" />
48 <Compile Include="OAuth2\UserCredential.cs" /> 49 <Compile Include="OAuth2\UserCredential.cs" />
49 <Compile Include="OAuth2\Flows\AuthorizationCodeFlow.cs" /> 50 <Compile Include="OAuth2\Flows\AuthorizationCodeFlow.cs" />
50 <Compile Include="OAuth2\ClientSecrets.cs" /> 51 <Compile Include="OAuth2\ClientSecrets.cs" />
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 <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" /> 113 <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" />
113 </Target> 114 </Target>
114 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 115 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
115 Other similar extension points exist, see Microsoft.Common.targets. 116 Other similar extension points exist, see Microsoft.Common.targets.
116 <Target Name="BeforeBuild"> 117 <Target Name="BeforeBuild">
117 </Target> 118 </Target>
118 <Target Name="AfterBuild"> 119 <Target Name="AfterBuild">
119 </Target> 120 </Target>
120 --> 121 -->
121 </Project> 122 </Project>
OLDNEW

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