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

Delta Between Two Patch Sets: Tools/Google.Apis.Release/App.config

Issue 135720043: Issue 471: Support Windows 8.1 applications (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: minor Created 9 years, 11 months ago
Right Patch Set: Address Jeese's comments Created 9 years, 11 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
LEFTRIGHT
(Both sides are equal)
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration> 2 <configuration>
3 <startup>· 3 <startup>·
4 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/> 4 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
5 </startup> 5 </startup>
6 <system.diagnostics> 6 <system.diagnostics>
7 <trace autoflush="true"/> 7 <trace autoflush="true"/>
8 <sources> 8 <sources>
9 <source name="Google.Apis" switchName="sourceSwitch" switchType="Sys tem.Diagnostics.SourceSwitch"> 9 <source name="Google.Apis" switchName="sourceSwitch" switchType="Sys tem.Diagnostics.SourceSwitch">
10 <listeners> 10 <listeners>
(...skipping 14 matching lines...) Expand all
25 </system.diagnostics> 25 </system.diagnostics>
26 <runtime> 26 <runtime>
27 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> 27 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
28 <dependentAssembly> 28 <dependentAssembly>
29 <assemblyIdentity name="Microsoft.Web.XmlTransform" publicKeyToken="b03f 5f7f11d50a3a" culture="neutral"/> 29 <assemblyIdentity name="Microsoft.Web.XmlTransform" publicKeyToken="b03f 5f7f11d50a3a" culture="neutral"/>
30 <bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/> 30 <bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
31 </dependentAssembly> 31 </dependentAssembly>
32 </assemblyBinding> 32 </assemblyBinding>
33 </runtime> 33 </runtime>
34 </configuration> 34 </configuration>
LEFTRIGHT

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