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

Unified 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 10 years, 10 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
===================================================================
new file mode 100644
--- /dev/null
b/Tools/Google.Apis.Release/App.config
@@ -0,0 1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<system.diagnostics>
<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" />
</listeners>
</source>
</sources>
<switches>
<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" />
</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" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
« 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