Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gmcs.exe.config « gmcs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16ccafe082e3834b416aea89d3a36fbe91c2dbab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<configuration>
	<startup>
		<supportedRuntime version="v2.0.40607"/>
	</startup>
  <system.diagnostics>
    <trace autoflush="true" indentsize="4">
      <listeners>
        <add name="compilerLogListener" type="System.Diagnostics.TextWriterTraceListener,System"
             initializeData="mcs.log" />
        <remove type="System.Diagnostics.DefaultTraceListener,System"/>
      </listeners>
    </trace>
  </system.diagnostics>
</configuration>