/NRefactory/ICSharpCode.NRefactory.CSharp/Parser/mcs/gmcs.exe.config

http://github.com/icsharpcode/ILSpy · ASP.NET · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 984776fabf60145b1eb0993b3da30979 MD5 · raw file

  1. <configuration>
  2. <startup>
  3. <supportedRuntime version="v2.0.50727"/>
  4. </startup>
  5. <system.diagnostics>
  6. <trace autoflush="true" indentsize="4">
  7. <listeners>
  8. <add name="compilerLogListener" type="System.Diagnostics.TextWriterTraceListener,System"
  9. initializeData="mcs.log" />
  10. <remove type="System.Diagnostics.DefaultTraceListener,System"/>
  11. </listeners>
  12. </trace>
  13. </system.diagnostics>
  14. </configuration>