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

Delta Between Two Patch Sets: Src/GoogleApis.Auth.Mvc4/app.config

Issue 176220043: Issue 471: Support WP8.1 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: Created 9 years, 8 months ago
Right Patch Set: minor Created 9 years, 8 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:
Right: Side by side diff | Download
« no previous file with change/comment | « Src/GoogleApis.Auth.Mvc4/GoogleApis.Auth.Mvc4.csproj ('k') | Src/GoogleApis.Auth.Mvc4/packages.config » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration> 2 <configuration>
3 <runtime> 3 <runtime>
4 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> 4 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5 <dependentAssembly> 5 <dependentAssembly>
6 <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a " culture="neutral" /> 6 <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a " culture="neutral" />
7 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" /> 7 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" />
8 </dependentAssembly> 8 </dependentAssembly>
9 <dependentAssembly> 9 <dependentAssembly>
10 <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f 11d50a3a" culture="neutral" /> 10 <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f 11d50a3a" culture="neutral" />
11 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" /> 11 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" />
12 </dependentAssembly> 12 </dependentAssembly>
13 <dependentAssembly> 13 <dependentAssembly>
14 <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3 a" culture="neutral" /> 14 <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3 a" culture="neutral" />
15 <bindingRedirect oldVersion="0.0.0.0-2.2.22.0" newVersion="2.2.22.0" /> 15 <bindingRedirect oldVersion="0.0.0.0-2.2.28.0" newVersion="2.2.28.0" />
16 </dependentAssembly> 16 </dependentAssembly>
17 <dependentAssembly> 17 <dependentAssembly>
18 <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aee d" culture="neutral" /> 18 <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aee d" culture="neutral" />
19 <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> 19 <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
20 </dependentAssembly> 20 </dependentAssembly>
21 <dependentAssembly> 21 <dependentAssembly>
22 <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" cul ture="neutral" /> 22 <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" cul ture="neutral" />
23 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" /> 23 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" />
24 </dependentAssembly> 24 </dependentAssembly>
25 </assemblyBinding> 25 </assemblyBinding>
26 </runtime> 26 </runtime>
27 </configuration> 27 </configuration>
LEFTRIGHT

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