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

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

Issue 14433060: Issue 351: Reimplement OAuth2 (Step 6): WinRT Support (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: minor Created 10 years, 5 months ago
Right Patch Set: Noam comments + rename Authenticate to Authorize Created 10 years, 5 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 | « GoogleApisClient.sln ('k') | Src/GoogleApis.Auth.WinRT/OAuth2/AuthorizationCodeBroker.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"?> 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 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>8.0.30703</ProductVersion> 7 <ProductVersion>8.0.30703</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion> 8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{B1D5B962-3E98-46D4-992E-C6491E4E8A02}</ProjectGuid> 9 <ProjectGuid>{B1D5B962-3E98-46D4-992E-C6491E4E8A02}</ProjectGuid>
10 <OutputType>Library</OutputType> 10 <OutputType>Library</OutputType>
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 <Optimize>true</Optimize> 96 <Optimize>true</Optimize>
97 <NoWarn>;2008</NoWarn> 97 <NoWarn>;2008</NoWarn>
98 <DebugType>pdbonly</DebugType> 98 <DebugType>pdbonly</DebugType>
99 <PlatformTarget>x86</PlatformTarget> 99 <PlatformTarget>x86</PlatformTarget>
100 <UseVSHostingProcess>false</UseVSHostingProcess> 100 <UseVSHostingProcess>false</UseVSHostingProcess>
101 <ErrorReport>prompt</ErrorReport> 101 <ErrorReport>prompt</ErrorReport>
102 <Prefer32Bit>true</Prefer32Bit> 102 <Prefer32Bit>true</Prefer32Bit>
103 <DocumentationFile>Google.Apis.Auth.PlatformServices.xml</DocumentationFile> 103 <DocumentationFile>Google.Apis.Auth.PlatformServices.xml</DocumentationFile>
104 </PropertyGroup> 104 </PropertyGroup>
105 <ItemGroup> 105 <ItemGroup>
106 <Compile Include="OAuth2\AuthenticationBroker.cs" /> 106 <Compile Include="OAuth2\AuthorizationCodeBroker.cs" />
107 <Compile Include="OAuth2\AuthorizationCodeWinRTInstalledApp.cs" /> 107 <Compile Include="OAuth2\AuthorizationCodeWinRTInstalledApp.cs" />
108 <Compile Include="OAuth2\GoogleWebAuthenticationBroker.cs" /> 108 <Compile Include="OAuth2\GoogleWebAuthorizationBroker.cs" />
109 <Compile Include="Properties\AssemblyInfo.cs" /> 109 <Compile Include="Properties\AssemblyInfo.cs" />
110 </ItemGroup> 110 </ItemGroup>
111 <ItemGroup> 111 <ItemGroup>
112 <Reference Include="Microsoft.Threading.Tasks"> 112 <Reference Include="Microsoft.Threading.Tasks">
113 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\win8\Microsoft.Thr eading.Tasks.dll</HintPath> 113 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\win8\Microsoft.Thr eading.Tasks.dll</HintPath>
114 </Reference> 114 </Reference>
115 <Reference Include="Microsoft.Threading.Tasks.Extensions"> 115 <Reference Include="Microsoft.Threading.Tasks.Extensions">
116 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\win8\Microsoft.Thr eading.Tasks.Extensions.dll</HintPath> 116 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\win8\Microsoft.Thr eading.Tasks.Extensions.dll</HintPath>
117 </Reference> 117 </Reference>
118 <Reference Include="Newtonsoft.Json"> 118 <Reference Include="Newtonsoft.Json">
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 <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" /> 155 <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" />
156 </Target> 156 </Target>
157 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 157 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
158 Other similar extension points exist, see Microsoft.Common.targets. 158 Other similar extension points exist, see Microsoft.Common.targets.
159 <Target Name="BeforeBuild"> 159 <Target Name="BeforeBuild">
160 </Target> 160 </Target>
161 <Target Name="AfterBuild"> 161 <Target Name="AfterBuild">
162 </Target> 162 </Target>
163 --> 163 -->
164 </Project> 164 </Project>
LEFTRIGHT

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