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

Side by Side Diff: Src/GoogleApis.Tests/app.config

Issue 176220043: Issue 471: Support WP8.1 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
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:
View unified diff | Download patch
« no previous file with comments | « Src/GoogleApis.Tests/GoogleApis.Tests.csproj ('k') | Src/GoogleApis.Tests/packages.config » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration> 2 <configuration>
3 <configSections> 3 <configSections>
4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSection Handler, log4net" /> 4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSection Handler, log4net" />
5 </configSections> 5 </configSections>
6 <log4net debug="true"> 6 <log4net debug="true">
7 <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFi leAppender"> 7 <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFi leAppender">
8 <file value="Google.Apis.Tests.log" /> 8 <file value="Google.Apis.Tests.log" />
9 <appendToFile value="true" /> 9 <appendToFile value="true" />
10 <rollingStyle value="Size" /> 10 <rollingStyle value="Size" />
(...skipping 14 matching lines...) Expand all
25 <dependentAssembly> 25 <dependentAssembly>
26 <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a " culture="neutral" /> 26 <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a " culture="neutral" />
27 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" /> 27 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" />
28 </dependentAssembly> 28 </dependentAssembly>
29 <dependentAssembly> 29 <dependentAssembly>
30 <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f 11d50a3a" culture="neutral" /> 30 <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f 11d50a3a" culture="neutral" />
31 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" /> 31 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" />
32 </dependentAssembly> 32 </dependentAssembly>
33 <dependentAssembly> 33 <dependentAssembly>
34 <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3 a" culture="neutral" /> 34 <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3 a" culture="neutral" />
35 <bindingRedirect oldVersion="0.0.0.0-2.2.22.0" newVersion="2.2.22.0" /> 35 <bindingRedirect oldVersion="0.0.0.0-2.2.28.0" newVersion="2.2.28.0" />
36 </dependentAssembly> 36 </dependentAssembly>
37 <dependentAssembly> 37 <dependentAssembly>
38 <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" cul ture="neutral" /> 38 <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" cul ture="neutral" />
39 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" /> 39 <bindingRedirect oldVersion="0.0.0.0-2.6.9.0" newVersion="2.6.9.0" />
40 </dependentAssembly> 40 </dependentAssembly>
41 </assemblyBinding> 41 </assemblyBinding>
42 </runtime> 42 </runtime>
43 </configuration> 43 </configuration>
OLDNEW
« no previous file with comments | « Src/GoogleApis.Tests/GoogleApis.Tests.csproj ('k') | Src/GoogleApis.Tests/packages.config » ('j') | no next file with comments »

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