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

Delta Between Two Patch Sets: Src/GoogleApis.Auth/GoogleApis.Auth.csproj

Issue 13972043: Issue 351: Reimplement OAuth2 (Step 3 - Tests, Flows and Credential) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: minor Created 10 years, 10 months ago
Right Patch Set: minor Created 10 years, 9 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Src/GoogleApis.Auth.Tests/packages.config ('k') | Src/GoogleApis.Auth/OAuth2/AuthorizationCodeFlow.cs » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <?xml version="1.0" encoding="utf-8"?>
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')" />
4 <PropertyGroup>
5 <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{0AAAF32E-2BF0-49C5-BC2D-90874CFB5510}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Google.Apis.Auth</RootNamespace>
12 <AssemblyName>Google.Apis.Auth</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>Profile88</TargetFrameworkProfile>
15 <FileAlignment>512</FileAlignment>
16 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3 -BF4B-00C04F79EFBC}</ProjectTypeGuids>
17 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefine d*'">..\..\</SolutionDir>
18 <RestorePackages>true</RestorePackages>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Debug\</OutputPath>
25 <DefineConstants>DEBUG;TRACE</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 <DocumentationFile>Google.Apis.Auth.xml</DocumentationFile>
37 </PropertyGroup>
1 <ItemGroup> 38 <ItemGroup>
2 <Compile Include="JsonWebSignature.cs" /> 39 <Compile Include="JsonWebSignature.cs" />
3 <Compile Include="JsonWebToken.cs" /> 40 <Compile Include="JsonWebToken.cs" />
41 <Compile Include="OAuth2\AuthorizationCodeWebApp.cs" />
4 <Compile Include="GoogleJsonWebSignature.cs" /> 42 <Compile Include="GoogleJsonWebSignature.cs" />
5 <Compile Include="OAuth2\Credential.cs" />
6 <Compile Include="OAuth2\IAuthorizationCodeFlow.cs" /> 43 <Compile Include="OAuth2\IAuthorizationCodeFlow.cs" />
44 <Compile Include="OAuth2\AuthorizationCodeInstalledApp.cs" />
7 <Compile Include="OAuth2\BearerToken.cs" /> 45 <Compile Include="OAuth2\BearerToken.cs" />
46 <Compile Include="OAuth2\TokenRequestExtenstions.cs" />
47 <Compile Include="OAuth2\UserCredential.cs" />
48 <Compile Include="OAuth2\AuthorizationCodeFlow.cs" />
8 <Compile Include="OAuth2\ClientSecrets.cs" /> 49 <Compile Include="OAuth2\ClientSecrets.cs" />
50 <Compile Include="OAuth2\GoogleAuthorizationCodeFlow.cs" />
9 <Compile Include="OAuth2\IAccessMethod.cs" /> 51 <Compile Include="OAuth2\IAccessMethod.cs" />
10 <Compile Include="OAuth2\IAuthorizationCodeInstalledApp.cs" /> 52 <Compile Include="OAuth2\IAuthorizationCodeInstalledApp.cs" />
11 <Compile Include="OAuth2\ICodeReceiver.cs" /> 53 <Compile Include="OAuth2\ICodeReceiver.cs" />
54 <Compile Include="OAuth2\Requests\AuthorizationCodeRequestUrl.cs" />
55 <Compile Include="OAuth2\Requests\AuthorizationCodeTokenRequest.cs" />
56 <Compile Include="OAuth2\Requests\GoogleAssertionTokenRequest.cs" />
57 <Compile Include="OAuth2\Requests\GoogleAuthorizationCodeRequestUrl.cs" />
58 <Compile Include="OAuth2\Responses\AuthorizationCodeResponseUrl.cs" />
59 <Compile Include="OAuth2\Requests\AuthorizationRequestUrl.cs" />
60 <Compile Include="OAuth2\GoogleClientSecrets.cs" />
61 <Compile Include="OAuth2\GoogleConsts.cs" />
62 <Compile Include="OAuth2\Requests\RefreshTokenRequest.cs" />
63 <Compile Include="OAuth2\Responses\TokenErrorResponse.cs" />
64 <Compile Include="OAuth2\Requests\TokenRequest.cs" />
65 <Compile Include="OAuth2\Responses\TokenResponse.cs" />
66 <Compile Include="OAuth2\Responses\TokenResponseException.cs" />
67 <Compile Include="Properties\AssemblyInfo.cs" />
68 </ItemGroup>
69 <ItemGroup>
70 <Reference Include="Microsoft.Threading.Tasks">
71 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40 sl4 win8 wp71\Microsoft.Threading.Tasks.dll</HintPath>
72 </Reference>
73 <Reference Include="Microsoft.Threading.Tasks.Extensions">
74 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40 sl4 win8 wp71\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
75 </Reference>
76 <Reference Include="Newtonsoft.Json">
77 <HintPath>..\..\packages\Newtonsoft.Json.5.0.6\lib\portable-net40 sl4 wp7 win8\Newtonsoft.Json.dll</HintPath>
78 </Reference>
79 <Reference Include="System.Net.Http">
80 <HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\portable-net40 sl4 win8 wp71\System.Net.Http.dll</HintPath>
81 </Reference>
82 <Reference Include="System.Net.Http.Extensions">
83 <HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\portable-net40 sl4 win8 wp71\System.Net.Http.Extensions.dll</HintPath>
84 </Reference>
85 <Reference Include="System.Net.Http.Primitives">
86 <HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\portable-net40 sl4 win8 wp71\System.Net.Http.Primitives.dll</HintPath>
87 </Reference>
88 <Reference Include="System.Runtime">
89 <HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40 sl4 win8 wp71\System.Runtime.dll</HintPath>
90 </Reference>
91 <Reference Include="System.Threading.Tasks">
92 <HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40 sl4 win8 wp71\System.Threading.Tasks.dll</HintPath>
93 </Reference>
94 </ItemGroup>
95 <ItemGroup>
96 <None Include="packages.config">
97 <SubType>Designer</SubType>
98 </None>
99 </ItemGroup>
100 <ItemGroup>
101 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj">
102 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project>
103 <Name>GoogleApis</Name>
104 </ProjectReference>
105 </ItemGroup>
106 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFramewo rkVersion)\Microsoft.Portable.CSharp.targets" />
107 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" />
108 <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')" />
109 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="' $(BclBuildImported)' == ''">
110 <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" />
111 <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" />
112 </Target>
113 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
114 Other similar extension points exist, see Microsoft.Common.targets.
115 <Target Name="BeforeBuild">
116 </Target>
117 <Target Name="AfterBuild">
118 </Target>
119 -->
120 </Project>
LEFTRIGHT

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