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

Unified Diff: 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/
Patch Set: Address Jeese's comments Created 9 years, 11 months ago
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 side-by-side diff with in-line comments
Download patch
Index: Tools/Google.Apis.Release/App.config
===================================================================
--- a/Tools/Google.Apis.Release/App.config
b/Tools/Google.Apis.Release/App.config
@@ -1,34 1,34 @@
-<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
</startup>
<system.diagnostics>
- <trace autoflush="true" />
<trace autoflush="true"/>
<sources>
<source name="Google.Apis" switchName="sourceSwitch" switchType="System.Diagnostics.SourceSwitch">
<listeners>
- <add name="file" />
- <add name="console" type="System.Diagnostics.ConsoleTraceListener" />
- <remove name="Default" />
<add name="file"/>
<add name="console" type="System.Diagnostics.ConsoleTraceListener"/>
<remove name="Default"/>
</listeners>
</source>
</sources>
<switches>
- <add name="sourceSwitch" value="Information" />
<add name="sourceSwitch" value="Information"/>
</switches>
<sharedListeners>
<add name="file" type="System.Diagnostics.TextWriterTraceListener" traceOutputOptions="DateTime" initializeData="release.log">
- <filter type="System.Diagnostics.EventTypeFilter" initializeData="Error" />
<filter type="System.Diagnostics.EventTypeFilter" initializeData="Error"/>
</add>
</sharedListeners>
</system.diagnostics>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
- <assemblyIdentity name="Microsoft.Web.XmlTransform" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
<assemblyIdentity name="Microsoft.Web.XmlTransform" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
-</configuration>
</configuration>

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