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

Side by Side Diff: Tools/Google.Apis.Release/App.config

Issue 12767046: Issue 377: New build for releasing a new version (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: david comments Created 11 years 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3 <startup>·
4 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5 </startup>
6 <system.diagnostics>
7 <trace autoflush="true" />
8 <sources>
9 <source name="Google.Apis" switchName="sourceSwitch" switchType="Sys tem.Diagnostics.SourceSwitch">
10 <listeners>
11 <add name="file" />
12 <add name="console" type="System.Diagnostics.ConsoleTraceLis tener" />
13 <remove name="Default" />
14 </listeners>
15 </source>
16 </sources>
17 <switches>
18 <add name="sourceSwitch" value="Information" />
19 </switches>
20 <sharedListeners>
21 <add name="file" type="System.Diagnostics.TextWriterTraceListener" t raceOutputOptions="DateTime" initializeData="release.log">
22 <filter type="System.Diagnostics.EventTypeFilter" initializeData ="Error" />
23 </add>
24 </sharedListeners>
25 </system.diagnostics>
26 <runtime>
27 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
28 <dependentAssembly>
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" />
31 </dependentAssembly>
32 </assemblyBinding>
33 </runtime>
34 </configuration>
OLDNEW
« no previous file with comments | « Tools/Google.Apis.NuGet.Publisher/TraceExtensions.cs ('k') | Tools/Google.Apis.Release/Google.Apis.Release.csproj » ('j') | no next file with comments »

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